| /onnv-gate/usr/src/uts/sparc/ml/ |
| H A D | sparc_ddi.s | 155 ldn [%o0 + DEVI_DEV_OPS], %g1 ! dip->dev_ops 156 ldn [%g1 + DEVI_BUS_OPS], %g1 ! dip->dev_ops->devo_bus_ops 157 ldn [%g1 + OPS_CTL], %g1 ! dip->dev_ops->devo_bus_ops->bus_ctl 181 ldn [%o0 + DEVI_DEV_OPS], %g1 ! dip->dev_ops 182 ldn [%g1 + DEVI_BUS_OPS], %g1 ! dip->dev_ops->devo_bus_ops 183 ldn [%g1 + OPS_MAP], %g1 ! dip->dev_ops->devo_bus_ops->bus_dma_map 205 ldn [%o0 + DEVI_DEV_OPS], %g1 ! dip->dev_ops 206 ldn [%g1 + DEVI_BUS_OPS], %g1 ! dip->dev_ops->devo_bus_ops 208 ! dip->dev_ops->devo_bus_ops->bus_dma_allochdl 229 ldn [%o0 + DEVI_DEV_OPS], %g1 ! dip->dev_ops [all …]
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/ |
| H A D | device.c | 148 ped_architecture->dev_ops->probe_all (); in ped_device_probe_all() 190 walk = ped_architecture->dev_ops->_new (normal_path); in ped_device_get() 214 ped_architecture->dev_ops->destroy (dev); in ped_device_destroy() 226 return ped_architecture->dev_ops->is_busy (dev); in ped_device_is_busy() 250 status = ped_architecture->dev_ops->refresh_open (dev); in ped_device_open() 252 status = ped_architecture->dev_ops->open (dev); in ped_device_open() 273 return ped_architecture->dev_ops->refresh_close (dev); in ped_device_close() 275 return ped_architecture->dev_ops->close (dev); in ped_device_close() 310 return ped_architecture->dev_ops->close (dev); in ped_device_begin_external_access() 330 return ped_architecture->dev_ops->open (dev); in ped_device_end_external_access() [all …]
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | conf.c | 68 struct dev_ops nodev_ops = { 83 struct dev_ops **devopsp;
|
| H A D | gentty.c | 89 struct dev_ops sy_ops = { 110 extern struct dev_ops sy_ops;
|
| H A D | options.c | 44 struct dev_ops options_ops = {
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | driver.c | 77 struct dev_ops *ops; in devi_identify() 92 struct dev_ops *ops; in devi_probe() 136 struct dev_ops *ops; in devi_attach() 181 struct dev_ops *ops; in devi_detach() 253 struct dev_ops *ops; in devi_reset() 266 struct dev_ops *ops; in devi_quiesce() 407 struct dev_ops *ops; in dev_to_instance() 450 struct dev_ops *ops; in bdev_strategy()
|
| H A D | modsubr.c | 56 extern struct dev_ops nodev_ops; 57 extern struct dev_ops mod_nodev_ops; 94 struct dev_ops * 97 struct dev_ops **devopspp, *ops; in mod_hold_dev_by_major() 132 struct dev_ops *ops; in mod_rele_dev_by_major() 170 struct dev_ops *
|
| H A D | modconf.c | 65 extern struct dev_ops nodev_ops; 66 extern struct dev_ops mod_nodev_ops; 79 struct dev_ops mod_nodev_ops = { 542 struct dev_ops *ops; in mod_installdrv() 545 struct dev_ops *dp; in mod_installdrv() 644 struct dev_ops *ops; in mod_removedrv() 646 struct dev_ops *dp; in mod_removedrv()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | blkdev.h | 148 void bd_mod_init(struct dev_ops *); 149 void bd_mod_fini(struct dev_ops *);
|
| H A D | modctl.h | 95 struct dev_ops *drv_dev_ops; 602 extern struct dev_ops *mod_hold_dev_by_major(major_t); 603 extern struct dev_ops *mod_hold_dev_by_devi(dev_info_t *);
|
| H A D | dld.h | 417 void dld_init_ops(struct dev_ops *, const char *); 418 void dld_fini_ops(struct dev_ops *);
|
| /onnv-gate/usr/src/uts/common/io/warlock/ |
| H A D | usbser.wlcmd | 53 add dev_ops::devo_attach targets usbser_attach 54 add dev_ops::devo_detach targets usbser_detach 55 add dev_ops::devo_getinfo targets usbser_getinfo 56 add dev_ops::devo_power targets usbser_power
|
| H A D | av1394.wlcmd | 60 add dev_ops::devo_getinfo targets av1394_getinfo 61 add dev_ops::devo_attach targets av1394_attach 62 add dev_ops::devo_detach targets av1394_detach
|
| /onnv-gate/usr/src/uts/common/sys/audio/ |
| H A D | audio_driver.h | 130 void audio_init_ops(struct dev_ops *, const char *); 131 void audio_fini_ops(struct dev_ops *);
|
| /onnv-gate/usr/src/uts/common/io/cardbus/ |
| H A D | cardbus.h | 61 struct dev_ops cb_dops; 62 struct dev_ops *orig_dopsp;
|
| /onnv-gate/usr/src/uts/i86pc/i86hvm/io/ |
| H A D | pv_sd.c | 46 extern const struct dev_ops sd_ops; 56 const struct dev_ops *xdfs_c_hvm_dev_ops = &sd_ops;
|
| H A D | pv_rtls.c | 35 struct dev_ops pv_rtls_ops = {
|
| H A D | xdf_shell.h | 103 extern const struct dev_ops *xdfs_c_hvm_dev_ops;
|
| /onnv-gate/usr/src/uts/common/io/sdcard/impl/ |
| H A D | sda_host.c | 43 sda_host_init_ops(struct dev_ops *devops) in sda_host_init_ops() 49 sda_host_fini_ops(struct dev_ops *devops) in sda_host_fini_ops()
|
| /onnv-gate/usr/src/uts/common/sys/sdcard/ |
| H A D | sda.h | 308 void sda_host_init_ops(struct dev_ops *); 309 void sda_host_fini_ops(struct dev_ops *);
|
| /onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| H A D | parted.h | 42 PedDeviceArchOps* dev_ops; member
|
| /onnv-gate/usr/src/uts/sun4/io/fpc/ |
| H A D | fpc.c | 39 static struct dev_ops fpc_ops = {
|
| /onnv-gate/usr/src/uts/common/avs/ns/sv/ |
| H A D | sv_impl.h | 101 struct dev_ops *sm_dev_ops;
|
| /onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| H A D | central.c | 99 static struct dev_ops central_ops = {
|
| /onnv-gate/usr/src/uts/common/xen/io/ |
| H A D | xnbe.c | 124 static struct dev_ops ops = {
|