Home
last modified time | relevance | path

Searched refs:MACH_RIGHT_SEND_NULL (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/libsyscall/mach/mach/
H A Dmach_right_private.h76 #define MACH_RIGHT_SEND_NULL ((mach_right_send_t){MACH_PORT_NULL}) macro
78 #define MACH_RIGHT_SEND_NULL (mach_right_send_t{MACH_PORT_NULL}) macro
80 #define MACH_RIGHT_SEND_NULL \ macro
83 #define MACH_RIGHT_SEND_NULL {MACH_PORT_NULL} macro
/xnu-10002.1.13/libsyscall/mach/
H A Dmach_right.c108 mach_right_send_t rs = MACH_RIGHT_SEND_NULL; in mach_right_send_retain()