Searched refs:max_width (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dzfsboot427 local max_width=$(( $width - 3 - $plen ))
448 # Add newline before disk if it would exceed max_width
449 if [ $line_width -gt $max_width ]; then
/freebsd-current/sys/dev/atkbdc/
H A Dpsm.c207 int max_width; member in struct:synapticsinfo
556 SYNAPTICS_SYSCTL_MAX_WIDTH = SYN_OFFSET(max_width),
3745 (sc->synhw.capPalmDetect && f->w <= sc->syninfo.max_width) ||
3752 * [1; max_width]
5895 /* hw.psm.synaptics.max_width. */
5896 sc->syninfo.max_width = 10;
5899 "max_width",
7195 sc->syninfo.max_width = 7;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2756 __le32 max_width; /* us */ member in struct:__anon533
2770 __req_field(max_width),
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2515 __le32 max_width; /* us */ member in struct:__anon404
2526 __req_field(max_width),
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2209 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max, function
2225 max = MAX(max_width(zhp, child[c], depth + 2,
3368 cb.cb_namewidth = max_width(NULL, nvroot, 0, strlen(name),
5420 max_width(zhp, nvroot, 0, min_width, flags));
9283 cbp->cb_namewidth = max_width(zhp, nvroot, 0, 0,

Completed in 214 milliseconds

12