Searched defs:spa_config (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa_impl.h | 132 nvlist_t *spa_config; /* last synced config */ member in struct:spa
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1214 if (mdb_call_dcmd("spa_config", addr, flags, 0, 1250 uintptr_t spa_config; member in struct:mdb_spa_config_spa 1254 * ::spa_config 1256 * Given a spa_t, print the configuration information stored in spa_config. 1258 * We simply read the value of spa_config and pass off to ::nvlist. 1273 if (spa.spa_config == 0) { 1278 return (mdb_call_dcmd("nvlist", spa.spa_config, flags, 3925 { "spa_config", ":", "print spa_t configuration", spa_print_config },
|
Completed in 586 milliseconds