Home
last modified time | relevance | path

Searched refs:dev_ops (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/onnv-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s155 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 Ddevice.c148 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 Dconf.c68 struct dev_ops nodev_ops = {
83 struct dev_ops **devopsp;
H A Dgentty.c89 struct dev_ops sy_ops = {
110 extern struct dev_ops sy_ops;
H A Doptions.c44 struct dev_ops options_ops = {
/onnv-gate/usr/src/uts/common/os/
H A Ddriver.c77 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 Dmodsubr.c56 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 Dmodconf.c65 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 Dblkdev.h148 void bd_mod_init(struct dev_ops *);
149 void bd_mod_fini(struct dev_ops *);
H A Dmodctl.h95 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 Ddld.h417 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 Dusbser.wlcmd53 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 Dav1394.wlcmd60 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 Daudio_driver.h130 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 Dcardbus.h61 struct dev_ops cb_dops;
62 struct dev_ops *orig_dopsp;
/onnv-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_sd.c46 extern const struct dev_ops sd_ops;
56 const struct dev_ops *xdfs_c_hvm_dev_ops = &sd_ops;
H A Dpv_rtls.c35 struct dev_ops pv_rtls_ops = {
H A Dxdf_shell.h103 extern const struct dev_ops *xdfs_c_hvm_dev_ops;
/onnv-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c43 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 Dsda.h308 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 Dparted.h42 PedDeviceArchOps* dev_ops; member
/onnv-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc.c39 static struct dev_ops fpc_ops = {
/onnv-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h101 struct dev_ops *sm_dev_ops;
/onnv-gate/usr/src/uts/sun4u/sunfire/io/
H A Dcentral.c99 static struct dev_ops central_ops = {
/onnv-gate/usr/src/uts/common/xen/io/
H A Dxnbe.c124 static struct dev_ops ops = {

12345678910>>...17