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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dnt_svc.c57 BOOL auto_start = FALSE; local
66 auto_start = TRUE;
69 if ( !lutil_srv_install(svcName, displayName, filename, auto_start) )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dntservice.c56 LPCTSTR lpszBinaryPathName, int auto_start)
74 auto_start ? SERVICE_AUTO_START : SERVICE_DEMAND_START,
55 lutil_srv_install(LPCTSTR lpszServiceName, LPCTSTR lpszDisplayName, LPCTSTR lpszBinaryPathName, int auto_start) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil.h268 int auto_start );
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c70 unsigned long auto_start = 0; variable
603 if ((mode & MODE_PASS) || (mode & MODE_PEEK) || auto_start) {
867 auto_start = strtoul(optarg, NULL, 0);
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_vfsops.c72 static int auto_start(mount_t, int, vfs_context_t);
81 auto_start,
792 auto_start(__unused mount_t mp, __unused int flags, function

Completed in 211 milliseconds