Searched refs:_fd (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dextattr.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,
H A Dmac.h89 int mac_get_fd(int _fd, mac_t _label);
92 int mac_get_peer(int _fd, mac_t _label);
H A Dacl.h382 acl_t acl_get_fd(int _fd);
394 int acl_set_fd(int _fd, acl_t _acl);
395 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
407 int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_domains.h39 #define BM4(_fa, _fb, _fc, _fd) \
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) \
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) \
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, _f
[all...]
/freebsd-10.0-release/lib/libpmc/
H A Dpmc.h77 int pmc_configure_logfile(int _fd);
H A Dpmclog.h171 void *pmclog_open(int _fd);
/freebsd-10.0-release/lib/libutil/
H A Dlibutil.h111 int login_tty(int _fd);
123 properties_read(int _fd);
/freebsd-10.0-release/lib/libelf/
H A D_libelf.h167 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
H A Dlibelf.h179 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c745 /* set vp as the _fd field of the file */
751 file->_fd = (intptr_t)vp;
760 vn_rdwr(UIO_READ, (vnode_t *)file->_fd, buf, size, (offset_t)off,
769 vn_close((vnode_t *)file->_fd, 0, NULL, NULL);
777 vnode_t *vp = (vnode_t *)file->_fd;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive.h449 __LA_DECL int archive_read_open_fd(struct archive *, int _fd,
684 __LA_DECL int archive_write_open_fd(struct archive *, int _fd);
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux.h439 l_int _fd; member in struct:l_siginfo::__anon5883::__anon5889
457 #define lsi_fd _sifields._sigpoll._fd
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux.h414 l_int _fd; member in struct:l_siginfo::__anon9847::__anon9853
432 #define lsi_fd _sifields._sigpoll._fd
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h594 intptr_t _fd; member in struct:_buf

Completed in 116 milliseconds