Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_vdev.c1257 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() argument
1278 if (maxdev != NULL) in is_grouping()
1279 *maxdev = 255; in is_grouping()
1283 if (maxdev != NULL) in is_grouping()
1284 *maxdev = INT_MAX; in is_grouping()
1330 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1352 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) { in construct_spec()
1450 if (children > maxdev) { in construct_spec()
1453 "%d devices\n"), argv[0], maxdev); in construct_spec()
/freebsd-12-stable/sys/i386/pci/
Dpci_cfgreg.c309 pci_cfgcheck(int maxdev) in pci_cfgcheck() argument
319 for (device = 0; device < maxdev; device++) { in pci_cfgcheck()