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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthtoken.c54 mach_port_t creator_bootstrap_port; member in struct:_auth_token_s
87 if (auth->creator_bootstrap_port != MACH_PORT_NULL) {
88 mach_port_deallocate(mach_task_self(), auth->creator_bootstrap_port);
163 auth->creator_bootstrap_port = MACH_PORT_NULL;
196 auth->creator_bootstrap_port = process_get_bootstrap(proc);
200 if (auth->creator_bootstrap_port != MACH_PORT_NULL) {
201 kern_return_t error_code = mach_port_mod_refs(mach_task_self(), auth->creator_bootstrap_port, MACH_PORT_RIGHT_SEND, 1);
204 auth->creator_bootstrap_port = MACH_PORT_NULL;
325 return auth->creator_bootstrap_port;

Completed in 136 milliseconds