Home | History | Annotate | Download | only in sim

Lines Matching defs:system

1 /* Remote target system call callback support.
25 /* There are various ways to handle system calls:
28 directly perform the system call on behalf of the target program.
29 This is the typical way of handling system calls for embedded targets.
30 [Handling system calls for embedded targets isn't that much of an
33 This method of system call handling is done when STATE_ENVIRONMENT
41 This method of system call handling is done when STATE_ENVIRONMENT
83 int (*system) (host_callback *, const char *);
164 /* System call numbers. */
168 /* Flags to the open system call. */
207 /* Canonical versions of system call numbers.
208 It's not intended to willy-nilly throw every system call ever heard
224 /*#define CB_SYS_sbrk 11 - not currently a system call, but reserved. */
251 system call. */
255 /* The target's value of what system call to perform. */
262 /* Some system calls have two results. */
312 /* Read in target values for system call numbers, errno values, signals. */
354 /* Perform a system call. */