/freebsd/sys/netinet/libalias/ |
H A D | alias_nbt.c | 249 AliasHandleName(u_char *p, char *pmax) in AliasHandleName() argument 259 if (p == NULL || (char *)p >= pmax) in AliasHandleName() 264 if ((char *)p > pmax) in AliasHandleName() 277 if ((char *)p > pmax) { in AliasHandleName() 308 if (p == NULL || (char *)p >= pmax) in AliasHandleName() 337 char *pmax; in AliasHandleUdpNbt() local 347 pmax = (char *)uh + ntohs(uh->uh_ulen); in AliasHandleUdpNbt() 350 if ((char *)(ndh + 1) > pmax) in AliasHandleUdpNbt() 360 p = AliasHandleName(p, pmax); /* Source Name */ in AliasHandleUdpNbt() 361 p = AliasHandleName(p, pmax); /* Destination Name */ in AliasHandleUdpNbt() [all …]
|
/freebsd/crypto/openssl/crypto/lhash/ |
H A D | lhash.c | 65 ret->pmax = MIN_NODES / 2; in OPENSSL_LH_new() 216 unsigned int p, pmax, nni, j; in expand() local 221 pmax = lh->pmax; in expand() 222 if (p + 1 >= pmax) { in expand() 231 lh->pmax = nni; in expand() 240 n2 = &(lh->b[p + pmax]); in expand() 261 np = lh->b[lh->p + lh->pmax - 1]; in contract() 262 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ in contract() 265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); in contract() 273 lh->pmax /= 2; in contract() [all …]
|
H A D | lhash_local.h | 26 unsigned int pmax; member
|
/freebsd/contrib/netbsd-tests/lib/librt/ |
H A D | t_sched.c | 78 int pmax, pmin; in ATF_TC_BODY() local 95 pmax = sched_get_priority_max(pol[i]); in ATF_TC_BODY() 98 ATF_REQUIRE(pmax != -1); in ATF_TC_BODY() 100 ATF_REQUIRE(pmax > pmin); in ATF_TC_BODY()
|
/freebsd/contrib/tcsh/ |
H A D | csh-mode.el | 883 (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/contrib/file/magic/Magdir/ |
H A D | netbsd | 120 0 belong&0377777777 042600413 a.out NetBSD/pmax demand paged 123 0 belong&0377777777 042600410 a.out NetBSD/pmax pure 126 0 belong&0377777777 042600407 a.out NetBSD/pmax 129 0 belong&0377777777 042600507 a.out NetBSD/pmax core 204 >0 belong&0x03ff0000 0x008b0000 \b, pmax BSD
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_def.c | 210 pg->pmax = (short)(j - 1); in Connect_Fields() 225 pg->pmax = (short)(field_cnt - 1); in Connect_Fields() 234 for (j = form->page[page_nr].pmin; j <= form->page[page_nr].pmax; j++) in Connect_Fields()
|
H A D | form.h | 77 short pmax; /* index of last field on page */ member
|
H A D | frm_driver.c | 3303 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax]; in Next_Field_On_Page() 3330 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax]; in _nc_First_Active_Field() 3386 FIELD **last_on_page = &form->field[form->page[form->curpage].pmax]; in Previous_Field_On_Page() 3688 Next_Field_On_Page(form->field[form->page[form->curpage].pmax]))); in FN_First_Field() 4487 int max_field = form->page[form->curpage].pmax; in form_driver() 4688 int max_field = form->page[form->curpage].pmax; in form_driver_w()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_page.c | 114 vm_paddr_t pmax = (flags & GFP_DMA32) ? in linux_alloc_pages() local 117 page = vm_page_alloc_noobj_contig(req, npages, 0, pmax, in linux_alloc_pages() 122 npages, 0, pmax, PAGE_SIZE, 0); in linux_alloc_pages()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd.c | 504 int pmax, pmin; in set_process_priority() 507 pmax = sched_get_priority_max(SCHED_FIFO); in set_process_priority() 508 sched.sched_priority = pmax; in set_process_priority() 511 if ( config_priority > pmax ) in set_process_priority() 512 sched.sched_priority = pmax; in set_process_priority() 489 int pmax, pmin; set_process_priority() local
|
/freebsd/sys/net/ |
H A D | if.c | 777 if_hw_tsomax_common(if_t ifp, struct ifnet_hw_tsomax *pmax) in if_hw_tsomax_common() argument 786 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common() 787 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common() 788 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common() 790 if (pmax->tsomaxsegcount == 0 || (ifp->if_hw_tsomaxsegcount != 0 && in if_hw_tsomax_common() 791 ifp->if_hw_tsomaxsegcount < pmax->tsomaxsegcount)) { in if_hw_tsomax_common() 792 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in if_hw_tsomax_common() 794 if (pmax->tsomaxsegsize == 0 || (ifp->if_hw_tsomaxsegsize != 0 && in if_hw_tsomax_common() 795 ifp->if_hw_tsomaxsegsize < pmax->tsomaxsegsize)) { in if_hw_tsomax_common() 796 pmax->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in if_hw_tsomax_common() [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | perfquery.c | 881 int pmin, pmax; in main() local 887 pmax = strtoul(tmpstr, 0, 0); in main() 889 if (pmin >= pmax) in main() 892 while (pmin <= pmax) in main()
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 488 SYSCTL_PROC(_net_inet_tcp_cc_chd, OID_AUTO, pmax,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 1277 // Pseudo-maximum: pmax 1278 def pmax : PatFrags<(ops node:$lhs, node:$rhs), [ 1284 defm PMAX : SIMDBinaryFP<pmax, "pmax", 235>; 1286 // Also match the pmin/pmax cases where the operands are int vectors (but the 1291 defvar pmax = !cast<NI>("PMAX_"#vec); 1301 (pmax $lhs, $rhs)>; 1304 // And match the pmin/pmax LLVM intrinsics as well
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 447 pmax
|
/freebsd/contrib/openpam/ |
H A D | config.sub | 865 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_subr.c | 84 uint32_t *pmax); 704 bhnd_pmu_res_masks(struct bhnd_pmu_softc *sc, uint32_t *pmin, uint32_t *pmax) in bhnd_pmu_res_masks() argument 904 if (pmax != NULL) in bhnd_pmu_res_masks() 905 *pmax = max_mask; in bhnd_pmu_res_masks()
|
/freebsd/contrib/openbsm/config/ |
H A D | config.guess | 224 pmax:OpenBSD:*:*)
|
/freebsd/contrib/file/src/ |
H A D | apprentice.c | 2999 char *pmax = p + plen - 1; in getstr() local 3007 if (p >= pmax) { in getstr()
|
/freebsd/contrib/unbound/ |
H A D | config.sub | 360 decstation | pmax | pmin | dec3100 | decstatn)
|
/freebsd/contrib/libpcap/ |
H A D | config.sub | 307 decstation | pmax | pmin | dec3100 | decstatn)
|
/freebsd/contrib/ncurses/ |
H A D | config.sub | 307 decstation | pmax | pmin | dec3100 | decstatn)
|
/freebsd/contrib/byacc/ |
H A D | config.sub | 307 decstation | pmax | pmin | dec3100 | decstatn)
|
/freebsd/contrib/tcpdump/ |
H A D | config.sub | 307 decstation | pmax | pmin | dec3100 | decstatn)
|