Home
last modified time | relevance | path

Searched defs:_fd (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_domains.h39 #define BM4(_fa, _fb, _fc, _fd) \ argument
42 #define BM5(_fa, _fb, _fc, _fd, _fe) \ argument
45 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument
48 #define BM7(_fa, _fb, _fc, _fd, _fe, _ff, _fg) \ argument
53 #define BM8(_fa, _fb, _fc, _fd, _fe, _ff, _fg, _fh) \ argument
58 #define BM9(_fa, _fb, _fc, _fd, _fe, _ff, _fg, _fh, _fi) \ argument
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.cpp45 int _fd; member
/freebsd/sys/net/route/
H A Dfib_algo.h113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
H A Dfib_algo.c252 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument
253 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument
260 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
/freebsd/sys/compat/linux/
H A Dlinux_siginfo.h200 l_int _fd; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c210 #define ib_uverbs_lookup_comp_file(_fd, _ufile) ({ \ argument