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

/freebsd-13-stable/sys/kern/
H A Duipc_domain.c332 pf_proto_register(int family, struct protosw *npr) argument
341 if (npr->pr_type == 0)
343 if (npr->pr_protocol == 0)
345 if (npr->pr_usrreqs == NULL)
354 npr->pr_domain = dp;
365 if ((pr->pr_type == npr->pr_type) &&
366 (pr->pr_protocol == npr->pr_protocol)) {
382 bcopy(npr, fpr, sizeof(*fpr));
/freebsd-13-stable/sys/teken/
H A Dgensequences73 l_prefix_name[n] = "teken_state_" ++npr;
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c473 struct rpc_pending_request *pr, *npr; local
478 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
487 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
622 struct rpc_pending_request *pr, *npr; local
675 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
703 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr)
724 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c770 dt_proc_notify_t *npr, **npp; local
847 while ((npr = *npp) != NULL) {
848 if (npr->dprn_dpr == dpr) {
849 *npp = npr->dprn_next;
850 dt_free(dtp, npr);
852 npp = &npr->dprn_next;
/freebsd-13-stable/sys/sys/
H A Dprotosw.h349 int pf_proto_register(int family, struct protosw *npr);
/freebsd-13-stable/sys/netinet6/
H A Dnd6.c927 struct nd_prefix *pr, *npr; local
1035 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
1159 struct nd_prefix *pr, *npr; local
1171 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp284 __kmp_GOMP_microtask_wrapper(int *gtid, int *npr, void (*task)(void *), argument
322 __kmp_GOMP_parallel_microtask_wrapper(int *gtid, int *npr, argument
H A Dkmp_os.h953 typedef void (*microtask_t)(int *gtid, int *npr, ...);
H A Dkmp.h3572 extern int __kmp_invoke_microtask(microtask_t pkfn, int gtid, int npr, int argc,
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c644 __K8SETMASK(npr);

Completed in 127 milliseconds