Home
last modified time | relevance | path

Searched refs:kvm_openfiles (Results 1 – 21 of 21) sorted by relevance

/dragonfly/lib/libkvm/
H A DMakefile19 MLINKS+=kvm_open.3 kvm_close.3 kvm_open.3 kvm_openfiles.3
H A Dkvm.h80 kvm_t *kvm_openfiles (const char *, const char *, const char *, int, char *);
H A Dkvm.c260 kvm_openfiles(const char *uf, const char *mf, const char *sf __unused, int flag, in kvm_openfiles() function
/dragonfly/test/kvm/kvm_file/
H A Dtest_kvm_file.c78 kd = kvm_openfiles(file, core, NULL, O_RDONLY, errbuf); in main()
/dragonfly/lib/libkcore/
H A Dkcore.c55 kc->kd = kvm_openfiles(execfile, corefile, NULL, O_RDONLY, errbuf); in kcore_open_int()
/dragonfly/test/debug/
H A Dkwrite.c57 kvm = kvm_openfiles(NULL, NULL, NULL, O_RDWR, errbuf); in main()
/dragonfly/usr.bin/systat/
H A Dmain.c131 kd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); in main()
/dragonfly/usr.bin/pctrack/
H A Dpctrack.c158 if ((kd = kvm_openfiles(Nflag ? execfile : NULL, in main()
/dragonfly/usr.sbin/ifmcstat/
H A Difmcstat.c120 if ((kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, buf)) == NULL) { in main()
/dragonfly/contrib/gdb-7/gdb/
H A Dbsd-kvm.c88 temp_kd = kvm_openfiles (execfile, filename, NULL, in bsd_kvm_open()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c114 nkvm = kvm_openfiles(bfd_get_filename(exec_bfd), filename, NULL, in kgdb_trgt_open()
/dragonfly/usr.bin/nfsstat/
H A Dnfsstat.c134 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, in main()
/dragonfly/usr.bin/netstat/
H A Dmain.c509 kvmd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf); in kread()
/dragonfly/sbin/ccdconfig/
H A Dccdconfig.c481 if ((kd = kvm_openfiles(kernel, core, NULL, O_RDONLY, in dump_ccd()
/dragonfly/usr.bin/w/
H A Dw.c195 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf)) == NULL) in main()
/dragonfly/bin/ps/
H A Dps.c340 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf); in main()
/dragonfly/usr.bin/pkill/
H A Dpkill.c321 kd = kvm_openfiles(execf, coref, NULL, O_RDONLY, buf); in main()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c284 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf)) == NULL) in main()
/dragonfly/usr.bin/fstat/
H A Dfstat.c236 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf)) == NULL) in main()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c258 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf); in main()
/dragonfly/usr.bin/ktrdump/
H A Dktrdump.c280 if ((kd = kvm_openfiles(Nflag ? execfile : NULL, in main()