Home
last modified time | relevance | path

Searched refs:pp1 (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Duipc_domain.c353 struct protosw *pp1 __single, *pp2 __single; in net_del_domain_old()
360 detach_proto(pp1, dp1); in net_del_domain_old()
361 if (pp1->pr_usrreqs->pru_flags & PRUF_OLD) { in net_del_domain_old()
364 if (pp1->pr_flags & PR_OLD) { in net_del_domain_old()
365 kfree_type(struct protosw, pp1); in net_del_domain_old()
389 struct protosw *pp1; in net_add_proto() local
412 if (pp1->pr_type == pp->pr_type && in net_add_proto()
413 pp1->pr_protocol == pp->pr_protocol) { in net_add_proto()
448 struct protosw *pp __single = NULL, *pp1; in net_add_proto_old() local
474 if (pp1->pr_type == opp->pr_type && in net_add_proto_old()
[all …]
/xnu-11215/osfmk/tests/
H A Dpmap_tests.c324 const ppnum_t pp1 = VM_PAGE_GET_PHYS_PAGE(m1); in test_pmap_nesting() local
343 kr = pmap_enter(nested_pmap, va, (rand_mod == 1) ? pp1 : pp2, VM_PROT_READ, in test_pmap_nesting()