Home
last modified time | relevance | path

Searched refs:_req (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h180 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
181 struct vtscsi_softc *__sc = (_req)->vsr_softc; \
183 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/freebsd-12.1/contrib/bsnmp/lib/
H A Dsnmpclient.h140 int snmp_pdu_check(const struct snmp_pdu *_req, const struct snmp_pdu *_resp);
194 int snmp_dialog(struct snmp_pdu *_req, struct snmp_pdu *_resp);
/freebsd-12.1/sys/dev/ath/
H A Dif_athvar.h1338 #define ath_hal_getrxfifodepth(_ah, _qtype, _req) \ argument
1341 #define ath_hal_getntxmaps(_ah, _req) \ argument
1342 (ath_hal_getcapability(_ah, HAL_CAP_NUM_TXMAPS, 0, _req) \
1344 #define ath_hal_gettxdesclen(_ah, _req) \ argument
1345 (ath_hal_getcapability(_ah, HAL_CAP_TXDESCLEN, 0, _req) \
1347 #define ath_hal_gettxstatuslen(_ah, _req) \ argument
1348 (ath_hal_getcapability(_ah, HAL_CAP_TXSTATUSLEN, 0, _req) \
1350 #define ath_hal_getrxstatuslen(_ah, _req) \ argument
1351 (ath_hal_getcapability(_ah, HAL_CAP_RXSTATUSLEN, 0, _req) \
1353 #define ath_hal_setrxbufsize(_ah, _req) \ argument
[all …]
/freebsd-12.1/tools/test/netfibs/
H A Dreflector.sh703 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}"
H A Dforwarding.sh547 local _fib _o i _rstr _c _req _p _opts base
591 _req=`printf "${_rstr}" | nc -6 -l $((${CTRLPORT} - 1))`
592 print_debug "$? -- ${_req} -- ${_rstr}"
/freebsd-12.1/sys/sys/
H A Dptrace.h179 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
/freebsd-12.1/sys/net80211/
H A Dieee80211_ioctl.h553 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument
554 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
/freebsd-12.1/sys/nfs/
H A Dbootp_subr.c137 } _req; member
138 #define ireq _req._ifreq
139 #define iareq _req._in_alias_req
/freebsd-12.1/sys/net/
H A Difdi_if.m409 struct ifi2creq *_req;