Home
last modified time | relevance | path

Searched refs:pfind (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c376 pfind(NODE *p, struct symtab *sp) in pfind() function
403 sp = pfind(p->n_left, sp->sup); in pfind()
490 ns = pfind(p->n_left, spole->sup); in cxxlookup()
706 if ((ns = pfind(p->n_left, spole->sup)) == NULL) { in cxxftnfind()
743 ns = pfind(t, spole->sup); in cxxrstruct()
/netbsd/bin/csh/
H A Dproc.c882 pp = pfind(*v); in dofg()
898 pp = pfind(v[0]); in dofg1()
915 pp = pfind(*v); in dobg()
929 pp = pfind(v[0]); in dobg1()
1044 np = pp = pfind(cp); in pkill()
1151 pfind(Char *cp) in pfind() function
1228 pp = pfind(*++v); in donotify()
H A Dextern.h260 struct process *pfind(Char *);
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c1591 if ((p = pfind(pid)) != NULL) { in fasttrap_proc_release()
1673 if ((p = pfind(pid)) == NULL) in fasttrap_provider_lookup()
1789 if ((p = pfind(pid)) == NULL) { in fasttrap_provider_free()
2339 p = pfind(pid); in fasttrap_ioctl()
2407 p = pfind(pid); in fasttrap_ioctl()
/netbsd/sys/fs/nfs/common/
H A Dnfs_lock.c368 if ((targetp = pfind(ansp->la_msg_ident.pid)) == NULL) in nfslockdans()
/netbsd/external/cddl/osnet/dev/dtrace/
H A Ddtrace_ioctl.c31 #define pfind(pid) proc_find((pid)) macro
62 p = pfind(dhp->dofhp_pid); in dtrace_ioctl_helper()
/netbsd/usr.bin/spell/spell/
H A Dspecial.netbsd865 pfind
/netbsd/sys/fs/nfs/nlm/
H A Dnlm_advlock.c434 p = pfind(fl->l_pid); in nlm_set_creds_for_lock()
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdport.c3326 procp = pfind(nfsd_master_pid); in nfsrv_backupstable()
/netbsd/distrib/sets/lists/comp/
H A Dmi12383 ./usr/share/man/cat9/pfind.0 comp-obsolete obsolete
20737 ./usr/share/man/html9/pfind.html comp-obsolete obsolete
29252 ./usr/share/man/man9/pfind.9 comp-obsolete obsolete
/netbsd/doc/
H A DCHANGES.prev7355 kernel: New pid allocator - avoids all the searching in pfind() etc.