| /freebsd-13.1/sys/dev/virtio/scsi/ |
| H A D | virtio_scsivar.h | 180 #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-13.1/contrib/bsnmp/lib/ |
| H A D | snmpclient.h | 140 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-13.1/sys/dev/ath/ |
| H A D | if_athvar.h | 1340 #define ath_hal_getrxfifodepth(_ah, _qtype, _req) \ argument 1343 #define ath_hal_getntxmaps(_ah, _req) \ argument 1344 (ath_hal_getcapability(_ah, HAL_CAP_NUM_TXMAPS, 0, _req) \ 1346 #define ath_hal_gettxdesclen(_ah, _req) \ argument 1347 (ath_hal_getcapability(_ah, HAL_CAP_TXDESCLEN, 0, _req) \ 1349 #define ath_hal_gettxstatuslen(_ah, _req) \ argument 1350 (ath_hal_getcapability(_ah, HAL_CAP_TXSTATUSLEN, 0, _req) \ 1352 #define ath_hal_getrxstatuslen(_ah, _req) \ argument 1353 (ath_hal_getcapability(_ah, HAL_CAP_RXSTATUSLEN, 0, _req) \ 1355 #define ath_hal_setrxbufsize(_ah, _req) \ argument [all …]
|
| /freebsd-13.1/sys/xen/interface/io/ |
| H A D | ring.h | 243 #define RING_COPY_REQUEST(_r, _idx, _req) do { \ argument 245 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
|
| /freebsd-13.1/tools/test/netfibs/ |
| H A D | 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}"
|
| H A D | 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}"
|
| /freebsd-13.1/sys/sys/ |
| H A D | ptrace.h | 207 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_ioctl.h | 552 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument 553 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | ef10_nic.c | 1093 #define CAP_FLAGS1(_req, _flag) \ in ef10_get_datapath_caps() argument 1094 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_OUT_FLAGS1) & \ in ef10_get_datapath_caps() 1097 #define CAP_FLAGS2(_req, _flag) \ in ef10_get_datapath_caps() argument 1098 (((_req).emr_out_length_used >= MC_CMD_GET_CAPABILITIES_V2_OUT_LEN) && \ in ef10_get_datapath_caps() 1099 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_V2_OUT_FLAGS2) & \ in ef10_get_datapath_caps()
|
| /freebsd-13.1/sys/nfs/ |
| H A D | bootp_subr.c | 137 } _req; member 138 #define ireq _req._ifreq 139 #define iareq _req._in_alias_req
|
| /freebsd-13.1/sys/net/ |
| H A D | ifdi_if.m | 415 struct ifi2creq *_req;
|