| /freebsd-11-stable/sys/dev/ath/ath_hal/ah_regdomain/ |
| HD | ah_rd_domains.h | 39 #define BM4(_fa, _fb, _fc, _fd) \ argument 40 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd), \ 41 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) } 42 #define BM5(_fa, _fb, _fc, _fd, _fe) \ argument 43 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \ 44 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) } 45 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument 46 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff), \ 47 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) } 48 #define BM7(_fa, _fb, _fc, _fd, _fe, _ff, _fg) \ argument [all …]
|
| /freebsd-11-stable/sys/sys/ |
| HD | extattr.h | 78 int extattr_delete_fd(int _fd, int _attrnamespace, const char *_attrname); 83 ssize_t extattr_get_fd(int _fd, int _attrnamespace, const char *_attrname, 89 ssize_t extattr_list_fd(int _fd, int _attrnamespace, void *_data, 95 ssize_t extattr_set_fd(int _fd, int _attrnamespace, const char *_attrname,
|
| HD | mac.h | 89 int mac_get_fd(int _fd, mac_t _label); 92 int mac_get_peer(int _fd, mac_t _label);
|
| HD | acl.h | 383 acl_t acl_get_fd(int _fd); 395 int acl_set_fd(int _fd, acl_t _acl); 396 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type); 408 int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
|
| /freebsd-11-stable/contrib/elftoolchain/libelf/ |
| HD | _libelf.h | 212 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar); 233 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
|
| HD | libelf.h | 185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf); 220 Elf *elf_open(int _fd);
|
| /freebsd-11-stable/lib/libutil/ |
| HD | libutil.h | 113 int login_tty(int _fd); 125 properties_read(int _fd);
|
| /freebsd-11-stable/lib/libdpv/ |
| HD | dprompt.h | 46 void dprompt_dprint(int _fd, const char *_prefix, const char *_append,
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux.h | 296 l_int _fd; member 314 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| HD | kernel.c | 794 file->_fd = (intptr_t)vp; in kobj_open_file() 803 vn_rdwr(UIO_READ, (vnode_t *)file->_fd, buf, size, (offset_t)off, in kobj_read_file() 812 vn_close((vnode_t *)file->_fd, 0, NULL, NULL); in kobj_close_file() 820 vnode_t *vp = (vnode_t *)file->_fd; in kobj_get_filesize()
|
| /freebsd-11-stable/lib/libpmc/ |
| HD | pmc.h | 79 int pmc_configure_logfile(int _fd);
|
| HD | pmclog.h | 171 void *pmclog_open(int _fd);
|
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux.h | 354 l_int _fd; member 372 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-11-stable/sys/amd64/linux32/ |
| HD | linux.h | 378 l_int _fd; member 396 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-11-stable/lib/libsysdecode/ |
| HD | sysdecode.h | 43 const char *sysdecode_atfd(int _fd);
|
| /freebsd-11-stable/sys/dev/iscsi/ |
| HD | icl_conn_if.m | 81 int _fd;
|
| /freebsd-11-stable/contrib/elftoolchain/elfcopy/ |
| HD | elfcopy.h | 301 void create_tempfile(const char *_src, char **_fn, int *_fd);
|
| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive.h | 548 __LA_DECL int archive_read_open_fd(struct archive *, int _fd, 836 __LA_DECL int archive_write_open_fd(struct archive *, int _fd);
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| HD | zfs_context.h | 634 intptr_t _fd; member
|