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

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_tt.c135 if (kport == IP_NULL)
139 if (nport == IP_NULL)
161 task->exc_actions[i].port = IP_NULL;
168 task->itk_bootstrap = IP_NULL;
169 task->itk_seatbelt = IP_NULL;
170 task->itk_gssd = IP_NULL;
171 task->itk_automountd = IP_NULL;
172 task->itk_task_access = IP_NULL;
175 task->itk_registered[i] = IP_NULL;
178 assert(parent->itk_self != IP_NULL);
[all...]
H A Dipc_host.c111 if (port == IP_NULL)
119 if (port == IP_NULL)
127 if (port == IP_NULL)
137 realhost.exc_actions[i].port = IP_NULL;
189 if (port == IP_NULL)
221 if (myport == IP_NULL)
241 if (myport == IP_NULL) {
247 processor->processor_self = IP_NULL;
267 if (port == IP_NULL)
272 if (port == IP_NULL)
[all...]
H A Dipc_mig.c187 if (reply == IP_NULL) {
189 if ((reply == IP_NULL) ||
190 (self->ith_rpc_reply != IP_NULL))
601 * IP_NULL - Null MIG object supplied
614 return IP_NULL;
617 while ((port == IP_NULL) ||
618 ((port = ipc_port_make_send(port)) == IP_NULL)) {
643 assert(previous == IP_NULL);
645 if (hw_compare_and_store((uint32_t)IP_NULL, (uint32_t)port,
738 assert(previous == IP_NULL);
[all...]
H A Dipc_clock.c61 if (port == IP_NULL)
66 if (port == IP_NULL)
H A Dipc_sync.c110 port = IP_NULL;
140 port = IP_NULL;
H A Dhost_notify.c178 assert(port != IP_NULL);
H A Dprocessor.c154 processor->processor_self = IP_NULL;
218 pset->pset_self = IP_NULL;
219 pset->pset_name_self = IP_NULL;
407 if (processor->processor_self == IP_NULL)
H A Dledger.c111 if (ledger->ledger_self == IP_NULL) {
H A Dmk_timer.c159 assert(port != IP_NULL);
H A Dipc_kobject.c359 * We set msgh_remote_port to IP_NULL so that the kmsg
375 *destp = IP_NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_right.c243 * registered send-once right. If notify is IP_NULL,
248 * previous always gets IP_NULL. If notify is IP_NULL,
261 * immediate is FALSE or notify is IP_NULL.
292 assert(port != IP_NULL);
297 if (notify == IP_NULL) {
322 assert(previous == IP_NULL);
357 immediate && (notify != IP_NULL)) {
372 previous = IP_NULL;
574 ipc_port_t nsrequest = IP_NULL;
[all...]
H A Dipc_port.c163 assert(soright != IP_NULL);
344 * Just cancels the previous request if notify is IP_NULL.
373 * Just cancels the previous request if notify is IP_NULL.
396 (notify != IP_NULL)) {
397 port->ip_nsrequest = IP_NULL;
468 port->ip_nsrequest = IP_NULL;
469 port->ip_pdrequest = IP_NULL;
600 assert(soright != IP_NULL);
639 if (pdrequest != IP_NULL) {
641 port->ip_pdrequest = IP_NULL;
[all...]
H A Dipc_kmsg.h130 ((kmsg)->ikm_prealloc != IP_NULL)
134 assert((port) != IP_NULL); \
141 (kmsg)->ikm_prealloc = IP_NULL; \
148 (kmsg)->ikm_prealloc = IP_NULL; \
H A Dipc_kmsg.c316 if (port != IP_NULL) {
692 assert(kmsg->ikm_prealloc == IP_NULL);
694 kmsg->ikm_prealloc = IP_NULL;
712 kmsg->ikm_prealloc = IP_NULL;
1099 reply_soright = IP_NULL; /* in case we go to invalid dest early */
1118 if (port == IP_NULL)
1146 notify_port = IP_NULL;
1208 assert(dest_soright == IP_NULL);
1217 assert(reply_soright == IP_NULL);
1232 assert(dest_soright == IP_NULL);
[all...]
H A Dipc_object.c528 if ((kr == KERN_SUCCESS) && (soright != IP_NULL))
575 if (port->ip_destination != IP_NULL) {
582 port->ip_destination = IP_NULL;
890 ipc_port_t nsrequest = IP_NULL;
900 port->ip_nsrequest != IP_NULL) {
902 port->ip_nsrequest = IP_NULL;
H A Dipc_right.h114 ((entry->ie_request == 0) ? IP_NULL : \
H A Dmach_msg.c802 assert(reply_port != IP_NULL);
854 assert(dest_port != IP_NULL);
1002 assert(dest_port != IP_NULL);
1093 assert(rcv_port != IP_NULL);
1378 (dest_port->ip_nsrequest != IP_NULL)) {
1386 dest_port->ip_nsrequest = IP_NULL;
H A Dipc_port.h101 * 4) in limbo (ip_receiver_name == 0, ip_destination == IP_NULL)
173 #define IP_NULL IPC_PORT_NULL macro
H A Dmach_port.c154 assert(port != IP_NULL);
1011 assert(port != IP_NULL);
1236 assert(port != IP_NULL);
1307 * sync is zero or notify is IP_NULL.
1571 statusp->mps_pdrequest = port->ip_pdrequest != IP_NULL;
1572 statusp->mps_nsrequest = port->ip_nsrequest != IP_NULL;
H A Dmach_debug.c536 assert(port != IP_NULL);
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Ddevice_init.c88 if (master_device_port == IP_NULL)
H A Diokit_rpc.c241 return IP_NULL;
248 sendPort = IP_NULL;
263 return IP_NULL;
270 sendPort = IP_NULL;
289 if( port == IP_NULL)
300 assert( notify == IP_NULL);
345 sendPort = IP_NULL;
353 } else if ( sendPort == IP_NULL)
409 assert( notify == IP_NULL);
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c83 reply->self_port = IP_NULL;
202 if (reply->self_port == IP_NULL) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c563 assert (port != IP_NULL);
1327 ipc_port_t trigger = IP_NULL;
1353 if (trigger != IP_NULL) {
1406 ipc_port_t trigger = IP_NULL;
1423 if (trigger != IP_NULL) {
1460 ipc_port_t trigger = IP_NULL;
1501 if (trigger != IP_NULL) {
1532 if (trigger != IP_NULL) {
2432 IP_NULL, 0,
3977 trigger = IP_NULL;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1758 if (parent_handle != IP_NULL &&
1768 user_handle = IP_NULL;
1830 *object_handle = IP_NULL;
2364 if (user_handle != IP_NULL) {
2453 if (user_handle == IP_NULL) {
2463 user_handle->ip_destination = IP_NULL;
2561 if (entry_port == IP_NULL ||
2676 if (entry_port == IP_NULL ||
2728 if (entry_port == IP_NULL ||

Completed in 174 milliseconds

12