Home
last modified time | relevance | path

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

/xnu-10002.81.5/libsyscall/mach/mach/
H A Dmach_right_private.h92 } mach_right_send_once_t; typedef
99 #define MACH_RIGHT_SEND_ONCE_NULL ((mach_right_send_once_t){MACH_PORT_NULL})
101 #define MACH_RIGHT_SEND_ONCE_NULL (mach_right_send_once_t{MACH_PORT_NULL})
104 (mach_right_send_once_t((mach_right_send_once_t){MACH_PORT_NULL}))
176 static inline mach_right_send_once_t
179 mach_right_send_once_t mrso = {pn}; in mach_right_send_once()
195 mach_right_send_once_valid(mach_right_send_once_t mrso) in mach_right_send_once_valid()
368 mach_right_send_once_t
390 mach_right_send_once_consume(mach_right_send_once_t so);
/xnu-10002.81.5/libsyscall/mach/
H A Dmach_right.c150 mach_right_send_once_t
163 mach_right_send_once_consume(mach_right_send_once_t so) in mach_right_send_once_consume()