OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libkvm/
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
);
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025