Home
last modified time | relevance | path

Searched refs:cb_ops (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c202 static struct cb_ops sv_cb_ops = {
784 struct cb_ops *cb_ops; in sv_free() local
811 cb_ops = maj->sm_dev_ops->devo_cb_ops; in sv_free()
813 cb_ops = NULL; in sv_free()
815 if (cb_ops && maj->sm_strategy != NULL) { in sv_free()
816 cb_ops->cb_strategy = maj->sm_strategy; in sv_free()
817 cb_ops->cb_close = maj->sm_close; in sv_free()
818 cb_ops->cb_ioctl = maj->sm_ioctl; in sv_free()
819 cb_ops->cb_write = maj->sm_write; in sv_free()
820 cb_ops->cb_open = maj->sm_open; in sv_free()
[all …]
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnbe.c106 static struct cb_ops cb_ops = { variable
133 &cb_ops, /* devo_cb_ops */
H A Dxnbo.c685 static struct cb_ops cb_ops = { variable
712 &cb_ops, /* devo_cb_ops */
/titanic_41/usr/src/uts/common/os/
H A Ddriver.c283 struct cb_ops *cb; in dev_open()
292 struct cb_ops *cb; in dev_close()
478 struct cb_ops *cb; in bdev_print()
537 struct cb_ops *cb; in bdev_dump()
546 struct cb_ops *cb; in cdev_read()
555 struct cb_ops *cb; in cdev_write()
565 struct cb_ops *cb; in cdev_ioctl()
575 struct cb_ops *cb; in cdev_devmap()
591 struct cb_ops *cb; in cdev_segmap()
602 struct cb_ops *cb; in cdev_poll()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dconf.c50 struct cb_ops no_cb_ops = {
H A Doptions.c54 (struct cb_ops *)0, /* driver operations */
H A Dnulldriver.c64 static struct cb_ops nulldriver_cb_ops = {
H A Dcpc.c834 static struct cb_ops cb_ops = { variable
904 &cb_ops,
H A Dbl.c184 static struct cb_ops bl_cb_ops = {
/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcihp.h40 struct cb_ops *pcihp_get_cb_ops(void);
/titanic_41/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc51 _NOTE(DATA_READABLE_WITHOUT_LOCK( dev_ops cb_ops bus_ops ))
54 * Now define a dev_ops, a cb_ops, and a bus_ops with 0 for each
63 struct cb_ops *cbops_p, warlock_cb_ops = {
/titanic_41/usr/src/uts/common/sys/
H A Ddevops.h88 struct cb_ops { struct
415 struct cb_ops *devo_cb_ops; /* cb_ops pointer for leaf drivers */
454 static struct cb_ops cb_##XXname = { \
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dcentral.c108 (struct cb_ops *)0, /* cb_ops */
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c57 struct cb_ops pci_cb_ops = {
78 extern struct cb_ops *pcihp_ops;
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Dusbser_uftdi.c115 static struct cb_ops uftdi_cb_ops = {
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394.c48 static struct cb_ops hci1394_cb_ops = {
/titanic_41/usr/src/uts/i86xpv/io/
H A Dballoon_drv.c131 static struct cb_ops balloon_cb_ops = {
H A Ddomcaps.c121 static struct cb_ops domcaps_cb_ops = {
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dusbser_pl2303.c105 static struct cb_ops usbser_pl2303_cb_ops = {
/titanic_41/usr/src/man/man9s/
H A DMakefile25 cb_ops.9s \
/titanic_41/usr/src/uts/sun4u/io/ppm/
H A Dschppm.c71 (struct cb_ops *)0, /* cb_ops */
/titanic_41/usr/src/uts/intel/io/
H A Dpit_beep.c62 struct cb_ops pit_beep_cb_ops = {
/titanic_41/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c43 static struct cb_ops cxgbe_cb_ops = {
/titanic_41/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c50 static struct cb_ops hubd_cb_ops = {
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_ddi.c206 static struct cb_ops rdsv3_cb_ops = {

12345678910>>...15