Searched refs:maxp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | imgact_shell.c | 105 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 138 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)]; in exec_shell_imgact() 146 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 149 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact() 163 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 166 while (ihp < maxp && ((*ihp != '\n') && (*ihp != '\0'))) in exec_shell_imgact() 169 if (opte == maxp) in exec_shell_imgact()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 85 uint64_t *minp, uint64_t *maxp);
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 1345 struct ngpppoe_maxp *maxp; in send_maxp() local 1354 maxp = (struct ngpppoe_maxp *)msg->data; in send_maxp() 1355 strncpy(maxp->hook, NG_HOOK_NAME(sp->hook), NG_HOOKSIZ); in send_maxp() 1356 maxp->data = ntohs(((const struct maxptag *)tag)->data); in send_maxp()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 3198 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) in vdev_resilver_needed() argument 3229 *maxp = thismax; in vdev_resilver_needed()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2999 * ``maxp_inv_g``: Inverse of packet marking probability maximum value (maxp) 3004 * ``maxp_inv_y``: Inverse of packet marking probability maximum value (maxp) 3009 * ``maxp_inv_r``: Inverse of packet marking probability maximum value (maxp)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 1447 * *maxp* = mark probability
|