Home
last modified time | relevance | path

Searched refs:maxdev (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1223 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() argument
1234 if (maxdev != NULL) in is_grouping()
1235 *maxdev = 255; in is_grouping()
1245 if (maxdev != NULL) in is_grouping()
1246 *maxdev = INT_MAX; in is_grouping()
1449 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1474 if ((type = is_grouping(fulltype, &mindev, &maxdev)) != NULL) { in construct_spec()
1581 if (children > maxdev) { in construct_spec()
1584 "%d devices\n"), argv[0], maxdev); in construct_spec()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c309 pci_cfgcheck(int maxdev) in pci_cfgcheck() argument
319 for (device = 0; device < maxdev; device++) { in pci_cfgcheck()