/src/lib/libkvm/ |
kvm_private.h | 50 int nlfd; /* namelist file (e.g., /vmunix) */ member in struct:__kvm
|
kvm_private.h | 50 int nlfd; /* namelist file (e.g., /vmunix) */ member in struct:__kvm
|
kvm_private.h | 50 int nlfd; /* namelist file (e.g., /vmunix) */ member in struct:__kvm
|
/src/usr.sbin/lockstat/ |
main.c | 169 int eventtype, locktype, ch, nlfd, fd; local in function:main 271 nlfd = open(_PATH_KSYMS, O_RDONLY); 274 nlfd = -1; 275 if (nlfd == -1) { 276 if ((nlfd = open(nlistf, O_RDONLY)) < 0) 280 if (loadsym32(nlfd) != 0) { 281 if (loadsym64(nlfd) != 0) 285 close(nlfd);
|
main.c | 169 int eventtype, locktype, ch, nlfd, fd; local in function:main 271 nlfd = open(_PATH_KSYMS, O_RDONLY); 274 nlfd = -1; 275 if (nlfd == -1) { 276 if ((nlfd = open(nlistf, O_RDONLY)) < 0) 280 if (loadsym32(nlfd) != 0) { 281 if (loadsym64(nlfd) != 0) 285 close(nlfd);
|
main.c | 169 int eventtype, locktype, ch, nlfd, fd; local in function:main 271 nlfd = open(_PATH_KSYMS, O_RDONLY); 274 nlfd = -1; 275 if (nlfd == -1) { 276 if ((nlfd = open(nlistf, O_RDONLY)) < 0) 280 if (loadsym32(nlfd) != 0) { 281 if (loadsym64(nlfd) != 0) 285 close(nlfd);
|