/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 202 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 D | xnbe.c | 106 static struct cb_ops cb_ops = { variable 133 &cb_ops, /* devo_cb_ops */
|
H A D | xnbo.c | 685 static struct cb_ops cb_ops = { variable 712 &cb_ops, /* devo_cb_ops */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | driver.c | 283 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 D | conf.c | 50 struct cb_ops no_cb_ops = {
|
H A D | options.c | 54 (struct cb_ops *)0, /* driver operations */
|
H A D | nulldriver.c | 64 static struct cb_ops nulldriver_cb_ops = {
|
H A D | cpc.c | 834 static struct cb_ops cb_ops = { variable 904 &cb_ops,
|
H A D | bl.c | 184 static struct cb_ops bl_cb_ops = {
|
/titanic_41/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcihp.h | 40 struct cb_ops *pcihp_get_cb_ops(void);
|
/titanic_41/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_comm.inc | 51 _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 D | devops.h | 88 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 D | central.c | 108 (struct cb_ops *)0, /* cb_ops */
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_devctl.c | 57 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 D | usbser_uftdi.c | 115 static struct cb_ops uftdi_cb_ops = {
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394.c | 48 static struct cb_ops hci1394_cb_ops = {
|
/titanic_41/usr/src/uts/i86xpv/io/ |
H A D | balloon_drv.c | 131 static struct cb_ops balloon_cb_ops = {
|
H A D | domcaps.c | 121 static struct cb_ops domcaps_cb_ops = {
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | usbser_pl2303.c | 105 static struct cb_ops usbser_pl2303_cb_ops = {
|
/titanic_41/usr/src/man/man9s/ |
H A D | Makefile | 25 cb_ops.9s \
|
/titanic_41/usr/src/uts/sun4u/io/ppm/ |
H A D | schppm.c | 71 (struct cb_ops *)0, /* cb_ops */
|
/titanic_41/usr/src/uts/intel/io/ |
H A D | pit_beep.c | 62 struct cb_ops pit_beep_cb_ops = {
|
/titanic_41/usr/src/uts/common/io/cxgbe/cxgbe/ |
H A D | cxgbe.c | 43 static struct cb_ops cxgbe_cb_ops = {
|
/titanic_41/usr/src/uts/common/io/usb/hubd/ |
H A D | hubd.c | 50 static struct cb_ops hubd_cb_ops = {
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_ddi.c | 206 static struct cb_ops rdsv3_cb_ops = {
|