Searched defs:swfs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c93 static struct swapfiles swfs; variable in typeref:struct:swapfiles
631 if (swfs.nswpf == 0 || swfs.names[0] == NULL) {
639 nsc_open(swfs.names[0], NSC_DEVICE, NULL, NULL, &rc)) ||
650 "open %s for saved state file", swfs.names[0]);
827 if (swfs.nswpf != 0) {
836 swfs.colsize = 32; /* No way to configure in the general ioctl */
839 if ((swfs.names[i] = kmem_alloc(strlen(namev[i])+1,
841 _sdbc_pcu_cleanup(&swfs);
844 swfs
[all...]

Completed in 263 milliseconds