Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcommand.c214 int n, cmax, dmax, cols, cxlen; in HelpCommand() local
233 cmax = dmax = 0; in HelpCommand()
236 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax) in HelpCommand()
237 cmax = n; in HelpCommand()
242 cols = 80 / (dmax + cmax + 3); in HelpCommand()
249 cxlen = cmax - strlen(cmd->name); in HelpCommand()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c3636 uint64_t cmin, cmax; in vdev_resilver_needed() local
3638 if (vdev_resilver_needed(cvd, &cmin, &cmax)) { in vdev_resilver_needed()
3640 thismax = MAX(thismax, cmax); in vdev_resilver_needed()