search for: a_vpp

Displaying 1 result from an estimated 1 matches for "a_vpp".

Did you mean: a_ppp
2003 Jul 02
0
union_lookup panics ...
...? The code is here, but I can't seem to even get an inode out of it to using 'find' to find: (kgdb) list 610 611 #ifdef DIAGNOSTIC 612 if (cnp->cn_namelen == 1 && 613 cnp->cn_nameptr[0] == '.' && 614 *ap->a_vpp != dvp) { 615 panic("union_lookup returning . (%p) not same as startdir (%p)", ap->a_vpp, dvp); 616 } 617 #endif 618 619 return (error); (kgdb) print *ap->a_vpp $1 = (struct vnode *) 0x0 (kgdb) print dvp $2 = (struct vnode *) 0xc5e062c...