Searched refs:servicePort (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dchild.h51 Port servicePort() const { return mServicePort; } function in class:ServerChild
55 static void checkIn(Port servicePort, pid_t pid);
H A Dchild.cpp118 void ServerChild::checkIn(Port servicePort, pid_t pid) argument
124 child->mServicePort = servicePort;
125 servicePort.modRefs(MACH_PORT_RIGHT_SEND, +1); // retain send right
129 SECURITYD_CHILD_CHECKIN(pid, servicePort);
H A Dtokend.cpp50 Tokend::ClientSession::servicePort(ServerChild::servicePort());
198 ClientSession::servicePort().port(), ServerChild::servicePort().port());
H A Dauthhost.cpp215 return servicePort();
H A Dsecurityd.d95 probe child__checkin(int pid, DTPort servicePort);
H A Dcsproxy.cpp408 #define CSH_ARGS mach_port_t servicePort, mach_port_t replyPort, OSStatus *rcode
H A Dtransition.cpp57 #define UCSP_ARGS mach_port_t servicePort, mach_port_t replyPort, \
77 mach_port_deallocate(mach_task_self(), servicePort); more; return KERN_SUCCESS;
272 *originPort = servicePort;
1529 mach_port_t servicePort, mach_port_t taskPort)
1532 ServerChild::checkIn(servicePort, TaskPort(taskPort).pid());
1528 ucsp_server_childCheckIn(mach_port_t serverPort, mach_port_t servicePort, mach_port_t taskPort) argument
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtdclient.cpp65 void ClientSession::servicePort(Port p) function in class:Security::Tokend::ClientSession
H A Dtdclient.h63 Port servicePort() const { return mServicePort; } function in class:Security::Tokend::ClientSession
180 void servicePort(Port p);
H A Dtransit.h44 mach_port_t servicePort, mach_port_t replyPort, CSSM_RETURN *rcode
H A Dtransition.cpp75 kern_return_t tokend_server_terminate(mach_port_t servicePort, uint32 reason, uint32 options) argument
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dtdclient.cpp65 void ClientSession::servicePort(Port p) function in class:Security::Tokend::ClientSession
H A Dtdclient.h63 Port servicePort() const { return mServicePort; } function in class:Security::Tokend::ClientSession
180 void servicePort(Port p);
H A Dtransit.h44 mach_port_t servicePort, mach_port_t replyPort, CSSM_RETURN *rcode
H A Dtransition.cpp75 kern_return_t tokend_server_terminate(mach_port_t servicePort, uint32 reason, uint32 options) argument
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-lookup.h42 uint16_t servicePort; member in struct:_LKDCLocator
H A DLKDCHelper-lookup.c50 .servicePort = 88,
150 context->realm->servicePort = kerberosServicePort;
202 * the serviceName and servicePort for now
206 l->servicePort = kerberosServicePort;
381 LKDCLog (" servicePort = %u", p->servicePort);
H A DLKDCHelper.c203 *kdcport = lkdc->servicePort;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsecurity_utilities.d72 probe begin(uint32_t servicePort, int id);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsecurity_utilities.d72 probe begin(uint32_t servicePort, int id);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_main.c470 mach_port_t servicePort; local
475 KEXTD_SERVER_NAME, &servicePort);
502 servicePort, kextd_mach_port_callback, /* CFMachPortContext */ NULL,

Completed in 139 milliseconds