Searched refs:nlistf (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/sbin/dmesg/
H A Ddmesg.c79 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; local
89 memf = nlistf = NULL;
102 nlistf = optarg;
128 kd = kvm_open(nlistf, memf, NULL, O_RDONLY, "dmesg");
135 nlistf ? nlistf : "namelist");
/freebsd-10.1-release/usr.bin/fstat/
H A Dfuser.c167 char *ep, *nlistf, *memf; local
172 nlistf = NULL;
187 nlistf = optarg;
242 procstat = procstat_open_kvm(nlistf, memf);
H A Dfstat.c76 static char *memf, *nlistf; variable
108 nlistf = memf = NULL;
118 nlistf = optarg;
169 procstat = procstat_open_kvm(nlistf, memf);
/freebsd-10.1-release/usr.bin/procstat/
H A Dprocstat.c126 char *nlistf, *memf; local
130 memf = nlistf = NULL;
145 nlistf = optarg;
248 prstat = procstat_open_kvm(nlistf, memf);
/freebsd-10.1-release/tools/tools/umastat/
H A Dumastat.c294 char *memf, *nlistf; local
298 memf = nlistf = NULL;
305 nlistf = optarg;
316 if (nlistf != NULL && memf == NULL)
319 kvm = kvm_openfiles(nlistf, memf, NULL, 0, errbuf);
/freebsd-10.1-release/usr.bin/netstat/
H A Dmain.c311 static char *nlistf = NULL, *memf = NULL; variable
447 nlistf = optarg;
515 nlistf = *argv;
526 live = (nlistf == NULL && memf == NULL);
711 kvmd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf);
736 if (nlistf)
737 errx(1, "%s: kvm_nlist: %s", nlistf,
/freebsd-10.1-release/usr.bin/w/
H A Dw.c136 const char *memf, *nlistf, *p; local
157 nlistf = NULL;
175 nlistf = optarg;
203 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf)) == NULL)
/freebsd-10.1-release/usr.sbin/pstat/
H A Dpstat.c100 static char *nlistf; variable
160 nlistf = optarg;
187 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf);
/freebsd-10.1-release/usr.sbin/iostat/
H A Diostat.c173 char *memf = NULL, *nlistf = NULL; local
224 nlistf = optarg;
261 if (nlistf != NULL || memf != NULL) {
262 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf);
/freebsd-10.1-release/usr.bin/nfsstat/
H A Dnfsstat.c108 char *memf, *nlistf; local
116 memf = nlistf = NULL;
144 nlistf = optarg;
187 nlistf = *argv;
196 if (run_v4 == 0 && (nlistf != NULL || memf != NULL)) {
199 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY,
/freebsd-10.1-release/bin/ps/
H A Dps.c182 const char *nlistf, *memf, *fmtstr, *str; local
223 nlistf = NULL;
308 nlistf = optarg;
446 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf);
/freebsd-10.1-release/lib/libprocstat/
H A Dlibprocstat.h217 struct procstat *procstat_open_kvm(const char *nlistf, const char *memf);
H A Dlibprocstat.c209 procstat_open_kvm(const char *nlistf, const char *memf) argument
220 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf);
/freebsd-10.1-release/usr.bin/vmstat/
H A Dvmstat.c177 char *memf, *nlistf; local
180 memf = nlistf = NULL;
214 nlistf = optarg;
257 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf);

Completed in 121 milliseconds