Searched refs:OUT_OF_RANGE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/iscsi/
H A Dicl.c210 #define OUT_OF_RANGE(x, lo, hi) ((x) != 0 && ((x) < (lo) || (x) > (hi))) macro
212 (OUT_OF_RANGE(idl->idl_max_recv_data_segment_length, 512, 16777215) ||
213 OUT_OF_RANGE(idl->idl_max_send_data_segment_length, 512, 16777215) ||
214 OUT_OF_RANGE(idl->idl_max_burst_length, 512, 16777215) ||
215 OUT_OF_RANGE(idl->idl_first_burst_length, 512, 16777215))) {
218 #undef OUT_OF_RANGE macro
/freebsd-13-stable/usr.bin/uudecode/
H A Duudecode.c353 #define OUT_OF_RANGE do { \ macro
370 OUT_OF_RANGE;
381 OUT_OF_RANGE;
388 OUT_OF_RANGE;
396 OUT_OF_RANGE;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1519 #define OUT_OF_RANGE 0xe1 macro
H A Daic7xxx.c930 case OUT_OF_RANGE:

Completed in 78 milliseconds