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

12

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c258 AliasHandleName(u_char * p, char *pmax) argument
267 if (p == NULL || (char *)p >= pmax)
272 if ((char *)p > pmax)
285 if ((char *)p > pmax) {
316 if (p == NULL || (char *)p >= pmax)
346 char *pmax; local
356 pmax = (char *)uh + ntohs(uh->uh_ulen);
359 if ((char *)(ndh + 1) > pmax)
369 p = AliasHandleName(p, pmax); /* Source Name */
370 p = AliasHandleName(p, pmax); /* Destinatio
423 AliasHandleQuestion( u_short count, NBTNsQuestion * q, char *pmax, NBTArguments * nbtarg) argument
481 AliasHandleResourceNB( NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
554 AliasHandleResourceA( NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
615 AliasHandleResourceNULL( NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
650 AliasHandleResourceNS( NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
683 AliasHandleResourceNBSTAT( NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
709 AliasHandleResource( u_short count, NBTNsResource * q, char *pmax, NBTArguments * nbtarg) argument
791 char *pmax; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlhash.c149 ret->pmax = MIN_NODES / 2;
325 unsigned int p, pmax, nni, j; local
330 pmax = lh->pmax;
331 if (p + 1 >= pmax) {
340 lh->pmax = nni;
351 n2 = &(lh->b[p + pmax]);
377 np = lh->b[lh->p + lh->pmax - 1];
378 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
382 * lh->pmax));
[all...]
H A Dlh_stats.c95 fprintf(out, "pmax = %u\n", lh->pmax);
203 BIO_printf(out, "pmax = %u\n", lh->pmax);
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
/freebsd-11-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-11-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-11-stable/contrib/ncurses/form/
H A Dfrm_def.c208 pg->pmax = (short) (j - 1);
223 pg->pmax = (short) (field_cnt - 1);
232 for (j = form->page[page_nr].pmin; j <= form->page[page_nr].pmax; j++)
H A Dform.h62 short pmax; /* index of last field on page */ member in struct:__anon4623
H A Dfrm_driver.c3232 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3259 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3315 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax];
3617 Next_Field_On_Page(form->field[form->page[form->curpage].pmax])));
4410 int max_field = form->page[form->curpage].pmax;
4612 int max_field = form->page[form->curpage].pmax;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c109 vm_paddr_t pmax = (flags & GFP_DMA32) ? local
113 npages, 0, pmax, PAGE_SIZE, 0, VM_MEMATTR_DEFAULT);
118 npages, 0, pmax, PAGE_SIZE, 0)) {
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_hd.c240 SYSCTL_PROC(_net_inet_tcp_cc_hd, OID_AUTO, pmax,
H A Dcc_chd.c475 SYSCTL_PROC(_net_inet_tcp_cc_chd, OID_AUTO, pmax,
/freebsd-11-stable/contrib/gcc/
H A Dgensupport.c539 collect_insn_data (rtx pattern, int *palt, int *pmax)
557 if (i > *pmax)
558 *pmax = i;
572 collect_insn_data (XEXP (pattern, i), palt, pmax);
581 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax);
536 collect_insn_data(rtx pattern, int *palt, int *pmax) argument
569 collect_insn_data (XEXP (pattern, i), palt, pmax); local
578 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax); local
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c486 int pmax, pmin; local
489 pmax = sched_get_priority_max(SCHED_FIFO);
490 sched.sched_priority = pmax;
493 if ( config_priority > pmax )
494 sched.sched_priority = pmax;
/freebsd-11-stable/sys/net/
H A Dif.c701 if_hw_tsomax_common(if_t ifp, struct ifnet_hw_tsomax *pmax) argument
710 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 &&
711 ifp->if_hw_tsomax < pmax->tsomaxbytes)) {
712 pmax->tsomaxbytes = ifp->if_hw_tsomax;
714 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 &&
715 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) {
716 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount;
718 if (pmax->tsomaxsegsize == 0 || (ifp->if_hw_tsomaxsegsize != 0 &&
719 ifp->if_hw_tsomaxsegsize < pmax->tsomaxsegsize)) {
720 pmax
730 if_hw_tsomax_update(if_t ifp, struct ifnet_hw_tsomax *pmax) argument
[all...]
/freebsd-11-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-11-stable/sys/dev/patm/
H A Dif_patm_tx.c1118 u_int qmax, pmax; local
1133 pmax = qmax << 8;
1135 pspc = pmax / slots;
1157 if ((pptr += pspc) >= pmax)
1158 pptr -= pmax;
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub439 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub447 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub596 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub594 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 180 milliseconds

12