Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1263 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() argument
1274 if (maxdev != NULL) in is_grouping()
1275 *maxdev = 255; in is_grouping()
1285 if (maxdev != NULL) in is_grouping()
1286 *maxdev = INT_MAX; in is_grouping()
1486 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1534 if ((type = is_grouping(fulltype, &mindev, &maxdev)) != NULL) { in construct_spec()
1640 if (children > maxdev) { in construct_spec()
1643 "%d devices\n"), argv[0], maxdev); in construct_spec()
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c350 pci_cfgcheck(int maxdev) in pci_cfgcheck() argument
360 for (device = 0; device < maxdev; device++) { in pci_cfgcheck()
/freebsd/crypto/openssh/
H A DChangeLog4128 Authored with Max Kunzelmann <maxdev at posteo dot de>