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

/darwin-on-arm/xnu/bsd/sys/
H A Dsysent.h48 int32_t sy_return_type; /* system call return types */ member in struct:sysent
73 * Valid values for sy_return_type
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c211 switch(callp->sy_return_type) {
291 switch(callp->sy_return_type) {
343 if (callp->sy_return_type == _SYSCALL_RET_SSIZE_T)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c410 switch (callp->sy_return_type) {
521 switch (callp->sy_return_type) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c406 s->stsy_return_type = a->sy_return_type;

Completed in 24 milliseconds