Searched refs:is_snapshot (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 159 uint8_t is_snapshot); 168 uint8_t is_snapshot); 170 uint8_t indent, uint8_t is_snapshot); 172 uint8_t indent, uint8_t is_sub, uint8_t is_snapshot); 174 uint8_t indent, uint8_t is_snapshot); 884 do_list(char *disk_argp, char **argv, uint32_t optind, uint8_t is_snapshot) in do_list() argument 898 ret = snapshot_raidsystem(TRUE, 0, is_snapshot); in do_list() 928 if (is_snapshot == FALSE) { in do_list() 934 FALSE, 0, is_snapshot); in do_list() 968 if (is_snapshot == FALSE) { in do_list() [all …]
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 183 boolean_t ispool, is_snapshot; in devzvol_objset_check() local 190 is_snapshot = (strchr(dsname, '@') != NULL); in devzvol_objset_check() 192 if (is_snapshot && !devzvol_snaps_allowed) in devzvol_objset_check()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 776 is_snapshot(zone_dochandle_t handle) in is_snapshot() function 1273 if (is_snapshot(handle)) in zonecfg_save_impl()
|