Home
last modified time | relevance | path

Searched refs:_fd (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ah_regdomain/
HDah_rd_domains.h39 #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/
HDextattr.h78 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,
HDmac.h89 int mac_get_fd(int _fd, mac_t _label);
92 int mac_get_peer(int _fd, mac_t _label);
HDacl.h383 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.h212 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
233 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
HDlibelf.h185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
220 Elf *elf_open(int _fd);
/freebsd-11-stable/lib/libutil/
HDlibutil.h113 int login_tty(int _fd);
125 properties_read(int _fd);
/freebsd-11-stable/lib/libdpv/
HDdprompt.h46 void dprompt_dprint(int _fd, const char *_prefix, const char *_append,
/freebsd-11-stable/sys/amd64/linux/
HDlinux.h296 l_int _fd; member
314 #define lsi_fd _sifields._sigpoll._fd
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
HDkernel.c794 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/
HDpmc.h79 int pmc_configure_logfile(int _fd);
HDpmclog.h171 void *pmclog_open(int _fd);
/freebsd-11-stable/sys/i386/linux/
HDlinux.h354 l_int _fd; member
372 #define lsi_fd _sifields._sigpoll._fd
/freebsd-11-stable/sys/amd64/linux32/
HDlinux.h378 l_int _fd; member
396 #define lsi_fd _sifields._sigpoll._fd
/freebsd-11-stable/lib/libsysdecode/
HDsysdecode.h43 const char *sysdecode_atfd(int _fd);
/freebsd-11-stable/sys/dev/iscsi/
HDicl_conn_if.m81 int _fd;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDelfcopy.h301 void create_tempfile(const char *_src, char **_fn, int *_fd);
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive.h548 __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/
HDzfs_context.h634 intptr_t _fd; member