Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1193 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() argument
1214 if (maxdev != NULL) in is_grouping()
1215 *maxdev = 255; in is_grouping()
1219 if (maxdev != NULL) in is_grouping()
1220 *maxdev = INT_MAX; in is_grouping()
1259 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1281 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) { in construct_spec()
1358 if (children > maxdev) { in construct_spec()
1361 "%d devices\n"), argv[0], maxdev); in construct_spec()
/freebsd-12.1/sys/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()