Home
last modified time | relevance | path

Searched refs:swapfile (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c163 tst_open(char *namelist, char *corefile, char *swapfile, int flag) in tst_open() argument
168 (swapfile == NULL) ? in tst_open()
169 ((corefile == NULL) ? "LIVE_KERNEL" : "(none)") : swapfile, in tst_open()
174 swapfile, flag, "libkvm test")) == NULL) in tst_open()
H A Dkvm.c89 kvm_open(const char *namelist, const char *corefile, const char *swapfile, in kvm_open() argument
/illumos-gate/usr/src/uts/sun4/conf/
H A Dconfunix.c37 struct bootobj rootfs, swapfile; variable
/illumos-gate/usr/src/uts/i86pc/conf/
H A Dconfunix.c35 struct bootobj swapfile = { variable
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h199 extern struct bootobj swapfile;
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h201 extern struct bootobj swapfile;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2682 int swapfile = 0; in data_in() local
2699 swapfile = 1; in data_in()
2704 swapfile = 0; in data_in()
2710 swapfile = 0; in data_in()
2715 data_in_info->data_in_swapfile = swapfile; in data_in()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1333 xkb_open(const char *namelist, const char *corefile, const char *swapfile, in xkb_open() argument
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1538 bootobjp = &swapfile; in setparams()