Searched refs:F_GETPATH (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/tests/kernel/ |
| H A D | t_fcntl.c | 69 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 D | kqueue.c | 469 #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 D | fcntl.h | 202 #define F_GETPATH 15 /* get pathname associated with fd */ macro
|
| /netbsd-src/sys/kern/ |
| H A D | sys_descrip.c | 471 case F_GETPATH: in sys_fcntl() 479 error = (*fp->f_ops->fo_fcntl)(fp, F_GETPATH, kpath); in sys_fcntl()
|
| H A D | sys_memfd.c | 245 case F_GETPATH: in memfd_fcntl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 927 #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 D | ChangeLog | 5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)
|