Searched refs:srn (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsrn.c29 * srn Provide apm-like interfaces to Xorg
55 #include <sys/srn.h>
70 * The soft state of the srn driver. Since there will only be
82 } srn = { NULL, -1}; variable in typeref:struct:srnstate
140 "srn driver",
177 if (srn.srn_instance != -1) /* Only allow one instance */
179 srn.srn_instance = ddi_get_instance(dip);
180 if (ddi_create_minor_node(dip, "srn", S_IFCHR,
181 (srn.srn_instance << 8) + 0, DDI_PSEUDO, 0)
185 srn
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c110 * returns the integer product of the "floating point" an and srn
117 int srn)
123 return ((srn >= 0) ?
124 ((srn & 077) + 1) >> (18 - (srn >> 6)) :
125 -(((srn & 077) + 1) >> (2 - (srn >> 6))));
129 if (srn >= 0) {
130 wanexp = anexp + (srn >> 6) - 7;
132 (_fmultwanmant[(srn
115 _g721_fmult( int an, int srn) argument
[all...]
H A Dg723.c115 * returns the integer product of the "floating point" an and srn
122 int srn)
128 return ((srn >= 0) ?
129 ((srn & 077) + 1) >> (18 - (srn >> 6)) :
130 -(((srn & 077) + 1) >> (2 - (srn >> 6))));
134 if (srn >= 0) {
135 wanexp = anexp + (srn >> 6) - 7;
137 (_fmultwanmant[(srn
120 _g723_fmult( int an, int srn) argument
[all...]
/illumos-gate/usr/src/uts/intel/srn/
H A DMakefile22 # uts/intel/srn/Makefile
29 # This makefile drives the production of the srn driver
42 MODULE = srn
/illumos-gate/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
621 * Creates \M0 devlink for srn device
624 srn(di_minor_t minor, di_node_t node) function
628 if (strcmp(di_node_name(node), "srn") != 0)
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c51 #include <sys/srn.h>
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c55 #include <sys/srn.h>
76 #define SRN "/dev/srn"
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile534 srn.h \
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c182 #include <sys/srn.h>
464 * Data structures shared with common/io/srn.c
468 int srn_inuse; /* stop srn detach */

Completed in 125 milliseconds