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.c1271 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() argument
1282 if (maxdev != NULL) in is_grouping()
1283 *maxdev = 255; in is_grouping()
1293 if (maxdev != NULL) in is_grouping()
1294 *maxdev = INT_MAX; in is_grouping()
1494 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1519 if ((type = is_grouping(fulltype, &mindev, &maxdev)) != NULL) { in construct_spec()
1626 if (children > maxdev) { in construct_spec()
1629 "%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 DChangeLog2288 Authored with Max Kunzelmann <maxdev at posteo dot de>