Searched refs:npr (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h210 const MCSchedClassDesc *sc, unsigned npr, unsigned nsc,
214 ProcResourceTable(pr), SchedClassTable(sc), NumProcResourceKinds(npr),
208 MCSchedModel(unsigned iw, int mbs, unsigned ll, unsigned hl, unsigned mp, bool cm, unsigned pi, const MCProcResourceDesc *pr, const MCSchedClassDesc *sc, unsigned npr, unsigned nsc, const InstrItinerary *ii) argument
/freebsd-10.2-release/sys/kern/
H A Duipc_domain.c331 pf_proto_register(int family, struct protosw *npr) argument
340 if (npr->pr_type == 0)
342 if (npr->pr_protocol == 0)
344 if (npr->pr_usrreqs == NULL)
353 npr->pr_domain = dp;
364 if ((pr->pr_type == npr->pr_type) &&
365 (pr->pr_protocol == npr->pr_protocol)) {
381 bcopy(npr, fpr, sizeof(*fpr));
/freebsd-10.2-release/sys/teken/
H A Dgensequences64 l_prefix_name[n] = "teken_state_" ++npr;
/freebsd-10.2-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c471 struct rpc_pending_request *pr, *npr; local
476 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
485 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
620 struct rpc_pending_request *pr, *npr; local
673 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
701 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr)
722 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c765 dt_proc_notify_t *npr, **npp; local
842 while ((npr = *npp) != NULL) {
843 if (npr->dprn_dpr == dpr) {
844 *npp = npr->dprn_next;
845 dt_free(dtp, npr);
847 npp = &npr->dprn_next;
/freebsd-10.2-release/sys/sys/
H A Dprotosw.h344 int pf_proto_register(int family, struct protosw *npr);
/freebsd-10.2-release/sys/netinet6/
H A Dnd6.c615 struct nd_prefix *pr, *npr; local
700 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
797 struct nd_prefix *pr, *npr; local
822 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
/freebsd-10.2-release/lib/libpmc/
H A Dlibpmc.c1299 __K8SETMASK(npr);

Completed in 55 milliseconds