Searched refs:system_ps_fd (Results 1 – 2 of 2) sorted by relevance
52 int system_ps_fd = -1; variable62 if (system_ps_fd != -1) { in get_file()66 if ((rc = fcntl(system_ps_fd, F_SETLKW, &fl))) { in get_file()71 return system_ps_fd; in get_file()75 system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600); in get_file()76 if (system_ps_fd < 0) { in get_file()83 if ((rc = fcntl(system_ps_fd, F_SETLKW, &fl))) { in get_file()89 return system_ps_fd; in get_file()112 system_ps_fd = -1; in close_file()
18 extern int system_ps_fd;