Searched refs:maxp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | imgact_shell.c | 102 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 135 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)]; in exec_shell_imgact() 143 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 146 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact() 160 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 163 while (ihp < maxp && ((*ihp != '\n') && (*ihp != '\0'))) in exec_shell_imgact() 166 if (opte == maxp) in exec_shell_imgact()
|
/freebsd/sys/dev/usb/serial/ |
H A D | umct.c | 254 uint16_t maxp; in umct_attach() local 281 maxp = usbd_xfer_max_framelen(sc->sc_xfer[UMCT_BULK_DT_RD]); in umct_attach() 282 if (maxp == 0x2) { in umct_attach()
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 1167 int maxp; /* max pressure seen within a span */ in fg_detect_pspans() local 1181 maxp = 0; in fg_detect_pspans() 1196 maxp = 0; in fg_detect_pspans() 1203 maxp = p[i]; in fg_detect_pspans() 1207 if (p[i] > maxp) in fg_detect_pspans() 1208 maxp = p[i]; in fg_detect_pspans() 1209 else if (p[i] <= (maxp >> 1)) in fg_detect_pspans() 1226 maxp = 0; in fg_detect_pspans()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 1094 int maxp; in max_rx_payload() local 1097 maxp = sc->params.sge.fl_pktshift + ETHER_HDR_LEN + in max_rx_payload() 1100 maxp < sc->params.tp.max_rx_pdu) in max_rx_payload() 1101 maxp = sc->params.tp.max_rx_pdu; in max_rx_payload() 1102 return (maxp); in max_rx_payload() 1124 int maxp; in t4_setup_vi_queues() local 1165 maxp = max_rx_payload(sc, ifp, false); in t4_setup_vi_queues() 1167 rc = alloc_rxq(vi, rxq, i, intr_idx, maxp); in t4_setup_vi_queues() 1178 maxp = max_rx_payload(sc, ifp, true); in t4_setup_vi_queues() 1180 rc = alloc_ofld_rxq(vi, ofld_rxq, i, intr_idx, maxp); in t4_setup_vi_queues() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev.h | 87 uint64_t *minp, uint64_t *maxp);
|
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 1359 struct ngpppoe_maxp *maxp; in send_maxp() local 1368 maxp = (struct ngpppoe_maxp *)msg->data; in send_maxp() 1369 strncpy(maxp->hook, NG_HOOK_NAME(sp->hook), NG_HOOKSIZ); in send_maxp() 1370 maxp->data = ntohs(((const struct maxptag *)tag)->data); in send_maxp()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev.c | 3617 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) in vdev_resilver_needed() argument 3648 *maxp = thismax; in vdev_resilver_needed()
|