Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp807 if (_fd < 0) in Close()
814 close(_fd); in Close()
815 _fd = -1; in Close()
835 if (_fd > 0) in CreateSock()
837 return _fd; in CreateSock()
849 if (_fd < 0) in CreateSock()
859 close(_fd); in CreateSock()
860 _fd = -1; in CreateSock()
874 close(_fd); in CreateSock()
875 _fd = -1; in CreateSock()
[all …]
H A Dkqueue_proxy.h98 int _fd;
109 _fd = fd;
131 int GetOsfd() { return _fd; }; in GetOsfd()
132 void SetOsfd(int fd) { _fd = fd; }; in SetOsfd()
140 _fd = -1; in Reset()
H A Dmt_notify.cpp318 MTLOG_DEBUG("remote close, fd %d, close connection", _fd); in KeepaliveClose()
/f-stack/freebsd/sys/
H A Dextattr.h81 int extattr_delete_fd(int _fd, int _attrnamespace, const char *_attrname);
86 ssize_t extattr_get_fd(int _fd, int _attrnamespace, const char *_attrname,
92 ssize_t extattr_list_fd(int _fd, int _attrnamespace, void *_data,
98 ssize_t extattr_set_fd(int _fd, int _attrnamespace, const char *_attrname,
H A Dmac.h91 int mac_get_fd(int _fd, mac_t _label);
94 int mac_get_peer(int _fd, mac_t _label);
H A Dacl.h385 acl_t acl_get_fd(int _fd);
397 int acl_set_fd(int _fd, acl_t _acl);
398 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
410 int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
/f-stack/freebsd/net/route/
H A Dfib_algo.h92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
H A Dfib_algo.c217 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument
218 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument
219 _ALGO_PRINTF(_fd->fd_fibnum, _fd->fd_family, _fd->fd_flm->flm_name, \
220 _fd->fd_gen, __func__, _fmt, ## __VA_ARGS__); \
225 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
/f-stack/tools/libutil/
H A Dlibutil.h122 int login_tty(int _fd);
134 properties_read(int _fd);
/f-stack/freebsd/arm64/linux/
H A Dlinux.h226 l_int _fd; member
244 #define lsi_fd _sifields._sigpoll._fd
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c50 #define DPAA_MBUF_TO_CONTIG_FD(_mbuf, _fd, _bpid) \ argument
52 (_fd)->cmd = 0; \
53 (_fd)->opaque_addr = 0; \
54 (_fd)->opaque = QM_FD_CONTIG << DPAA_FD_FORMAT_SHIFT; \
55 (_fd)->opaque |= ((_mbuf)->data_off) << DPAA_FD_OFFSET_SHIFT; \
56 (_fd)->opaque |= (_mbuf)->pkt_len; \
57 (_fd)->addr = (_mbuf)->buf_iova; \
58 (_fd)->bpid = _bpid; \
/f-stack/freebsd/amd64/linux/
H A Dlinux.h287 l_int _fd; member
305 #define lsi_fd _sifields._sigpoll._fd
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c41 #define DPAA2_MBUF_TO_CONTIG_FD(_mbuf, _fd, _bpid) do { \ argument
42 DPAA2_SET_FD_ADDR(_fd, DPAA2_MBUF_VADDR_TO_IOVA(_mbuf)); \
43 DPAA2_SET_FD_LEN(_fd, _mbuf->data_len); \
44 DPAA2_SET_ONLY_FD_BPID(_fd, _bpid); \
45 DPAA2_SET_FD_OFFSET(_fd, _mbuf->data_off); \
46 DPAA2_SET_FD_FRC(_fd, 0); \
47 DPAA2_RESET_FD_CTRL(_fd); \
48 DPAA2_RESET_FD_FLC(_fd); \
/f-stack/freebsd/i386/linux/
H A Dlinux.h344 l_int _fd; member
362 #define lsi_fd _sifields._sigpoll._fd
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h371 l_int _fd; member
389 #define lsi_fd _sifields._sigpoll._fd
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h703 intptr_t _fd;