Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h72 int lookup_device(char *supplied, char *found);
H A Ddevice.c449 lookup_device(char *supplied, char *found) in lookup_device() function
584 if (!lookup_device(sdev, dev)) in scan_for_cd_device()
H A Dmain.c200 if (lookup_device(tgtdev, devpath)) { in setup_target()
H A Dcopycd.c210 if (lookup_device(copy_src, p) == 0) { in copy_cd()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c95 static int lookup_device(char *supplied, char *found);
1156 if (!lookup_device(sdev, dev)) { in find_device()
1428 lookup_device(char *supplied, char *found) in lookup_device() function