Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h71 cd_device *get_device(char *user_supplied, char *node);
H A Ddevice.c90 get_device(char *user_supplied, char *node) in get_device() function
588 if ((t_dev = get_device(NULL, dev)) == NULL) { in scan_for_cd_device()
H A Dmain.c201 target = get_device(tgtdev, devpath); in setup_target()
H A Dcopycd.c215 src = get_device(copy_src, p); in copy_cd()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c93 static device_t *get_device(char *user_supplied, char *node);
1159 if ((t_dev = get_device(NULL, dev)) == NULL) { in find_device()
1314 get_device(char *user_supplied, char *node) in get_device() function
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c107 get_device(ofs_client_t *ofs_client, ib_guid_t guid) in get_device() function
208 device = get_device(ofs_client, event->ev_hca_guid); in ofs_async_handler()