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

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

Completed in 114 milliseconds