Searched refs:ptp (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkioconf.c977 register struct proto *ptp; local
980 for (ptbx = 0; (ptp = ptab[ptbx]) != NULL; ptbx++) {
981 if (eq(str, ptp->p_name))
982 return(ptp);
991 register struct proto *ptp; local
993 ptp = find_proto(dp->d_conn->d_name);
994 if (ptp == NULL) {
1000 for (entry = ptp->p_fields; entry->p_name != NULL; entry++) {
1010 dp->d_fields[entry-ptp->p_fields] = num;
1024 register struct proto *ptp; local
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c292 pt_entry_t *ptp; local
316 ptp = pmap_pte(pmap, va);
317 if ((PT_ENTRY_NULL != ptp) && (((pte = *ptp) & INTEL_PTE_VALID) != 0)) {
H A Dpmap.c2141 register pt_entry_t *pdp, *ptp; local
2166 ptp = pmap_pte(p, pdetova(pdp - (pt_entry_t *)p->dirbase));
2167 eptp = ptp + NPTEPG;
2176 for (ptep = ptp; ptep < eptp; ptep++) {
2189 ptp,
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1748 register pt_entry_t *pdp, *ptp; local
1773 ptp = pmap_pte(p, pdetova(pdp - (pt_entry_t *)p->dirbase));
1774 eptp = ptp + NPTEPG;
1783 for (ptep = ptp; ptep < eptp; ptep++) {
1796 ptp,
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5053 struct thread *tp, *wtp, *ptp; local
5058 ptp = inp->poll_thr;
5066 if (ptp != NULL) {
5068 (void) dlil_affinity_set(ptp,
5070 thread_deallocate(ptp);

Completed in 155 milliseconds