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

/macosx-10.9.5/xnu-2422.115.4/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...]
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dprotocols133 ptp 123 PTP # Performance Transparency Protocol
H A Dservices773 ptp-event 319/udp # PTP Event
774 ptp-event 319/tcp # PTP Event
775 ptp-general 320/udp # PTP General
776 ptp-general 320/tcp # PTP General
10251 fazzt-ptp 4038/tcp # Fazzt Point-To-Point
10252 fazzt-ptp 4038/udp # Fazzt Point-To-Point
13286 ptp 15740/tcp # Picture Transfer Protocol
13287 ptp 15740/udp # Picture Transfer Protocol
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap_x86_common.c306 pt_entry_t *ptp; local
330 ptp = pmap_pte(pmap, va);
331 if ((PT_ENTRY_NULL != ptp) && (((pte = *ptp) & INTEL_PTE_VALID) != 0)) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c1900 register pt_entry_t *pdp, *ptp; local
1925 ptp = pmap_pte(p, pdetova(pdp - (pt_entry_t *)p->dirbase));
1926 eptp = ptp + NPTEPG;
1935 for (ptep = ptp; ptep < eptp; ptep++) {
1948 ptp,
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dpropagat.c3661 AST_type_p_n_t *ptp; /* pointer to type previous to type being compared */
3687 ptp = cp;
3705 tp = PROP_remove_type_p(list_root,tp,ptp);
3714 ptp = tp;
3731 ptp = cp;
3749 tp = PROP_remove_type_p(list_root,tp,ptp);
3758 ptp = tp;
3623 AST_type_p_n_t *ptp; /* pointer to type previous to type being compared */ local
/macosx-10.9.5/vim-53/src/
H A Dwindow.c2313 tabpage_T *ptp = NULL; local
2321 for (ptp = first_tabpage; ptp != NULL && ptp != tp; ptp = ptp->tp_next)
2323 if (ptp == NULL || tp == curtab)
2339 for (ptp = first_tabpage; ptp != NULL && ptp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c5649 struct thread *tp, *wtp, *ptp; local
5654 ptp = inp->poll_thr;
5662 if (ptp != NULL) {
5664 (void) dlil_affinity_set(ptp,
5666 thread_deallocate(ptp);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim21 syn keyword vimCommand contained al[l] argg[lobal] bad[d] bl[ast] bp[revious] br[ewind] bun[load] caddf[ile] ccl[ose] cfir[st] changes cl[ist] cN[ext] comc[lear] co[py] cuna[bbrev] delf[unction] diffpu[t] di[splay] dsp[lit] e[dit] endfo[r] ene[w] files fini[sh] foldc[lose] for grepa[dd] iabc[lear] imapc[lear] j[oin] keepj[umps] laddf[ile] lb[uffer] le[ft] lfir[st] lgr[ep] lla[st] lnew[er] lNf[ile] lol[der] lr[ewind] luado lw[indow] mat[ch] mksp[ell] m[ove] nb[key] N[ext] ol[dfiles] opt[ions] perld[o] pp[op] P[rint] promptr[epl] ptj[ump] ptp[revious] pw[d] q[uit] redi[r] reg[isters] rew[ind] rubyd[o] rv[iminfo] sav[eas] sbm[odified] sbr[ewind] se[t] sf[ind] sil[ent] sm[agic] sn[ext] snoreme spelld[ump] spellu[ndo] sre[wind] startr[eplace] sts[elect] sus[pend] tab tabf[ind] tabnew tabp[revious] tags te[aroff] tl[ast] tN[ext] try una[bbreviate] unh[ide] verb[ose] vim[grep] vne[w] winc[md] wn[ext] wqa[ll] wv[iminfo] xmapc[lear] XMLns xunmenu

Completed in 334 milliseconds