Searched refs:bootstrapPort (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecCodeHostLib.c63 mach_port_t bootstrapPort;
64 if (KERN_SUCCESS != task_get_bootstrap_port(mach_task_self(), &bootstrapPort))
67 if (KERN_SUCCESS != bootstrap_look_up(bootstrapPort, serverName, &gServerPort))
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecCodeHostLib.c63 mach_port_t bootstrapPort;
64 if (KERN_SUCCESS != task_get_bootstrap_port(mach_task_self(), &bootstrapPort))
67 if (KERN_SUCCESS != bootstrap_look_up(bootstrapPort, serverName, &gServerPort))
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDASession.c449 mach_port_t bootstrapPort; local
456 status = task_get_bootstrap_port( mach_task_self( ), &bootstrapPort );
466 status = bootstrap_look_up2( bootstrapPort, _kDADaemonName, &masterPort, 0, BOOTSTRAP_PRIVILEGED_SERVER );
468 mach_port_deallocate( mach_task_self( ), bootstrapPort ); local
/macosx-10.9.5/UserNotification-28/Libunc/
H A DUNCUserNotification.c222 mach_port_t bootstrapPort = MACH_PORT_NULL, serverPort = MACH_PORT_NULL; local
238 retval = task_get_bootstrap_port(mach_task_self(), &bootstrapPort);
239 if (ERR_SUCCESS == retval && MACH_PORT_NULL != bootstrapPort) retval = bootstrap_look_up(bootstrapPort, namebuffer, &serverPort);
240 if (ERR_SUCCESS != retval || MACH_PORT_NULL == serverPort) retval = bootstrap_look_up(bootstrapPort, oldnamebuffer, &serverPort);
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dagent.c140 mach_port_t bootstrapPort = process_get_bootstrap(proc); local
162 bootstrapPort = newBootstrapPort;
218 xpc_dictionary_set_mach_send(requestObject, AUTH_XPC_BOOTSTRAP_PORT, bootstrapPort);
/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.c209 mach_port_t bootstrapPort = MACH_PORT_NULL, serverPort = MACH_PORT_NULL; local
223 retval = task_get_bootstrap_port(mach_task_self(), &bootstrapPort);
224 if (ERR_SUCCESS == retval && MACH_PORT_NULL != bootstrapPort) retval = bootstrap_look_up2(bootstrapPort, namebuffer, &serverPort, 0, 0);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A Ddy_framework.h59 mach_port_t bootstrapPort,
H A Ddy_framework.c91 _IOMasterPort(mach_port_t bootstrapPort, mach_port_t *masterPort) argument
99 return dyfunc ? dyfunc(bootstrapPort, masterPort) : KERN_FAILURE;
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c114 IOMasterPort( mach_port_t bootstrapPort, mach_port_t * masterPort ) argument
116 IOMasterPort( mach_port_t bootstrapPort __unused, mach_port_t * masterPort )
140 if (bootstrapPort == MACH_PORT_NULL)
141 bootstrapPort = bootstrap_port;
142 return bootstrap_look_up(bootstrapPort, "com.apple.iokitsimd", masterPort);
H A DIOKitLib.h108 @param bootstrapPort Pass MACH_PORT_NULL for the default.
113 IOMasterPort( mach_port_t bootstrapPort,

Completed in 295 milliseconds