HomeSort by: relevance | last modified time | path
    Searched defs:pidfile_fd (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libutil/
pidfile.c 52 static int pidfile_fd = -1; variable in typeref:typename:int
63 error = close(pidfile_fd);
64 pidfile_fd = -1;
80 if (pidfile_fd == -1) {
87 else if (ftruncate(pidfile_fd, 0) == -1)
169 * The new pidfile is "registered" in the global variables pidfile_fd,
195 if (pidfile_fd != -1 && strcmp(pidfile_path, path) != 0)
198 if (pidfile_fd == -1) {
199 pidfile_fd = open(path,
202 if (pidfile_fd == -1)
    [all...]

Completed in 11 milliseconds