Searched refs:sy_return_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysent.h51 int32_t sy_return_type; /* system call return types */ member in struct:sysent
76 * Valid values for sy_return_type
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dsystemcalls.c212 switch (callp->sy_return_type) {
275 if (callp->sy_return_type == _SYSCALL_RET_SSIZE_T)
326 switch (callp->sy_return_type) {
386 if (callp->sy_return_type == _SYSCALL_RET_SSIZE_T)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c366 switch (callp->sy_return_type) {
469 switch (callp->sy_return_type) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c335 s->stsy_return_type = a->sy_return_type;

Completed in 35 milliseconds