Searched refs:_req (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/virtio/scsi/ |
| HD | virtio_scsivar.h | 178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument 179 struct vtscsi_softc *__sc = (_req)->vsr_softc; \ 181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
|
| /NextBSD/contrib/bsnmp/lib/ |
| HD | snmpclient.h | 139 int snmp_pdu_check(const struct snmp_pdu *_req, const struct snmp_pdu *_resp); 193 int snmp_dialog(struct snmp_pdu *_req, struct snmp_pdu *_resp);
|
| /NextBSD/sys/dev/ath/ |
| HD | if_athvar.h | 1315 #define ath_hal_getrxfifodepth(_ah, _qtype, _req) \ argument 1316 (ath_hal_getcapability(_ah, HAL_CAP_RXFIFODEPTH, _qtype, _req) \ 1318 #define ath_hal_getntxmaps(_ah, _req) \ argument 1319 (ath_hal_getcapability(_ah, HAL_CAP_NUM_TXMAPS, 0, _req) \ 1321 #define ath_hal_gettxdesclen(_ah, _req) \ argument 1322 (ath_hal_getcapability(_ah, HAL_CAP_TXDESCLEN, 0, _req) \ 1324 #define ath_hal_gettxstatuslen(_ah, _req) \ argument 1325 (ath_hal_getcapability(_ah, HAL_CAP_TXSTATUSLEN, 0, _req) \ 1327 #define ath_hal_getrxstatuslen(_ah, _req) \ argument 1328 (ath_hal_getcapability(_ah, HAL_CAP_RXSTATUSLEN, 0, _req) \ [all …]
|
| /NextBSD/tools/test/netfibs/ |
| HD | reflector.sh | 703 local _fib _o i _rstr _c _req _p _opts 728 _req=`echo "RESULT ${_rstr}" | nc -V ${_fib} -6 -l ${CTRLPORT}` 729 print_debug "$? -- ${_req} -- RESULT ${_rstr}"
|
| HD | forwarding.sh | 547 local _fib _o i _rstr _c _req _p _opts base 591 _req=`printf "${_rstr}" | nc -6 -l $((${CTRLPORT} - 1))` 592 print_debug "$? -- ${_req} -- ${_rstr}"
|
| /NextBSD/sys/sys/ |
| HD | ptrace.h | 151 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_ioctl.h | 544 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument 545 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
|
| /NextBSD/sys/net/ |
| HD | ifdi_if.m | 264 struct ifi2creq *_req;
|
| /NextBSD/sys/nfs/ |
| HD | bootp_subr.c | 132 } _req; member 133 #define ireq _req._ifreq 134 #define iareq _req._in_alias_req
|