Searched refs:local_lock_file (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 95 char local_lock_file[PATH_MAX + 1]; variable 1555 if (snprintf(local_lock_file, sizeof (local_lock_file), "%s%s", in enter_daemon_lock() 1556 root_dir, DAEMON_LOCK_FILE) >= sizeof (local_lock_file)) { in enter_daemon_lock() 1557 syseventd_err_print(INIT_PATH_ERR, local_lock_file); in enter_daemon_lock() 1560 daemon_lock_fd = open(local_lock_file, O_CREAT|O_RDWR, 0644); in enter_daemon_lock() 1563 local_lock_file, strerror(errno)); in enter_daemon_lock() 1575 local_lock_file, strerror(errno)); in enter_daemon_lock() 1600 local_lock_file, strerror(errno)); in exit_daemon_lock() 1605 local_lock_file, strerror(errno)); in exit_daemon_lock()
|