Searched refs:max_id (Results 1 – 9 of 9) sorted by relevance
449 uint64_t *hole_array, max_id; in get_configs() local505 max_id = 0; in get_configs()509 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) { in get_configs()512 max_id) == 0); in get_configs()614 if (max_id < children) { in get_configs()615 for (c = max_id; c < children; c++) in get_configs()617 children = max_id; in get_configs()618 } else if (max_id > children) { in get_configs()621 newchild = zfs_alloc(hdl, (max_id) * in get_configs()631 children = max_id; in get_configs()
972 spi->bus_width = (dpt->max_id > 7) in dpt_action()1021 if (dpt->max_id > 7) in dpt_action()1026 cpi->max_target = dpt->max_id; in dpt_action()1339 dpt->max_id = conf.MAX_ID; in dpt_init()2068 if ((channel >= dpt->channels) || (target > dpt->max_id) ||2200 if ((channel > (dpt->channels - 1)) || (target > (dpt->max_id - 1)) ||2322 || (target > dpt->max_id)
1075 u_int32_t max_id; member1196 u_int32_t max_id; member
223 u_int16_t max_id; member
724 for (target = 0; target <= amd->max_id; target++) { in ResetDevParam()2337 amd->max_id = 7; in amd_init()2350 for (i = 0; i <= amd->max_id; i++) { in amd_init()
263 u_int16_t max_id; member
3009 pACB->max_id = 15; in trm_initACB()3017 pACB->max_id, pACB->max_lun); in trm_initACB()3453 for (i = 0; i < (pACB->max_id + 1); i++) { in trm_init()
7307 u_int max_id; in ahc_find_tmode_devs() local7309 max_id = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_find_tmode_devs()7310 if (ccb->ccb_h.target_id > max_id) in ahc_find_tmode_devs()
9882 u_int max_id; in ahd_find_tmode_devs() local9884 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()9885 if (ccb->ccb_h.target_id > max_id) in ahd_find_tmode_devs()