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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c183 boolean_t ispool, is_snapshot; local
190 is_snapshot = (strchr(dsname, '@') != NULL);
192 if (is_snapshot && !devzvol_snaps_allowed)
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c159 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);
879 * do_list(disk_arg, argv, optind, is_snapshot)
884 do_list(char *disk_argp, char **argv, uint32_t optind, uint8_t is_snapshot) argument
898 ret = snapshot_raidsystem(TRUE, 0, is_snapshot);
928 if (is_snapshot == FALSE) {
934 FALSE, 0, is_snapshot);
1440 snapshot_raidsystem(uint8_t recursive, uint8_t indent, uint8_t is_snapshot) argument
1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, uint8_t is_snapshot) argument
1524 snapshot_array(raid_obj_handle_t array_handle, uint8_t indent, uint8_t is_sub, uint8_t is_snapshot) argument
1728 snapshot_disk(uint32_t ctl_tag, raid_obj_handle_t disk_handle, uint8_t indent, uint8_t is_snapshot) argument
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c774 is_snapshot(zone_dochandle_t handle) function
1271 if (is_snapshot(handle))

Completed in 95 milliseconds