Searched refs:IP_VALID (Results 1 - 23 of 23) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c81 assert(IP_VALID(port));
106 if (IP_VALID(UNDServer))
224 if (IP_VALID(UNDServer)) {
257 if (IP_VALID(UNDServer)) {
284 if (IP_VALID(UNDServer)) {
318 if (IP_VALID(UNDServer)) {
366 if (IP_VALID(UNDServer)) {
395 if (IP_VALID(port)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_tt.c305 if (IP_VALID(task->itk_sself))
309 if (IP_VALID(task->exc_actions[i].port)) {
314 if (IP_VALID(task->itk_host))
317 if (IP_VALID(task->itk_bootstrap))
320 if (IP_VALID(task->itk_seatbelt))
323 if (IP_VALID(task->itk_gssd))
326 if (IP_VALID(task->itk_automountd))
329 if (IP_VALID(task->itk_task_access))
333 if (IP_VALID(task->itk_registered[i]))
399 if (IP_VALID(old_ssel
[all...]
H A Dipc_host.c323 if (IP_VALID(port)) {
351 if (IP_VALID(port)) {
378 if (IP_VALID(port)) {
407 while (!r && IP_VALID(port)) {
433 while (!r && IP_VALID(port)) {
567 if (IP_VALID(port)) {
615 if (IP_VALID(new_port)) {
647 if (IP_VALID(old_port[i]))
649 if (IP_VALID(new_port)) /* consume send right */
757 if (IP_VALID(new_por
[all...]
H A Dipc_sync.c67 assert(IP_VALID(kern_port));
89 if (IP_VALID (port)) {
120 if (IP_VALID (port)) {
H A Dipc_clock.c101 if (IP_VALID(port)) {
128 if (IP_VALID(port)) {
H A Dhost_notify.c89 if (!IP_VALID(port))
H A Dexception.c173 if (!IP_VALID(exc_port)) {
457 if (!IP_VALID(xport) ||
H A Dhost.c609 if (IP_VALID(old_port))
631 if (IP_VALID(port))
H A Dledger.c374 if (IP_VALID(port)) {
H A Dclock_oldops.c434 if (IP_VALID(alarm_port) == 0)
696 if (IP_VALID(alrm->al_port)) {
H A Dipc_kobject.c412 } else if (!IP_VALID((ipc_port_t)reply->ikm_header->msgh_remote_port)) {
H A Dipc_mig.c682 if (!IP_VALID(port))
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c147 if (!IP_VALID(port))
169 if (!IP_VALID(port))
197 assert(IP_VALID(port));
347 if (IP_VALID( sendPort )) {
386 if( IP_VALID(port)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c912 if (!IP_VALID(port))
945 if (!IP_VALID(port))
978 if (IP_VALID(sright)) {
1013 assert(IP_VALID(port));
1048 assert(IP_VALID(port));
1077 assert(IP_VALID(port));
1110 assert(IP_VALID(port));
H A Dipc_port.h175 #define IP_VALID(port) IPC_PORT_VALID(port) macro
H A Dmach_msg.c325 IP_VALID(kmsg->ikm_header->msgh_remote_port) &&
1298 if (!IP_VALID(reply_port)) {
1555 assert(IP_VALID(dest_port));
1581 if (IP_VALID(reply_port)) {
H A Dipc_kmsg.c827 assert(IP_VALID((ipc_port_t) msg->msgh_remote_port));
913 assert(IP_VALID(port));
942 assert(IP_VALID(port));
2132 assert(IP_VALID(dest));
2140 if (IP_VALID(reply)) {
2367 * no real reply port (it wasn't IP_VALID) then this isn't
2411 if (IP_VALID(reply)) {
2424 if (IP_VALID(reply))
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c1775 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
1889 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
2271 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
2326 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
2417 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
2487 if (!IP_VALID(memory_manager_default) &&
2563 if (!IP_VALID(memory_manager_default) &&
3481 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
H A Dvm_pageout.c1278 } else if (VM_PAGE_Q_THROTTLED(iq) && IP_VALID(memory_manager_default)) {
1363 (IP_VALID(memory_manager_default)?0:vm_page_purgeable_count) ) * 100 /
1848 if (!IP_VALID(memory_manager_default) &&
H A Dvm_map.c2203 if (!IP_VALID(port)) {
11334 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
11392 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
H A Dvm_fault.c551 if (!IP_VALID(memory_manager_default) &&
H A Dvm_user.c2771 if (IP_VALID(dynamic_pager_control_port))
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c3928 if (IP_VALID(release))

Completed in 114 milliseconds