search for: cn_namelen

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

Did you mean: cc_namelen
2003 Jul 02
0
union_lookup panics ...
...file that is "scrambled" ... I can do similar doing a pkg_delete ... but, is there any way of finding which file? 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...