Changes

Jump to navigation Jump to search
693 bytes added ,  04:11, 1 May 2014
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00140084] |- | 1 | nfds_t nfds |- | 2 | int timeout |- | 3 | Value 0x20 (process..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00140084]
|-
| 1
| nfds_t nfds
|-
| 2
| int timeout
|-
| 3
| Value 0x20 (processID header)
|-
| 4
| ProcessID set by the ARM11 kernel.
|-
| 5
| (insize<<14) <nowiki>|</nowiki> 0x2802
|-
| 6
| Input fds struct ptr
|}

The following is located 0x100-bytes after the beginning of the above command buffer:
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| (outsize<<14) <nowiki>|</nowiki> 2
|-
| 1
| Output fds struct ptr
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| POSIX return value
|}

Navigation menu