Searched refs:IP_NULL (Results 1 - 25 of 31) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_right.c243 * registered send-once right. If notify is IP_NULL,
255 * immediate is FALSE or notify is IP_NULL.
271 ipc_port_t previous = IP_NULL;
276 ipc_port_t port = IP_NULL;
287 if (notify == IP_NULL && prev_request == IE_REQ_NONE) {
289 *previousp = IP_NULL;
298 assert(port != IP_NULL);
304 if (notify == IP_NULL) {
343 assert(previous == IP_NULL);
367 if ((send_possible || immediate) && notify != IP_NULL
[all...]
H A Dipc_port.c166 assert(soright != IP_NULL);
401 ipc_port_t request = IP_NULL;
425 * Just cancels the previous request if notify is IP_NULL.
454 * Just cancels the previous request if notify is IP_NULL.
477 (notify != IP_NULL)) {
478 port->ip_nsrequest = IP_NULL;
550 port->ip_nsrequest = IP_NULL;
551 port->ip_pdrequest = IP_NULL;
727 ipr->ipr_soright = IP_NULL;
805 if (pdrequest != IP_NULL) {
[all...]
H A Dipc_kmsg.h135 ((kmsg)->ikm_prealloc != IP_NULL)
139 assert((port) != IP_NULL); \
146 (kmsg)->ikm_prealloc = IP_NULL; \
152 (kmsg)->ikm_prealloc = IP_NULL; \
H A Dipc_object.c524 release_port = IP_NULL;
539 if (release_port != IP_NULL)
542 if ((kr == KERN_SUCCESS) && (soright != IP_NULL))
589 if (port->ip_destination != IP_NULL) {
596 port->ip_destination = IP_NULL;
940 ipc_port_t nsrequest = IP_NULL;
950 port->ip_nsrequest != IP_NULL) {
952 port->ip_nsrequest = IP_NULL;
H A Dipc_right.h115 ((entry->ie_request == IE_REQ_NONE) ? IP_NULL : \
H A Dipc_kmsg.c678 if (port != IP_NULL) {
1062 assert(kmsg->ikm_prealloc == IP_NULL);
1064 kmsg->ikm_prealloc = IP_NULL;
1082 kmsg->ikm_prealloc = IP_NULL;
1588 ipc_port_t release_port = IP_NULL;
1603 reply_soright = IP_NULL; /* in case we go to invalid dest early */
1622 if (port == IP_NULL)
1700 assert(dest_soright == IP_NULL);
1711 assert(reply_soright == IP_NULL);
1728 assert(dest_soright == IP_NULL);
[all...]
H A Dipc_port.h103 * 4) in limbo (ip_receiver_name == 0, ip_destination == IP_NULL)
180 #define IP_NULL IPC_PORT_NULL macro
H A Dmach_debug.c411 assert(port != IP_NULL);
H A Dmach_port.c1092 assert(port != IP_NULL);
1309 assert(port != IP_NULL);
1391 * sync is zero or notify is IP_NULL.
1667 statusp->mps_pdrequest = port->ip_pdrequest != IP_NULL;
1668 statusp->mps_nsrequest = port->ip_nsrequest != IP_NULL;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c135 if (kport == IP_NULL)
139 if (nport == IP_NULL)
160 task->exc_actions[i].port = IP_NULL;
167 task->itk_bootstrap = IP_NULL;
168 task->itk_seatbelt = IP_NULL;
169 task->itk_gssd = IP_NULL;
170 task->itk_task_access = IP_NULL;
173 task->itk_registered[i] = IP_NULL;
176 assert(parent->itk_self != IP_NULL);
232 if (kport != IP_NULL)
[all...]
H A Daudit_sessionport.c84 if (IP_NULL == port->ip_nsrequest) {
97 if (IP_NULL != notifyport) {
182 if (IP_NULL != notifyport) {
208 *sessionport = IP_NULL;
H A Dipc_host.c106 if (port == IP_NULL)
114 if (port == IP_NULL)
122 if (port == IP_NULL)
132 realhost.exc_actions[i].port = IP_NULL;
184 if (port == IP_NULL)
217 if (port == IP_NULL)
222 if (port == IP_NULL)
444 if (port != IP_NULL)
465 if (port != IP_NULL)
487 if (port != IP_NULL)
[all...]
H A Dipc_mig.c267 if (reply == IP_NULL) {
269 if ((reply == IP_NULL) ||
270 (self->ith_rpc_reply != IP_NULL))
693 * IP_NULL - Null MIG object supplied
706 return IP_NULL;
709 while ((port == IP_NULL) ||
710 ((port = ipc_port_make_send(port)) == IP_NULL)) {
735 assert(previous == IP_NULL);
737 if (OSCompareAndSwapPtr((void *)IP_NULL, (void *)port,
830 assert(previous == IP_NULL);
[all...]
H A Dipc_clock.c61 if (port == IP_NULL)
66 if (port == IP_NULL)
H A Dipc_sync.c108 return (IP_NULL);
139 return IP_NULL;
H A Dhost_notify.c179 assert(port != IP_NULL);
H A Dipc_misc.c60 if (fileport == IP_NULL) {
H A Dprocessor.c165 processor->processor_self = IP_NULL;
265 pset->pset_self = IP_NULL;
266 pset->pset_name_self = IP_NULL;
477 if (processor->processor_self == IP_NULL)
H A Dmk_timer.c161 assert(port != IP_NULL);
H A Dsync_sema.c195 if (s->port == IP_NULL) {
1074 OSCompareAndSwapPtr(port, IP_NULL, &semaphore->port)) {
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c266 return IP_NULL;
273 sendPort = IP_NULL;
288 return IP_NULL;
295 sendPort = IP_NULL;
314 if( port == IP_NULL)
326 assert( notify == IP_NULL);
373 sendPort = IP_NULL;
381 } else if ( sendPort == IP_NULL)
439 if ( notify != IP_NULL)
H A Ddevice_init.c93 if (master_device_port == IP_NULL)
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.c82 reply->self_port = IP_NULL;
202 if (reply->self_port == IP_NULL) {
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c1858 if (parent_handle != IP_NULL &&
1870 user_handle = IP_NULL;
1920 *object_handle = IP_NULL;
2513 if (user_handle != IP_NULL) {
2604 if (user_handle == IP_NULL) {
2614 user_handle->ip_destination = IP_NULL;
2712 if (entry_port == IP_NULL ||
2830 if (entry_port == IP_NULL ||
2882 if (entry_port == IP_NULL ||
H A Dbsd_vm.c226 IP_NULL);
232 IP_NULL);
242 IP_NULL);

Completed in 109 milliseconds

12