Home
last modified time | relevance | path

Searched refs:OUT_OF_RANGE (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/iscsi/
H A Dicl.c210 #define OUT_OF_RANGE(x, lo, hi) ((x) != 0 && ((x) < (lo) || (x) > (hi))) in icl_limits() macro
212 (OUT_OF_RANGE(idl->idl_max_recv_data_segment_length, 512, 16777215) || in icl_limits()
213 OUT_OF_RANGE(idl->idl_max_send_data_segment_length, 512, 16777215) || in icl_limits()
214 OUT_OF_RANGE(idl->idl_max_burst_length, 512, 16777215) || in icl_limits()
215 OUT_OF_RANGE(idl->idl_first_burst_length, 512, 16777215))) { in icl_limits()
218 #undef OUT_OF_RANGE in icl_limits()
/freebsd-12.1/usr.bin/uudecode/
H A Duudecode.c353 #define OUT_OF_RANGE do { \ in uu_decode() macro
370 OUT_OF_RANGE; in uu_decode()
381 OUT_OF_RANGE; in uu_decode()
388 OUT_OF_RANGE; in uu_decode()
396 OUT_OF_RANGE; in uu_decode()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.seq1828 mvi INTSTAT, OUT_OF_RANGE;
1832 mvi INTSTAT, OUT_OF_RANGE;
1840 mvi INTSTAT, OUT_OF_RANGE;
1844 mvi INTSTAT, OUT_OF_RANGE;
H A Daic7xxx_reg.h1520 #define OUT_OF_RANGE 0xe1 macro
H A Daic7xxx.reg858 mask OUT_OF_RANGE 0xe0|SEQINT
H A Daic7xxx.c933 case OUT_OF_RANGE: in ahc_handle_seqint()