Searched refs:xdfss_tgt_lh (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 534 if (xsp->xdfss_tgt_lh[part] == NULL) { in xdfs_open() 538 &xsp->xdfss_tgt_lh[part], li); in xdfs_open() 607 ASSERT(xsp->xdfss_tgt_lh[part] != NULL); in xdfs_close() 616 err = ldi_close(xsp->xdfss_tgt_lh[part], flag, credp); in xdfs_close() 617 xsp->xdfss_tgt_lh[part] = NULL; in xdfs_close() 682 ASSERT(xsp->xdfss_tgt_lh[part] != NULL); in xdfs_strategy() 683 return (ldi_strategy(xsp->xdfss_tgt_lh[part], bp_clone)); in xdfs_strategy() 700 return (ldi_dump(xsp->xdfss_tgt_lh[part], addr, blkno, nblk)); in xdfs_dump() 716 return (ldi_read(xsp->xdfss_tgt_lh[part], uio, credp)); in xdfs_read() 732 return (ldi_write(xsp->xdfss_tgt_lh[part], uio, credp)); in xdfs_write() [all …]
|
H A D | xdf_shell.h | 75 ldi_handle_t xdfss_tgt_lh[XDF_PEXT]; member
|
H A D | pv_sd.c | 81 if ((rv = ldi_ioctl(xsp->xdfss_tgt_lh[part], in xdfs_c_ioctl()
|
H A D | pv_cmdk.c | 518 if ((rv = ldi_ioctl(xsp->xdfss_tgt_lh[part], in xdfs_c_ioctl()
|