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

12

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dconnection.cpp57 mClientPort.modRefs(MACH_PORT_RIGHT_SEND, +1);
92 mClientPort.modRefs(MACH_PORT_RIGHT_SEND, -1); // discard surplus send right
93 assert(mClientPort.getRefs(MACH_PORT_RIGHT_SEND) == 1); // one left for final reply
H A Dchild.cpp125 servicePort.modRefs(MACH_PORT_RIGHT_SEND, +1); // retain send right
/macosx-10.10/pam_modules-140/modules/pam_launchd/
H A Dpam_launchd.c115 mach_port_mod_refs(mach_task_self(), bootstrap_port, MACH_PORT_RIGHT_SEND, -1); local
140 mach_port_mod_refs(mach_task_self(), bootstrap_port, MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.cpp137 mach_port_mod_refs(mach_task_self(), originPort, MACH_PORT_RIGHT_SEND, -1); local
201 mach_port_mod_refs(mach_task_self(), originPort, MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.cpp137 mach_port_mod_refs(mach_task_self(), originPort, MACH_PORT_RIGHT_SEND, -1); local
201 mach_port_mod_refs(mach_task_self(), originPort, MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dport.h241 #define MACH_PORT_RIGHT_SEND ((mach_port_right_t) 0) macro
256 #define MACH_PORT_TYPE_SEND MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND)
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.cpp286 modRefs(MACH_PORT_RIGHT_SEND, -1);
431 Debug::dump(" send(%d)", getRefs(MACH_PORT_RIGHT_SEND));
435 Debug::dump(" once(%d)", getRefs(MACH_PORT_RIGHT_SEND));
439 Debug::dump(" dead(%d)", getRefs(MACH_PORT_RIGHT_SEND));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.cpp286 modRefs(MACH_PORT_RIGHT_SEND, -1);
431 Debug::dump(" send(%d)", getRefs(MACH_PORT_RIGHT_SEND));
435 Debug::dump(" once(%d)", getRefs(MACH_PORT_RIGHT_SEND));
439 Debug::dump(" dead(%d)", getRefs(MACH_PORT_RIGHT_SEND));
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_sync.c60 kr = ipc_object_translate(current_space(), name, MACH_PORT_RIGHT_SEND,
/macosx-10.10/libpthread-105.1.4/src/
H A Dqos.c380 kr = mach_port_mod_refs(mach_task_self(), rv->kthread, MACH_PORT_RIGHT_SEND, 1);
389 mach_port_mod_refs(mach_task_self(), rv->kthread, MACH_PORT_RIGHT_SEND, -1); local
429 kr = mach_port_mod_refs(mach_task_self(), override->kthread, MACH_PORT_RIGHT_SEND, -1);
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c192 kr = ipc_object_translate(space, CAST_MACH_PORT_TO_NAME(connectRef), MACH_PORT_RIGHT_SEND, (ipc_object_t *)&port);
396 return (mach_port_mod_refs( task->itk_space, name, MACH_PORT_RIGHT_SEND, delta ));
/macosx-10.10/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp214 if (mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_SEND, 1) != KERN_SUCCESS)
/macosx-10.10/security_ocspd-55124/server/
H A DtrustSettings.cpp180 mach_port_mod_refs(mach_task_self(), gAuditSessionPort, MACH_PORT_RIGHT_SEND, +1); local
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClient.c64 MACH_PORT_RIGHT_SEND, -1); local
H A DEAPOLControl.c84 MACH_PORT_RIGHT_SEND, 1);
135 MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h301 MACH_PORT_RIGHT_SEND, \
H A Dmach_port.c849 if (right == MACH_PORT_RIGHT_SEND ||
880 case MACH_PORT_RIGHT_SEND:
931 if (right == MACH_PORT_RIGHT_SEND ||
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c335 kret = mach_port_mod_refs(mach_task_self(), mem_handle, MACH_PORT_RIGHT_SEND, -1);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dagent.c213 if (mach_port_mod_refs(mach_task_self(), jobPort, MACH_PORT_RIGHT_SEND, -1) != KERN_SUCCESS) {
H A Dauthtoken.c201 kern_return_t error_code = mach_port_mod_refs(mach_task_self(), auth->creator_bootstrap_port, MACH_PORT_RIGHT_SEND, 1);
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootplookup.c235 serverPort, MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/cron-39/cron/
H A Ddo_command.c337 mach_port_mod_refs(mach_task_self(), bootstrap_port, MACH_PORT_RIGHT_SEND, -1); local
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c208 MACH_PORT_RIGHT_SEND,
350 if( kIOReturnSuccess != mach_port_get_refs( mach_task_self(), object, MACH_PORT_RIGHT_SEND, &urefs))
1091 kr = mach_port_get_refs( mach_task_self(), msg->msgh_remote_port, MACH_PORT_RIGHT_SEND, &urefs);
1528 MACH_PORT_RIGHT_SEND,
1539 MACH_PORT_RIGHT_SEND,
/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c397 kret = mach_port_mod_refs(mach_task_self(), kextdport, MACH_PORT_RIGHT_SEND, -1);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDOpen.c446 kr = mach_port_mod_refs(mach_task_self(), server, MACH_PORT_RIGHT_SEND, +1);

Completed in 334 milliseconds

12