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

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c453 uint64_t *hole_array, max_id; local
509 max_id = 0;
513 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) {
516 max_id) == 0);
618 if (max_id < children) {
619 for (c = max_id; c < children; c++)
621 children = max_id;
622 } else if (max_id > children) {
625 newchild = zfs_alloc(hdl, (max_id) *
635 children = max_id;
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dverify.c281 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t);
284 for (k = 0; k < max_id; ++k)
280 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t); local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dverify.c257 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t);
260 for (k = 0; k < max_id; ++k)
256 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t); local
/freebsd-11.0-release/sys/dev/dpt/
H A Ddpt_scsi.c972 spi->bus_width = (dpt->max_id > 7)
1020 if (dpt->max_id > 7)
1025 cpi->max_target = dpt->max_id;
1337 dpt->max_id = conf.MAX_ID;
2063 if ((channel >= dpt->channels) || (target > dpt->max_id) ||
2195 if ((channel > (dpt->channels - 1)) || (target > (dpt->max_id - 1)) ||
2317 || (target > dpt->max_id)
H A Ddpt.h1075 u_int32_t max_id; member in struct:dpt_softc
1186 u_int32_t max_id; member in struct:dpt_user_softc
/freebsd-11.0-release/sys/dev/trm/
H A Dtrm.h263 u_int16_t max_id; member in struct:_ACB
H A Dtrm.c3004 pACB->max_id = 15;
3011 TRM_DPRINTF("trm: pACB->max_id= %d pACB->max_lun= %d \n",
3012 pACB->max_id, pACB->max_lun);
3448 for (i = 0; i < (pACB->max_id + 1); i++) {
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c7301 u_int max_id; local
7303 max_id = (ahc->features & AHC_WIDE) ? 15 : 7;
7304 if (ccb->ccb_h.target_id > max_id)
H A Daic79xx.c9873 u_int max_id; local
9875 max_id = (ahd->features & AHD_WIDE) ? 15 : 7;
9876 if (ccb->ccb_h.target_id > max_id)

Completed in 211 milliseconds