| /freebsd-10-stable/sys/dev/ath/ath_hal/ah_regdomain/ |
| D | 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-10-stable/sys/sys/ |
| D | 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,
|
| D | mac.h | 89 int mac_get_fd(int _fd, mac_t _label); 92 int mac_get_peer(int _fd, mac_t _label);
|
| D | 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-10-stable/lib/libutil/ |
| D | libutil.h | 113 int login_tty(int _fd); 125 properties_read(int _fd);
|
| /freebsd-10-stable/lib/libdpv/ |
| D | dprompt.h | 46 void dprompt_dprint(int _fd, const char *_prefix, const char *_append,
|
| /freebsd-10-stable/lib/libpmc/ |
| D | pmc.h | 78 int pmc_configure_logfile(int _fd);
|
| D | pmclog.h | 171 void *pmclog_open(int _fd);
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | kernel.c | 785 file->_fd = (intptr_t)vp; in kobj_open_file() 794 vn_rdwr(UIO_READ, (vnode_t *)file->_fd, buf, size, (offset_t)off, in kobj_read_file() 803 vn_close((vnode_t *)file->_fd, 0, NULL, NULL); in kobj_close_file() 811 vnode_t *vp = (vnode_t *)file->_fd; in kobj_get_filesize()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux.h | 306 l_int _fd; member 324 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux.h | 357 l_int _fd; member 375 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-10-stable/lib/libelf/ |
| D | _libelf.h | 167 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
|
| D | libelf.h | 179 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux.h | 380 l_int _fd; member 398 #define lsi_fd _sifields._sigpoll._fd
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive.h | 545 __LA_DECL int archive_read_open_fd(struct archive *, int _fd, 830 __LA_DECL int archive_write_open_fd(struct archive *, int _fd);
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| D | zfs_context.h | 627 intptr_t _fd; member
|