kvm_file.c | 86 struct filelist fhead; local in function:kvm_deadfiles 92 if (buflen < sizeof(fhead) || 93 KREAD(kd, (u_long)ofhead, &fhead)) { 97 buflen -= sizeof(fhead); 98 where += sizeof(fhead); 99 (void)memcpy(kd->argspc, &fhead, sizeof(fhead)); 104 for (fp = fhead.lh_first; fp != 0; fp = fp->f_list.le_next) { 131 struct filelist fhead; local in function:kvm_getfiles 144 if (st == -1 || size < sizeof(fhead)) { [all...] |