Lines Matching refs:dsk
32 char *dsk;
43 char *dsk;
89 (void) free(p->dsk);
132 dskp = opendir("/dev/dsk");
175 "/dev/dsk/%s", bpt->d_name);
211 if (strcmp(list->dsk, nm) != 0)
249 entry->dsk = (char *)malloc(len);
250 if (entry->dsk) {
251 (void) strcpy(entry->dsk, shortnm);
310 * /dev/dsk.
348 * Find a matching entry in the list of names from /dev/dsk.
452 insert_dlist_ent(list->dsk, list->dnum, list->dty,
478 if (strcmp(nm, stuff->dsk) != 0)
491 entry->dsk = (char *)nm;
631 rv = list->dsk;