Searched refs:SYS_door (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/truss/ |
H A D | systable.c | 987 { "door_create", SYS_door }, 988 { "door_revoke", SYS_door }, 989 { "door_info", SYS_door }, 990 { "door_call", SYS_door }, 991 { "door_return", SYS_door }, 992 { "door_bind", SYS_door }, 993 { "door_unbind", SYS_door }, 994 { "door_unref", SYS_door }, 995 { "door_ucred", SYS_door }, 996 { "door_getparam", SYS_door }, [all …]
|
H A D | expound.c | 5553 case SYS_door: in expound()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_door.c | 91 error = Psyscall(Pr, &rval, SYS_door, 6, &argd[0]); in pr_door_info()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | syscall.h | 409 #define SYS_door 201 macro
|