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

12345

/macosx-10.9.5/bootp-268.1/bootplib/
H A Dipconfig_ext.h35 return (bootstrap_look_up(bootstrap_port, IPCONFIG_SERVER, server));
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapolcontroller_ext.h36 return (bootstrap_look_up2(bootstrap_port, EAPOLCONTROLLER_SERVER, server,
/macosx-10.9.5/pam_modules-138/modules/pam_launchd/
H A Dpam_launchd.c61 if (previous_port != bootstrap_port) {
66 previous_port = bootstrap_port;
115 mach_port_mod_refs(mach_task_self(), bootstrap_port, MACH_PORT_RIGHT_SEND, -1); local
117 bootstrap_port = rbs;
128 kern_return_t kr = bootstrap_look_up_per_user(bootstrap_port, NULL, uid, &puc);
135 /* If this happens, bootstrap_port is probably already set appropriately anyway. */
140 mach_port_mod_refs(mach_task_self(), bootstrap_port, MACH_PORT_RIGHT_SEND, -1); local
142 bootstrap_port = puc;
/macosx-10.9.5/IOKitUser-907.100.13/
H A Dtermclass.c47 status = IOMasterPort(bootstrap_port, &masterPort);
H A Dalloccount.c56 status = IOMasterPort(bootstrap_port, &masterPort);
H A Dclasscount.c54 status = IOMasterPort(bootstrap_port, &masterPort);
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A DIOUPSPrivate.c50 mach_port_t bootstrap_port; local
53 bootstrap_port = *bootstrap_port_ref;
56 kern_result = task_get_bootstrap_port(mach_task_self(), &bootstrap_port);
61 *bootstrap_port_ref = bootstrap_port;
67 bootstrap_port,
/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Dclient.c18 kr = bootstrap_look_up(bootstrap_port, DIRHELPER_BOOTSTRAP_NAME, &mp);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Dclient.c18 kr = bootstrap_look_up(bootstrap_port, DIRHELPER_BOOTSTRAP_NAME, &mp);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddaemon.c61 previous_port = bootstrap_port;
70 bootstrap_port = parent_port;
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetIOServiceForDeviceName.c61 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/mach/
H A Dmach_init.h87 extern mach_port_t bootstrap_port;
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_init.c64 mach_port_t bootstrap_port = MACH_PORT_NULL; variable
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlibvproc.c82 kern_return_t kr = vproc_mig_port_for_label(bootstrap_port, (char *)label, &mp);
285 vproc_mig_pid_is_managed(bootstrap_port, p, &result);
431 (void)bootstrap_get_root(bootstrap_port, &rootbs);
439 mach_port_deallocate(mach_task_self(), bootstrap_port); local
440 bootstrap_port = puc;
442 kr = vproc_mig_move_subset(puc, bootstrap_port, (char *)session_type, _audit_session_self(), flags);
461 if ((kr = vproc_mig_switch_to_session(bootstrap_port, tnp, (char *)target_session, _audit_session_self(), &new_bsport)) != KERN_SUCCESS) {
467 mach_port_deallocate(mach_task_self(), bootstrap_port); local
468 bootstrap_port = new_bsport;
483 kern_return_t kr = vproc_mig_post_fork_ping(bootstrap_port, mach_task_sel
[all...]
H A Dbootstrap.h122 extern mach_port_t bootstrap_port;
169 * exactly like the previous bootstrap_port, except that ports dynamically
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.mm67 kern_return_t kr = bootstrap_look_up(bootstrap_port, serviceName.utf8().data(), &serverPort);
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DHIDParamTest.c101 kr = IOMasterPort( bootstrap_port,
/macosx-10.9.5/bless-98/libbless/RAID/
H A DBLGetRAIDBootDataForDevice.c69 if((kret = IOMasterPort(bootstrap_port, &ourIOKitPort)) != KERN_SUCCESS) {
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_client.c110 client->bootstrap_port = bootstrap;
150 if (client->bootstrap_port != MACH_PORT_NULL) {
151 mach_port_deallocate(mach_task_self(), client->bootstrap_port);
152 client->bootstrap_port = MACH_PORT_NULL;
H A Dscnc_client.c114 client->bootstrap_port = bootstrap;
155 if (client->bootstrap_port != MACH_PORT_NULL) {
156 mach_port_deallocate(mach_task_self(), client->bootstrap_port);
157 client->bootstrap_port = MACH_PORT_NULL;
H A Dppp_client.h65 mach_port_t bootstrap_port; // bootstrap port use by client member in struct:client
H A Dscnc_client.h65 mach_port_t bootstrap_port; // bootstrap port use by client member in struct:client
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPSLowPower.c399 mach_port_t bootstrap_port = MACH_PORT_NULL;
406 if (!IOUPSMIGServerIsRunning(&bootstrap_port, &connect))
430 mach_port_t bootstrap_port = MACH_PORT_NULL;
435 if (!IOUPSMIGServerIsRunning(&bootstrap_port, &connect))
/macosx-10.9.5/webdavfs-352.92.2/load.tproj/
H A Dload.c130 kr = bootstrap_check_in(bootstrap_port, (const char *)bname, &mp);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DKextManager.c421 mach_port_t bootstrap_port = MACH_PORT_NULL; local
423 kern_result = task_get_bootstrap_port(mach_task_self(), &bootstrap_port);
425 kern_result = bootstrap_look_up2(bootstrap_port,

Completed in 203 milliseconds

12345