HomeSort by: relevance | last modified time | path
    Searched refs:pidfile_lock (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libutil/
pidfile.c 170 * pidfile_path and pidfile_pid so that any further call to pidfile_lock(3)
176 pidfile_lock(const char *path) function in typeref:typename:pid_t
249 pid = pidfile_lock(path);
Makefile 71 MLINKS+=pidfile.3 pidfile_lock.3
  /src/include/
util.h 107 pid_t pidfile_lock(const char *);
  /src/usr.sbin/autofs/
autounmountd.c 319 if (pidfile_lock(NULL) == -1)
automountd.c 550 if (pidfile_lock(NULL) == -1)
  /src/usr.sbin/rtadvd/
rtadvd.c 224 if ((pid = pidfile_lock(pidfilepath)) != 0) {
226 logit(LOG_ERR, "pidfile_lock: %m");
270 if (pidfile_lock(pidfilepath) != 0)
271 logit(LOG_ERR, " pidfile_lock: %m");

Completed in 15 milliseconds