Searched refs:pf_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/openbsm/compat/
H A Dpidfile.h46 char pf_path[MAXPATHLEN + 1]; member in struct:pidfh
114 len = snprintf(pfh->pf_path, sizeof(pfh->pf_path),
116 if (len >= (int)sizeof(pfh->pf_path)) {
128 fd = flopen(pfh->pf_path,
140 errno = pidfile_read(pfh->pf_path, pidptr);
157 unlink(pfh->pf_path);
171 unlink(pfh->pf_path);
257 if (unlink(pfh->pf_path) == -1)

Completed in 44 milliseconds