Searched refs:config_check (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sbin/launchd/ |
| HD | runtime.c | 171 #define config_check(s, sb) (stat(LAUNCHD_CONFIG_PREFIX s, &sb) == 0) macro 1526 if (config_check(".launchd_use_gmalloc", sb)) { 1530 if (config_check(".launchd_log_shutdown", sb)) { 1534 if (config_check(".launchd_log_debug", sb)) { 1538 if (config_check(".launchd_log_perf", sb)) { 1542 if (config_check("/etc/rc.cdrom", sb)) { 1546 if (!pid1_magic && config_check(".launchd_allow_global_dyld_envvars", sb)) { 1576 if (pid1_magic && launchd_verbose_boot && config_check(".launchd_shutdown_debugging", sb)) { 1580 if (pid1_magic && config_check(".launchd_shutdown_debugging", sb)) {
|