Home
last modified time | relevance | path

Searched refs:srn (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dsrn.c82 } srn = { NULL, -1}; variable
177 if (srn.srn_instance != -1) /* Only allow one instance */ in srn_attach()
179 srn.srn_instance = ddi_get_instance(dip); in srn_attach()
181 (srn.srn_instance << 8) + 0, DDI_PSEUDO, 0) in srn_attach()
185 srn.srn_dip = dip; /* srn_init and getinfo depend on it */ in srn_attach()
190 srn.srn_instance = ddi_get_instance(dip); in srn_attach()
226 srn.srn_instance = -1; in srn_detach()
282 if (srn.srn_instance == -1) in srn_getinfo()
284 *result = srn.srn_dip; in srn_getinfo()
310 if (!srn.srn_clones[clone]) in srn_open()
[all …]
/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c117 int srn) in _g721_fmult() argument
123 return ((srn >= 0) ? in _g721_fmult()
124 ((srn & 077) + 1) >> (18 - (srn >> 6)) : in _g721_fmult()
125 -(((srn & 077) + 1) >> (2 - (srn >> 6)))); in _g721_fmult()
129 if (srn >= 0) { in _g721_fmult()
130 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()
132 (_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g721_fmult()
134 _fmultwanmant[(srn & 077) + anmant] >> -wanexp); in _g721_fmult()
136 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()
138 -((_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g721_fmult()
[all …]
H A Dg723.c122 int srn) in _g723_fmult() argument
128 return ((srn >= 0) ? in _g723_fmult()
129 ((srn & 077) + 1) >> (18 - (srn >> 6)) : in _g723_fmult()
130 -(((srn & 077) + 1) >> (2 - (srn >> 6)))); in _g723_fmult()
134 if (srn >= 0) { in _g723_fmult()
135 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()
137 (_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g723_fmult()
139 _fmultwanmant[(srn & 077) + anmant] >> -wanexp); in _g723_fmult()
141 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()
143 -((_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g723_fmult()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel-suspend-resume.mf54 $(i386_ONLY)driver name=srn
55 $(i386_ONLY)file path=kernel/drv/$(ARCH64)/srn group=sys
56 $(i386_ONLY)file path=kernel/drv/srn group=sys
57 $(i386_ONLY)file path=kernel/drv/srn.conf group=sys
/titanic_41/usr/src/uts/intel/srn/
H A DMakefile42 MODULE = srn
/titanic_41/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c51 static int srn(di_minor_t minor, di_node_t node);
101 TYPE_EXACT, ILEVEL_0, srn
624 srn(di_minor_t minor, di_node_t node) in srn() function
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel189 DRV_KMODS += srn
/titanic_41/exception_lists/
H A Dpackaging727 # ppm/srn modules # and should not be in any package
729 usr/include/sys/srn.h
/titanic_41/usr/src/uts/common/sys/
H A DMakefile522 srn.h \
/titanic_41/usr/src/uts/common/
H A DMakefile.files748 SRN_OBJS += srn.o