Home
last modified time | relevance | path

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

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