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

/freebsd-10.2-release/usr.sbin/ctld/
H A Dctld.h48 #define MAX_LUNS 1024 macro
178 struct lun *t_luns[MAX_LUNS];
H A Dkernel.c942 for (i = 0; i < MAX_LUNS; i++) {
973 for (i = 0; i < MAX_LUNS; i++) {
H A Dctld.c1394 for (i = 0; i < MAX_LUNS; i++) {
1695 for (i = 0; i < MAX_LUNS; i++) {
/freebsd-10.2-release/sys/dev/dpt/
H A Ddpt.h127 #define MAX_LUNS 8 macro
1072 * exceed MAX_CHANNELS, MAX_TARGETS, MAX_LUNS
1091 dpt_ccb_t *target_ccb[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
1092 u_int8_t *rw_buffer[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
1093 dpt_rec_buff buffer_receiver[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];

Completed in 184 milliseconds