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

/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c67 if (!IP_VALID(port)) {
69 if (!IP_VALID(new_port))
127 if (IP_VALID(port)) {
203 if (IP_VALID(port)) {
H A Dipc_tt.c300 if (IP_VALID(task->itk_sself))
304 if (IP_VALID(task->exc_actions[i].port)) {
309 if (IP_VALID(task->itk_host))
312 if (IP_VALID(task->itk_bootstrap))
315 if (IP_VALID(task->itk_seatbelt))
318 if (IP_VALID(task->itk_gssd))
321 if (IP_VALID(task->itk_task_access))
325 if (IP_VALID(task->itk_registered[i]))
390 if (IP_VALID(old_sself))
394 if (IP_VALID(old_exc_action
[all...]
H A Dipc_host.c273 if (IP_VALID(port)) {
301 if (IP_VALID(port)) {
328 if (IP_VALID(port)) {
357 while (!r && IP_VALID(port)) {
383 while (!r && IP_VALID(port)) {
508 if (IP_VALID(port)) {
556 if (IP_VALID(new_port)) {
588 if (IP_VALID(old_port[i]))
590 if (IP_VALID(new_port)) /* consume send right */
698 if (IP_VALID(new_por
[all...]
H A Dipc_sync.c67 assert(IP_VALID(kern_port));
89 if (IP_VALID (port)) {
121 if (IP_VALID (port)) {
H A Dipc_misc.c70 if (!IP_VALID(sendport)) {
98 if (!IP_VALID(port))
126 if (!IP_VALID(port))
H A Dipc_clock.c101 if (IP_VALID(port)) {
128 if (IP_VALID(port)) {
H A Dhost_notify.c90 if (!IP_VALID(port))
H A Dexception.c156 if (!IP_VALID(exc_port)) {
425 if (!IP_VALID(xport) ||
H A Dclock_oldops.c444 if (IP_VALID(alarm_port) == 0)
706 if (IP_VALID(alrm->al_port)) {
H A Dhost.c845 if (IP_VALID(old_port))
867 if (IP_VALID(port))
H A Dipc_kobject.c432 } else if (!IP_VALID((ipc_port_t)reply->ikm_header->msgh_remote_port)) {
H A Dipc_mig.c774 if (!IP_VALID(port))
H A Dsync_sema.c1073 if (IP_VALID(port) &&
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.c80 assert(IP_VALID(port));
105 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)) {
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c147 if (!IP_VALID(port))
169 if (!IP_VALID(port))
197 assert(IP_VALID(port));
375 if (IP_VALID( sendPort )) {
414 if( IP_VALID(port)) {
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c371 if (IP_VALID(IPR_SOR_PORT(ipr->ipr_soright))) {
725 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) {
767 if (MACH_PORT_VALID(name) && IP_VALID(soright)) {
1079 if (!IP_VALID(port))
1112 if (!IP_VALID(port))
1145 if (IP_VALID(sright)) {
1180 if (!IP_VALID(port))
1237 if (!IP_VALID(port))
1269 if (!IP_VALID(port))
1297 if (!IP_VALID(por
[all...]
H A Dipc_port.h182 #define IP_VALID(port) IPC_PORT_VALID(port) macro
H A Dmach_debug.c245 assert(IP_VALID(port));
H A Dipc_kmsg.c1274 if (IP_VALID(dest_port) && IP_PREALLOC(dest_port)) {
1365 assert(IP_VALID(port));
1391 assert(IP_VALID(port));
2918 assert(IP_VALID(dest));
2934 if (IP_VALID(reply)) {
3043 * no real reply port (it wasn't IP_VALID) then this isn't
3087 if (IP_VALID(reply)) {
3100 if (IP_VALID(reply))
3103 if (IP_VALID(release_port))
4135 IP_VALID(kms
[all...]
H A Dmach_port.c156 assert(IP_VALID(port));
168 assert(IP_VALID(port));
H A Dipc_right.c1383 assert(IP_VALID(port));
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.h100 #define VM_DYNAMIC_PAGING_ENABLED(port) ((memorystatus_freeze_enabled == FALSE) && IP_VALID(port))
102 #define VM_DYNAMIC_PAGING_ENABLED(port) IP_VALID(port)
H A Dvm_user.c2925 if (IP_VALID(dynamic_pager_control_port))
H A Dvm_map.c2352 if (!IP_VALID(port)) {
12562 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
12620 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c4501 if (IP_VALID( trigger_port )){
4519 if (IP_VALID( trigger_port )){
4554 if (IP_VALID(release))

Completed in 265 milliseconds