Home
last modified time | relevance | path

Searched refs:get_pid (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libutil/
H A Duucplock.c55 static pid_t get_pid (int fd,int *err);
91 if ((pid_old = get_pid (fd, &err)) == -1) in uu_lock()
134 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()
206 get_pid(int fd, int *err) in get_pid() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h103 #define get_pid(x) (x) macro