Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c172 #define xdfs_hvm_cb_ops (xdfs_hvm_dev_ops->devo_cb_ops) macro
508 if ((xdfs_hvm_dev_ops == NULL) || (xdfs_hvm_cb_ops == NULL)) in xdfs_open()
510 return (xdfs_hvm_cb_ops->cb_open(dev_p, flag, otyp, credp)); in xdfs_open()
591 if ((xdfs_hvm_dev_ops == NULL) || (xdfs_hvm_cb_ops == NULL)) in xdfs_close()
593 return (xdfs_hvm_cb_ops->cb_close(dev, flag, otyp, credp)); in xdfs_close()
641 if ((xdfs_hvm_dev_ops == NULL) || (xdfs_hvm_cb_ops == NULL)) in xdfs_strategy()
643 return (xdfs_hvm_cb_ops->cb_strategy(bp)); in xdfs_strategy()
702 if ((xdfs_hvm_dev_ops == NULL) || (xdfs_hvm_cb_ops == NULL)) in xdfs_dump()
704 return (xdfs_hvm_cb_ops->cb_dump(dev, addr, blkno, nblk)); in xdfs_dump()
718 if ((xdfs_hvm_dev_ops == NULL) || (xdfs_hvm_cb_ops == NULL)) in xdfs_read()
[all …]