Searched refs:pmin (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c78 int pmax, pmin; local
96 pmin = sched_get_priority_min(pol[i]);
99 ATF_REQUIRE(pmin != -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)
888 (goto-char pmin)
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.c204 pg->pmin = (short) j;
211 pg->pmin = (short) j;
233 for (j = form->page[page_nr].pmin; j <= form->page[page_nr].pmax; j++)
H A Dform.h65 short pmin; /* index of first field on page */ member in struct:pagenode
H A Dfrm_driver.c3297 FIELD **first_on_page = &form->field[form->page[form->curpage].pmin];
3337 FIELD **first = &form->field[form->page[form->curpage].pmin];
3380 FIELD **first_on_page = &form->field[form->page[form->curpage].pmin];
3701 Previous_Field_On_Page(form->field[form->page[form->curpage].pmin])));
4483 int min_field = form->page[form->curpage].pmin;
4685 int min_field = form->page[form->curpage].pmin;
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c881 int pmin, pmax; local
886 pmin = strtoul(argv[1], 0, 0);
889 if (pmin >= pmax)
892 while (pmin <= pmax)
893 ports[ports_count++] = pmin++;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd.c512 int pmax, pmin; local
518 pmin = sched_get_priority_min(SCHED_FIFO);
521 else if ( config_priority < pmin )
522 sched.sched_priority = pmin;
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c86 static int bhnd_pmu_res_masks(struct bhnd_pmu_softc *sc, uint32_t *pmin,
707 bhnd_pmu_res_masks(struct bhnd_pmu_softc *sc, uint32_t *pmin, uint32_t *pmax) argument
904 if (pmin != NULL)
905 *pmin = min_mask;
/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/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)
/freebsd-13-stable/crypto/openssh/
H A Dconfig.sub611 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 283 milliseconds