Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/raidctl/
H A Draidctl.c2367 char *disks_str; in get_disk_handle_cidl() local
2377 if ((disks_str = (char *)malloc(3 * len + 4)) == NULL) { in get_disk_handle_cidl()
2382 disks_str[j ++] = '('; in get_disk_handle_cidl()
2383 disks_str[j ++] = ' '; in get_disk_handle_cidl()
2387 disks_str[j ++] = ' '; in get_disk_handle_cidl()
2388 disks_str[j ++] = p[i]; in get_disk_handle_cidl()
2389 disks_str[j ++] = ' '; in get_disk_handle_cidl()
2391 disks_str[j ++] = p[i]; in get_disk_handle_cidl()
2394 disks_str[j ++] = ' '; in get_disk_handle_cidl()
2395 disks_str[j ++] = ')'; in get_disk_handle_cidl()
[all …]