Home
last modified time | relevance | path

Searched refs:devops (Results 1 – 20 of 20) sorted by relevance

/titanic_50/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() argument
45 bd_mod_init(devops); in sda_host_init_ops()
49 sda_host_fini_ops(struct dev_ops *devops) in sda_host_fini_ops() argument
51 bd_mod_fini(devops); in sda_host_fini_ops()
/titanic_50/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c502 audio_init_ops(struct dev_ops *devops, const char *name) in audio_init_ops() argument
557 devops->devo_cb_ops = &helper->cbops; in audio_init_ops()
558 devops->devo_getinfo = audio_getinfo; in audio_init_ops()
562 audio_fini_ops(struct dev_ops *devops) in audio_fini_ops() argument
564 kmem_free(devops->devo_cb_ops, sizeof (struct audio_ops_helper)); in audio_fini_ops()
565 devops->devo_cb_ops = NULL; in audio_fini_ops()
566 devops->devo_getinfo = NULL; in audio_fini_ops()
/titanic_50/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c58 struct dev_ops *devops; member
209 maj->devops = ops; in _raw_get_maj_info()
260 void *devops = NULL; in nsc_get_devops() local
266 devops = maj->devops; in nsc_get_devops()
273 return (devops); in nsc_get_devops()
588 ops = cdi->major->devops; in _raw_get_bsize()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c141 static struct dev_ops devops = { variable
159 &devops,
/titanic_50/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c190 static struct dev_ops devops = { variable
208 &devops,
/titanic_50/usr/src/uts/common/io/1394/
H A Dh1394.c75 struct dev_ops *devops; in h1394_init() local
79 devops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in h1394_init()
80 devops->devo_bus_ops = &nx1394_busops; in h1394_init()
99 struct dev_ops *devops; in h1394_fini() local
103 devops = ((struct modldrv *)(modlp->ml_linkage[0]))->drv_dev_ops; in h1394_fini()
104 devops->devo_bus_ops = NULL; in h1394_fini()
/titanic_50/usr/src/uts/sun/sys/
H A DMakefile98 devops.check := CSTYLE_TAIL = | grep -v "line > 80 characters" | true
/titanic_50/usr/src/uts/common/inet/kssl/
H A Dkssl.c91 static struct dev_ops devops = { variable
109 &devops,
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c90 static struct dev_ops devops = { variable
108 &devops,
H A Ddca.c110 static struct dev_ops devops = { variable
145 &devops, /* drv_dev_ops */
H A Dcrypto.c283 static struct dev_ops devops = { variable
301 &devops,
H A Ddprov.c165 static struct dev_ops devops = { variable
183 &devops
/titanic_50/usr/src/uts/i86pc/ml/
H A Dmach_offsets.in56 #include <sys/devops.h>
H A Doffsets.in48 #include <sys/devops.h>
/titanic_50/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in58 #include <sys/devops.h>
/titanic_50/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc46 #include <sys/devops.h>
/titanic_50/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c66 static struct dev_ops devops = { variable
87 &devops, /* drv_dev_ops */
/titanic_50/usr/src/uts/common/io/blkdev/
H A Dblkdev.c2038 bd_mod_init(struct dev_ops *devops) in bd_mod_init() argument
2072 devops->devo_bus_ops = &bd_bus_ops; in bd_mod_init()
2081 bd_mod_fini(struct dev_ops *devops) in bd_mod_fini() argument
2083 devops->devo_bus_ops = NULL; in bd_mod_fini()
/titanic_50/usr/src/uts/common/sys/
H A DMakefile180 devops.h \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-header.mf914 file path=usr/include/sys/devops.h