Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_import.c449 uint64_t *hole_array, max_id; in get_configs() local
505 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()
/freebsd-9-stable/sys/dev/dpt/
Ddpt_scsi.c972 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)
Ddpt.h1075 u_int32_t max_id; member
1196 u_int32_t max_id; member
/freebsd-9-stable/sys/dev/amd/
Damd.h223 u_int16_t max_id; member
Damd.c724 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()
/freebsd-9-stable/sys/dev/trm/
Dtrm.h263 u_int16_t max_id; member
Dtrm.c3009 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()
/freebsd-9-stable/sys/dev/aic7xxx/
Daic7xxx.c7307 u_int max_id; in ahc_find_tmode_devs() local
7309 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()
Daic79xx.c9882 u_int max_id; in ahd_find_tmode_devs() local
9884 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()