Home
last modified time | relevance | path

Searched refs:F_GETPATH (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/tests/kernel/
H A Dt_fcntl.c69 rv = fcntl(fd, F_GETPATH, path); in ATF_TC_BODY()
115 rv = fcntl(fd, F_GETPATH, path); in ATF_TC_BODY()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dkqueue.c469 #if defined(F_GETPATH) in uv__fs_event()
482 #if defined(F_GETPATH) in uv__fs_event()
487 if (fcntl(handle->event_watcher.fd, F_GETPATH, pathbuf) == 0) in uv__fs_event()
/netbsd-src/sys/sys/
H A Dfcntl.h202 #define F_GETPATH 15 /* get pathname associated with fd */ macro
/netbsd-src/sys/kern/
H A Dsys_descrip.c471 case F_GETPATH: in sys_fcntl()
479 error = (*fp->f_ops->fo_fcntl)(fp, F_GETPATH, kpath); in sys_fcntl()
H A Dsys_memfd.c245 case F_GETPATH: in memfd_fcntl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc927 #if !defined(F_GETPATH)
1106 #if defined(F_GETPATH)
1107 // When F_GETPATH is availble, it is the quickest way to get
1110 if (::fcntl(ResultFD, F_GETPATH, Buffer) != -1)
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)