Lines Matching defs:dsk
5491 char *ctdname = strstr(osdev, "dsk/");
5497 bam_error(_("not a /dev/[r]dsk name: %s\n"), osdev);
5508 ctdname += strlen("dsk/");
6099 * It can be a /dev/[r]dsk special file. We handle both instances
6129 } else if (strncmp(osdev, "/dev/dsk/", strlen("/dev/dsk/")) != 0 &&
6502 (void) snprintf(blkslice, sizeof (blkslice), "/dev/dsk/%s",
7817 char dsk[PATH_MAX];
7923 if (strncmp(lp->line, "/dev/dsk/", strlen("/dev/dsk/")) != 0 &&
7926 (void) snprintf(dsk, sizeof (dsk), "/dev/rdsk/%s",
7929 (void) strlcpy(dsk, lp->line, sizeof (dsk));
7932 fcn, dsk, pool));
7933 (*physarray)[i++] = s_strdup(dsk);
7970 if (strncmp(special, "/dev/dsk/", strlen("/dev/dsk/")) == 0 ||
8076 assert(strncmp(physarray[i], "/dev/dsk/",
8077 strlen("/dev/dsk/")) == 0 ||