Lines Matching defs:wholedisk
132 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare)
161 if (!wholedisk && !force &&
396 boolean_t wholedisk = B_FALSE;
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;
913 &wholedisk) != 0 || !wholedisk)
1040 uint64_t wholedisk;
1057 &wholedisk) == 0 && wholedisk)