Searched refs:maxp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | imgact_shell.c | 103 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 136 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)]; in exec_shell_imgact() 144 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 147 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact() 161 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 164 while (ihp < maxp && ((*ihp != '\n') && (*ihp != '\0'))) in exec_shell_imgact() 167 if (opte == maxp) in exec_shell_imgact()
|
| /freebsd-14.2/sys/dev/usb/serial/ |
| H A D | umct.c | 255 uint16_t maxp; in umct_attach() local 282 maxp = usbd_xfer_max_framelen(sc->sc_xfer[UMCT_BULK_DT_RD]); in umct_attach() 283 if (maxp == 0x2) { in umct_attach()
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | atp.c | 1168 int maxp; /* max pressure seen within a span */ in fg_detect_pspans() local 1182 maxp = 0; in fg_detect_pspans() 1197 maxp = 0; in fg_detect_pspans() 1204 maxp = p[i]; in fg_detect_pspans() 1208 if (p[i] > maxp) in fg_detect_pspans() 1209 maxp = p[i]; in fg_detect_pspans() 1210 else if (p[i] <= (maxp >> 1)) in fg_detect_pspans() 1227 maxp = 0; in fg_detect_pspans()
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 1094 int maxp; in max_rx_payload() local 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 1178 maxp = max_rx_payload(sc, ifp, true); in t4_setup_vi_queues() 2260 int i, maxp; in t4_update_fl_bufsize() local 3956 int maxp) in alloc_rxq() argument 4087 int intr_idx, int maxp) in alloc_ofld_rxq() argument 6317 if (rxb->size2 >= maxp) in find_refill_source() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 87 uint64_t *minp, uint64_t *maxp);
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 3547 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) in vdev_resilver_needed() argument 3578 *maxp = thismax; in vdev_resilver_needed()
|