Home
last modified time | relevance | path

Searched refs:DAEMON_LOCK_FILE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c46 #define DAEMON_LOCK_FILE "/var/run/rcm_daemon_lock" macro
50 static const char *daemon_lock_file = DAEMON_LOCK_FILE;
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c94 #define DAEMON_LOCK_FILE "/var/run/syseventd.lock" macro
1552 DAEMON_LOCK_FILE); in enter_daemon_lock()
1555 root_dir, DAEMON_LOCK_FILE) >= sizeof (local_lock_file)) { in enter_daemon_lock()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h80 #define DAEMON_LOCK_FILE ".devfsadm_daemon.lock" macro
H A Ddevfsadm.c4057 "%s/%s", etc_dev_dir, DAEMON_LOCK_FILE); in enter_daemon_lock()