| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 807 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 D | kqueue_proxy.h | 98 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 D | mt_notify.cpp | 318 MTLOG_DEBUG("remote close, fd %d, close connection", _fd); in KeepaliveClose()
|
| /f-stack/freebsd/sys/ |
| H A D | extattr.h | 81 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 D | mac.h | 91 int mac_get_fd(int _fd, mac_t _label); 94 int mac_get_peer(int _fd, mac_t _label);
|
| H A D | acl.h | 385 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 D | fib_algo.h | 92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
| H A D | fib_algo.c | 217 #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 D | libutil.h | 122 int login_tty(int _fd); 134 properties_read(int _fd);
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux.h | 226 l_int _fd; member 244 #define lsi_fd _sifields._sigpoll._fd
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_rxtx.c | 50 #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 D | linux.h | 287 l_int _fd; member 305 #define lsi_fd _sifields._sigpoll._fd
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 41 #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 D | linux.h | 344 l_int _fd; member 362 #define lsi_fd _sifields._sigpoll._fd
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux.h | 371 l_int _fd; member 389 #define lsi_fd _sifields._sigpoll._fd
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 703 intptr_t _fd;
|