Home
last modified time | relevance | path

Searched refs:_notify (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libdispatch/src/
HDprotocol.defs36 _notify : mach_port_move_send_once_t;
43 _notify : mach_port_move_send_once_t;
54 _notify : mach_port_move_send_once_t;
61 _notify : mach_port_move_send_once_t;
68 _notify : mach_port_move_send_once_t
74 _notify : mach_port_move_send_once_t;
/NextBSD/sys/xen/interface/io/
HDring.h266 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
272 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
276 #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
282 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
/NextBSD/usr.sbin/lpr/lpc/
HDcmds.c86 static void upstat(struct printer *_pp, const char *_msg, int _notify);