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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c452 uint64_t *hole_array, max_id; local
508 max_id = 0;
512 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) {
515 max_id) == 0);
617 if (max_id < children) {
618 for (c = max_id; c < children; c++)
620 children = max_id;
621 } else if (max_id > children) {
624 newchild = zfs_alloc(hdl, (max_id) *
634 children = max_id;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dverify.c253 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t);
256 for (k = 0; k < max_id; ++k)
252 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dverify.c282 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t);
285 for (k = 0; k < max_id; ++k)
281 apr_uint64_t max_id = APR_ARRAY_IDX(max_ids, i, apr_uint64_t); local
/freebsd-11-stable/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-stable/sys/dev/trm/
H A Dtrm.h263 u_int16_t max_id; member in struct:_ACB
H A Dtrm.c2860 pACB->max_id = 15;
2867 TRM_DPRINTF("trm: pACB->max_id= %d pACB->max_lun= %d \n",
2868 pACB->max_id, pACB->max_lun);
3304 for (i = 0; i < (pACB->max_id + 1); i++) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c8350 unsigned int max_id = 0; local
8353 if (bi->id > max_id)
8354 max_id = bi->id;
8356 return max_id + 1;
8620 unsigned int max_id = 0; local
8624 if (conf->id > max_id)
8625 max_id = conf->id;
8627 return max_id + 1;
/freebsd-11-stable/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 368 milliseconds