| /netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
| H A D | systembuf.cpp | 44 int _fd; member 60 _fd(fd), in impl() 87 ::close(_pimpl->_fd); in ~systembuf() 100 ssize_t cnt = ::read(_pimpl->_fd, _pimpl->_read_buf.get(), in underflow() 146 ok = ::write(_pimpl->_fd, pbase(), cnt) == cnt; in sync()
|
| /netbsd-src/sys/sys/ |
| H A D | extattr.h | 87 int extattr_delete_fd(int _fd, int _attrnamespace, const char *_attrname); 92 ssize_t extattr_get_fd(int _fd, int _attrnamespace, const char *_attrname, 98 ssize_t extattr_list_fd(int _fd, int _attrnamespace, void *_data, 104 int extattr_set_fd(int _fd, int _attrnamespace, const char *_attrname,
|
| H A D | acl.h | 406 acl_t acl_get_fd(int _fd); 418 int acl_set_fd(int _fd, acl_t _acl); 419 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type); 431 int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
|
| H A D | siginfo.h | 78 int _fd; member 171 #define si_fd _info._reason._poll._fd 201 #define ksi_fd ksi_info._reason._poll._fd
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | acl.h | 395 acl_t acl_get_fd(int _fd); 407 int acl_set_fd(int _fd, acl_t _acl); 408 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type); 420 int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs.h | 185 procfs_fileno(pid_t _pid, pfstype _type, int _fd) in procfs_fileno() argument 197 if (_fd != -1) in procfs_fileno() 198 _ino = _ino << 32 | _fd; in procfs_fileno()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | _libelf.h | 210 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar); 229 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
|
| H A D | libelf.h | 188 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf); 224 Elf *elf_open(int _fd);
|
| /netbsd-src/sys/compat/linux32/arch/amd64/ |
| H A D | linux32_siginfo.h | 78 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_siginfo.h | 81 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/i386/ |
| H A D | linux_siginfo.h | 81 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/arm/ |
| H A D | linux_siginfo.h | 78 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/powerpc/ |
| H A D | linux_siginfo.h | 89 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/m68k/ |
| H A D | linux_siginfo.h | 81 int _fd; member
|
| /netbsd-src/sys/compat/linux32/arch/aarch64/ |
| H A D | linux32_siginfo.h | 86 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/amd64/ |
| H A D | linux_siginfo.h | 89 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/mips/ |
| H A D | linux_siginfo.h | 84 int _fd; member
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_signal.c | 347 si->_reason._poll._fd = si32->_reason._poll._fd; in netbsd32_ksi32_to_ksi() 437 si32->_reason._poll._fd = si->_reason._poll._fd; in netbsd32_ksi_to_ksi32()
|
| /netbsd-src/sys/compat/sys/ |
| H A D | siginfo.h | 78 int _fd; member
|
| /netbsd-src/sys/compat/linux/arch/aarch64/ |
| H A D | linux_siginfo.h | 83 int _fd; member
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ |
| H A D | ah_regdomain.c | 58 #define BM4(_fa, _fb, _fc, _fd) \ argument 59 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd), \ 60 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) } 61 #define BM5(_fa, _fb, _fc, _fd, _fe) \ argument 62 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \ 63 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) } 64 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument 65 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff), \ 66 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) } 67 #define BM7(_fa, _fb, _fc, _fd, _fe, _ff, _fg) \ argument [all …]
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_siginfo.h | 118 #define lsi_fd _sidata._sigpoll._fd
|
| H A D | linux32_signal.c | 160 lsi->lsi_fd = ksi->_reason._poll._fd; in native_to_linux32_siginfo()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_siginfo.h | 130 #define lsi_fd _sidata._sigpoll._fd
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
| H A D | kernel.c | 822 file->_fd = (intptr_t)vp; in kobj_open_file() 831 vn_rdwr(UIO_READ, (vnode_t *)file->_fd, buf, size, (offset_t)off, in kobj_read_file() 840 vn_close((vnode_t *)file->_fd, 0, NULL, NULL); in kobj_close_file() 848 vnode_t *vp = (vnode_t *)file->_fd; in kobj_get_filesize()
|