Searched defs:pcnode (Results 1 – 1 of 1) sorted by relevance
53 struct pcnode { struct54 struct pcnode *pc_forw; /* active list ptrs, must be first */ argument55 struct pcnode *pc_back; argument57 struct vnode *pc_vn; /* vnode for pcnode */ argument78 #define VTOPC(VP) ((struct pcnode *)((VP)->v_data)) argument