Searched refs:bootstrap (Results 51 - 75 of 160) sorted by relevance

1234567

/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dconfigd_server.c41 #include <servers/bootstrap.h>
H A Dconfigd.m50 #include <servers/bootstrap.h>
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A DMakefile90 ignore dlldefs.h /* prevents bootstrap double build */
/macosx-10.10/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm35 #import <servers/bootstrap.h>
/macosx-10.10/iodbc-42.5/iodbc/
H A DMakefile.am83 bootstrap.sh \
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A DMakefile157 bootstrap.h \
161 bootstrap.h \
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_main.c2893 if (serv->bootstrap != MACH_PORT_NULL) {
2894 mach_port_deallocate(mach_task_self(), serv->bootstrap);
2895 serv->bootstrap = MACH_PORT_NULL;
2899 void scnc_bootstrap_retain(struct service *serv, mach_port_t bootstrap) argument
2901 if (serv->bootstrap != bootstrap) {
2902 if (serv->bootstrap != MACH_PORT_NULL)
2903 mach_port_deallocate(mach_task_self(), serv->bootstrap);
2904 if (bootstrap != MACH_PORT_NULL)
2905 mach_port_mod_refs(mach_task_self(), bootstrap, MACH_PORT_RIGHT_SEN local
2931 scnc_start(struct service *serv, CFDictionaryRef options, void *client, int autoclose, uid_t uid, gid_t gid, int pid, mach_port_t bootstrap, mach_port_t au_session) argument
[all...]
H A Dppp_manager.c465 ppp_start(serv, 0, 0, 0, serv->bootstrap, serv->au_session, 1, 0);
550 ppp_start(serv, 0, 0, 0, serv->bootstrap, serv->au_session, 1, 0);
582 ppp_start(serv, 0, 0, 0, serv->bootstrap, serv->au_session, 1, 0);
596 ppp_start(serv, 0, 0, 0, serv->bootstrap, serv->au_session, 1, 0);
1526 int ppp_start(struct service *serv, CFDictionaryRef options, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t au_session, u_int8_t onTraffic, u_int8_t onDemand) argument
1552 serv->u.ppp.newconnectbootstrap = bootstrap;
1617 scnc_bootstrap_retain(serv, bootstrap);
1788 ppp_start(serv, serv->persist_connect_opts, serv->uid, serv->gid, serv->bootstrap, serv->au_session, 0, (serv->flags & FLAG_ONDEMAND));
1884 ppp_start(serv, 0, 0, 0, serv->bootstrap, serv->au_session, serv->flags & FLAG_CONFIGCHANGEDNOW ? 1 : 3, 0);
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm40 bootstrap Crypt::Rijndael $VERSION;
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm20 bootstrap Data::UUID $VERSION;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DXS.pm7 # Perl bootstrap for XS module. Inherits methods from
26 bootstrap Template::Stash::XS $Template::VERSION;
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLib.c42 #include <servers/bootstrap.h>
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c33 #include <servers/bootstrap.h>
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_client.c38 #include <servers/bootstrap.h>
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_server.c36 #include <servers/bootstrap.h>
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-main.c26 #include <servers/bootstrap.h>
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c68 #include <servers/bootstrap.h> // bootstrap
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c17 #include <mach/bootstrap.h>
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.mm36 #import <servers/bootstrap.h>
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.pm57 bootstrap IO::KQueue $VERSION;
/macosx-10.10/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSourcesPrivate.c29 #include <servers/bootstrap.h>
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm36 #import <servers/bootstrap.h>
59 extern "C" void xpc_connection_set_bootstrap(xpc_connection_t connection, xpc_object_t bootstrap);
227 xpc_dictionary_set_string(preBootstrapMessage.get(), "message-name", "pre-bootstrap");
243 xpc_dictionary_set_string(bootstrapMessage.get(), "message-name", "bootstrap");
/macosx-10.10/emacs-93/
H A DMakefile100 $(_v) $(MAKE) -j $(NJOBS) -C $(BuildDirectory) $(Environment) bootstrap
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.c65 mach_port_t bootstrap = MACH_PORT_NULL; local
66 task_get_bootstrap_port(mach_task_self(), &bootstrap); local
67 xpc_dictionary_set_mach_send(message, AUTH_XPC_BOOTSTRAP, bootstrap);
/macosx-10.10/objc4-646/runtime/
H A Dhashtable2.mm91 * Global data and bootstrap
117 static void bootstrap (void) {
148 if (! prototypes) bootstrap ();

Completed in 688 milliseconds

1234567