UB_MAX_DEV
static struct device_info devices[UB_MAX_DEV];
return ((i < 0 || i >= UB_MAX_DEV) ? NULL : &devices[i]);
memset(&devices, 0, sizeof(struct device_info) * UB_MAX_DEV);
if (++n >= UB_MAX_DEV)
if (handle < 0 || handle >= UB_MAX_DEV)
if (handle < 0 || handle >= UB_MAX_DEV)
if (handle < 0 || handle >= UB_MAX_DEV)
for (currdev.dd.d_unit = 0; currdev.dd.d_unit < UB_MAX_DEV;
for (unit = 0; unit < UB_MAX_DEV; unit++) {
if (stor_info_no >= UB_MAX_DEV) {
} stor_info[UB_MAX_DEV];