Searched defs:wholedisk (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 154 uint64_t wholedisk = 0ULL; local 164 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_WHOLE_DISK, &wholedisk); 172 if (wholedisk) 192 (isdisk && !wholedisk)) { 233 * path/physpath/wholedisk to keep it simple. 247 nvlist_add_uint64(newvd, ZPOOL_CONFIG_WHOLE_DISK, wholedisk) != 0 || 379 devpath_iter(const char *devpath, zfs_process_func_t func, boolean_t wholedisk) argument 387 data.dd_isdisk = wholedisk; 403 devid_iter(const char *devpath, zfs_process_func_t func, boolean_t wholedisk) argument 444 data.dd_isdisk = wholedisk; 555 uint64_t wholedisk = 0ULL; local [all...] |
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 132 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) argument 161 if (!wholedisk && !force && 396 boolean_t wholedisk = B_FALSE; local 408 wholedisk = is_whole_disk(arg); 409 if (!wholedisk && (stat64(arg, &statbuf) != 0)) { 426 wholedisk = is_whole_disk(path); 427 if (!wholedisk && (stat64(path, &statbuf) != 0)) { 455 if (wholedisk || S_ISBLK(statbuf.st_mode)) { 476 (uint64_t)wholedisk) == 0); 481 if (S_ISBLK(statbuf.st_mode) && !wholedisk) { 892 uint64_t wholedisk; local 1040 uint64_t wholedisk; local [all...] |
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 947 uint64_t wholedisk; local 949 &wholedisk) == 0 && wholedisk) {
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1976 uint64_t wholedisk = 0; local 1979 &wholedisk); 1980 if (wholedisk) { 1989 * wholedisk for ZPOOL_CONFIG_PATHs which 2417 uint64_t wholedisk = 0; local 2420 &wholedisk); 2433 if (wholedisk) { 3848 uint64_t wholedisk; local 3854 &wholedisk) != 0 || !wholedisk) { [all...] |
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5413 char *wholedisk, *slice; local 5425 wholedisk = s_calloc(1, strlen(device) + 3); 5426 (void) snprintf(wholedisk, strlen(device) + 3, "%sp0", device); 5431 fd = open(wholedisk, O_RDONLY); 5439 if ((rval = libfdisk_init(&epp, wholedisk, NULL, FDISK_READ_DISK)) 5454 free(wholedisk); 5460 free(wholedisk);
|
Completed in 163 milliseconds