OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pidfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/usr.sbin/authpf/
authpf.c
79
int lockcnt = 0, n,
pidfd
;
local in function:main
201
if ((
pidfd
= open(pidfile, O_RDWR|O_CREAT, 0644)) == -1 ||
202
(pidfp = fdopen(
pidfd
, "r+")) == NULL) {
203
if (
pidfd
!= -1)
204
close(
pidfd
);
/src/sys/compat/linux/common/
linux_sched.h
116
uint64_t
pidfd
; /* Where to store PID file descriptor (int *) */
member in struct:linux_user_clone3_args
Completed in 56 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025