Home
last modified time | relevance | path

Searched refs:xdfss_tgt_devid (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c191 hwid, (ddi_devid_t *)&xsp->xdfss_tgt_devid); in xdfs_devid_modser()
247 xsp->xdfss_tgt_devid = kmem_alloc(i, KM_SLEEP); in xdfs_devid_read()
248 bcopy(dkdevidp->dkd_devid, xsp->xdfss_tgt_devid, i); in xdfs_devid_read()
310 xsp->xdfss_tgt_devid = devid; in xdfs_devid_fabricate()
563 if (xsp->xdfss_tgt_devid != NULL) in xdfs_c_devid_setup()
579 (void) ddi_devid_register(xsp->xdfss_dip, xsp->xdfss_tgt_devid); in xdfs_c_devid_setup()
H A Dxdf_shell.h72 ddi_devid_t xdfss_tgt_devid; member
H A Dxdf_shell.c423 xsp->xdfss_tgt_devid = NULL; in xdfs_tgt_probe()
447 if (xsp->xdfss_tgt_devid != NULL) in xdfs_tgt_detach()
448 ddi_devid_free(xsp->xdfss_tgt_devid); in xdfs_tgt_detach()