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

/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h73 cd_device *get_device(char *user_supplied, char *node);
H A Dmain.c203 target = get_device(tgtdev, devpath);
H A Ddevice.c90 get_device(char *user_supplied, char *node) function
105 TRACE(traceall_msg("get_device(%s, %s)\n", user_supplied ?
588 if ((t_dev = get_device(NULL, dev)) == NULL) {
H A Dcopycd.c217 src = get_device(copy_src, p);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c93 static device_t *get_device(char *user_supplied, char *node);
1157 if ((t_dev = get_device(NULL, dev)) == NULL) {
1312 get_device(char *user_supplied, char *node) function
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c103 * get_device() returns a pointer to struct ib_devcie with
107 get_device(ofs_client_t *ofs_client, ib_guid_t guid) function
115 "get_device: client: 0x%p, guid:0x%p",
129 "get_device: client: 0x%p, guid:0x%p => no match guid",
208 device = get_device(ofs_client, event->ev_hca_guid);

Completed in 70 milliseconds