Searched refs:pmax (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_nbt.c251 AliasHandleName(u_char *p, char *pmax) argument
259 if (p == NULL || (char *)p >= pmax)
264 if ((char *)p > pmax)
277 if ((char *)p > pmax) {
308 if (p == NULL || (char *)p >= pmax)
337 char *pmax; local
347 pmax = (char *)uh + ntohs(uh->uh_ulen);
350 if ((char *)(ndh + 1) > pmax)
360 p = AliasHandleName(p, pmax); /* Source Name */
361 p = AliasHandleName(p, pmax); /* Destinatio
414 AliasHandleQuestion( u_short count, NBTNsQuestion * q, char *pmax, NBTArguments * nbtarg) argument
471 AliasHandleResourceNB( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
544 AliasHandleResourceA( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
605 AliasHandleResourceNULL( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
640 AliasHandleResourceNS( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
673 AliasHandleResourceNBSTAT( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
699 AliasHandleResource( u_short count, NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
765 char *pmax; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/lhash/
H A Dlhash_local.h26 unsigned int pmax; member in struct:lhash_st
H A Dlhash.c65 ret->pmax = MIN_NODES / 2;
217 unsigned int p, pmax, nni, j; local
222 pmax = lh->pmax;
223 if (p + 1 >= pmax) {
232 lh->pmax = nni;
243 n2 = &(lh->b[p + pmax]);
264 np = lh->b[lh->p + lh->pmax - 1];
265 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
268 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax));
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c78 int pmax, pmin; local
95 pmax = sched_get_priority_max(pol[i]);
98 ATF_REQUIRE(pmax != -1);
100 ATF_REQUIRE(pmax > pmin);
/freebsd-13-stable/contrib/tcsh/
H A Dcsh-mode.el883 (defun csh-pickup-completion (regexp type match pmin pmax)
890 (re-search-forward regexp pmax t)
905 (defun csh-pickup-completion-driver (pmin pmax message)
914 pmin pmax))
919 pmin pmax))
924 pmin pmax)))
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_def.c209 pg->pmax = (short) (j - 1);
224 pg->pmax = (short) (field_cnt - 1);
233 for (j = form->page[page_nr].pmin; j <= form->page[page_nr].pmax; j++)
H A Dform.h66 short pmax; /* index of last field on page */ member in struct:pagenode
H A Dfrm_driver.c3298 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3325 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3381 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3683 Next_Field_On_Page(form->field[form->page[form->curpage].pmax])));
4484 int max_field = form->page[form->curpage].pmax;
4686 int max_field = form->page[form->curpage].pmax;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c104 vm_paddr_t pmax = (flags & GFP_DMA32) ? local
108 npages, 0, pmax, PAGE_SIZE, 0, VM_MEMATTR_DEFAULT);
113 npages, 0, pmax, PAGE_SIZE, 0)) {
/freebsd-13-stable/sys/netinet/cc/
H A Dcc_hd.c243 SYSCTL_PROC(_net_inet_tcp_cc_hd, OID_AUTO, pmax,
H A Dcc_chd.c476 SYSCTL_PROC(_net_inet_tcp_cc_chd, OID_AUTO, pmax,
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd.c512 int pmax, pmin; local
515 pmax = sched_get_priority_max(SCHED_FIFO);
516 sched.sched_priority = pmax;
519 if ( config_priority > pmax )
520 sched.sched_priority = pmax;
/freebsd-13-stable/sys/net/
H A Dif.c810 if_hw_tsomax_common(if_t ifp, struct ifnet_hw_tsomax *pmax) argument
819 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 &&
820 ifp->if_hw_tsomax < pmax->tsomaxbytes)) {
821 pmax->tsomaxbytes = ifp->if_hw_tsomax;
823 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 &&
824 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) {
825 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount;
827 if (pmax->tsomaxsegsize == 0 || (ifp->if_hw_tsomaxsegsize != 0 &&
828 ifp->if_hw_tsomaxsegsize < pmax->tsomaxsegsize)) {
829 pmax
839 if_hw_tsomax_update(if_t ifp, struct ifnet_hw_tsomax *pmax) argument
[all...]
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c881 int pmin, pmax; local
887 pmax = strtoul(tmpstr, 0, 0);
889 if (pmin >= pmax)
892 while (pmin <= pmax)
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.sub871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/dialog/
H A Dconfig.sub871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.sub871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.sub539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c87 uint32_t *pmax);
707 bhnd_pmu_res_masks(struct bhnd_pmu_softc *sc, uint32_t *pmin, uint32_t *pmax) argument
907 if (pmax != NULL)
908 *pmax = max_mask;
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.sub447 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.sub611 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/ldns/
H A Dconfig.sub611 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/libevent/
H A Dconfig.sub606 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/openpam/
H A Dconfig.sub603 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub606 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 229 milliseconds

12