Home
last modified time | relevance | path

Searched refs:npr (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/kern/
HDuipc_domain.c332 pf_proto_register(int family, struct protosw *npr) in pf_proto_register() argument
341 if (npr->pr_type == 0) in pf_proto_register()
343 if (npr->pr_protocol == 0) in pf_proto_register()
345 if (npr->pr_usrreqs == NULL) in pf_proto_register()
354 npr->pr_domain = dp; in pf_proto_register()
365 if ((pr->pr_type == npr->pr_type) && in pf_proto_register()
366 (pr->pr_protocol == npr->pr_protocol)) { in pf_proto_register()
382 bcopy(npr, fpr, sizeof(*fpr)); in pf_proto_register()
/NextBSD/sys/rpc/rpcsec_gss/
HDrpcsec_gss.c471 struct rpc_pending_request *pr, *npr; in rpc_gss_purge_xid() local
476 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) { in rpc_gss_purge_xid()
485 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_purge_xid()
620 struct rpc_pending_request *pr, *npr; in rpc_gss_validate() local
673 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) { in rpc_gss_validate()
701 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) in rpc_gss_validate()
722 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_validate()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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;
/NextBSD/sys/teken/
HDgensequences64 l_prefix_name[n] = "teken_state_" ++npr;
/NextBSD/sys/sys/
HDprotosw.h346 int pf_proto_register(int family, struct protosw *npr);
/NextBSD/sys/netinet6/
HDnd6.c893 struct nd_prefix *pr, *npr; in nd6_timer() local
1001 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer()
1098 struct nd_prefix *pr, *npr; in nd6_purge() local
1123 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge()
/NextBSD/lib/libpmc/
HDlibpmc.c1430 __K8SETMASK(npr); in k8_allocate_pmc()