Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c154 static int do_create_cidl(char *raid_levelp, char *capacityp, char *disk_argp,
158 static int do_list(char *disk_argp, char **argv, uint32_t optind,
163 static int do_set_hsp(char *a_argp, char *disk_argp, char **argv,
884 do_list(char *disk_argp, char **argv, uint32_t optind, uint8_t is_snapshot) in do_list() argument
896 if (disk_argp == NULL) { in do_list()
995 if (get_disk_tag_cidl(disk_argp, &disk_tag) != SUCCESS) { in do_list()
1167 do_set_hsp(char *a_argp, char *disk_argp, char **argv, uint32_t optind) in do_set_hsp() argument
1196 if (disk_argp == NULL) { in do_set_hsp()
1205 if (get_disk_tag_cidl(disk_argp, &disk_tag) != SUCCESS) { in do_set_hsp()
1262 if (get_disk_tag_cidl(disk_argp, &disk_tag) != SUCCESS) { in do_set_hsp()
[all …]