Searched refs:cb_read (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 90 (*cbops_p->cb_read)(0, 0, 0); in main()
|
/titanic_41/usr/src/uts/common/io/cxgbe/cxgbe/ |
H A D | cxgbe.c | 49 .cb_read = nodev,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | devops.h | 94 int (*cb_read)(dev_t dev, struct uio *uiop, cred_t *credp); member
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt.c | 78 .cb_read = nodev,
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 543 helper->cbops.cb_read = audio_read; in audio_init_ops()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | driver.c | 549 return ((*cb->cb_read)(dev, uiop, cred)); in cdev_read()
|
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 821 cb_ops->cb_read = maj->sm_read; in sv_free() 1017 maj->sm_read = cb_ops->cb_read; in sv_enable() 1026 cb_ops->cb_read = sv_lyr_read; in sv_enable()
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 720 return (xdfs_hvm_cb_ops->cb_read(dev, uio, credp)); in xdfs_read()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 69 .cb_read = umad_read,
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 79 .cb_read = sol_uverbs_read,
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 57 .cb_read = nodev,
|
/titanic_41/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 462 .cb_read = nodev,
|