Searched refs:n2 (Results 1 - 25 of 131) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/cmd/fm/dicts/
H A DNXGE.dict31 fault.io.n2.niu-xfp=0
32 fault.io.n2.niu-xaui=1
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dn2piu.esc70 event fault.io.n2.soc@hostbridge/pciexrc,
72 event fault.io.n2.crossbar@hostbridge/pciexrc,
74 event fault.io.n2.dmu@hostbridge/pciexrc,
76 event fault.io.n2.ncu@hostbridge/pciexrc,
78 event fault.io.n2.siu@hostbridge/pciexrc,
80 event fault.io.n2.niu@hostbridge/pciexrc,
90 event ereport.io.n2.dmu.iotsbdesc_dpe@hostbridge/pciexrc{within(5s)};
95 event ereport.io.n2.peu.err_sds_los@hostbridge/pciexrc{within(5s)};
96 event ereport.io.n2.peu.lwc@hostbridge/pciexrc{within(5s)};
97 event ereport.io.n2
[all...]
H A Dn2niu_xaui.esc38 event fault.io.n2.niu-xaui@niufn/xaui,
45 prop fault.io.n2.niu-xaui@niufn/xaui (1) ->
H A Dn2niu_xfp.esc39 event fault.io.n2.niu-xfp@niufn/xaui/xfp,
47 prop fault.io.n2.niu-xfp@niufn/xaui/xfp (1) ->
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.conf35 subscribe ereport.io.n2.dmu.iotsbdesc_inv
36 subscribe ereport.io.n2.dmu.sun4v_adj_va_uf
37 subscribe ereport.io.n2.dmu.sun4v_inv_pg_sz
38 subscribe ereport.io.n2.dmu.sun4v_key_err
39 subscribe ereport.io.n2.dmu.sun4v_va_oor
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Ddbg.h57 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) \
58 TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2)
59 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
60 TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3)
62 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
63 TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4)
71 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) \
73 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
76 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_mul.c382 /* r is 2*n2 words in size,
383 * a and b are both n2 words in size.
384 * n2 must be a power of 2.
386 * t must be 2*n2 words in size
392 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, argument
395 int n=n2/2,c1,c2;
401 fprintf(stderr," bn_mul_recursive %d * %d\n",n2,n2);
405 if (n2 == 4)
411 /* Only call bn_mul_comba 8 if n2
551 int i,j,n2=n*2; local
724 bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, BN_ULONG *t) argument
755 bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2, BN_ULONG *t) argument
[all...]
H A Dbn_sqr.c206 void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t) argument
208 int n=n2/2;
213 fprintf(stderr," bn_sqr_recursive %d * %d\n",n2,n2);
215 if (n2 == 4)
224 else if (n2 == 8)
233 if (n2 < BN_SQR_RECURSIVE_SIZE_NORMAL)
235 bn_sqr_normal(r,a,n2,t);
249 p= &(t[n2*2]);
252 bn_sqr_recursive(&(t[n2]),
[all...]
/opensolaris-onvv-gate/usr/src/cmd/crypt/
H A Dcrypt.c108 int i, n1, n2, nchar; local
166 n2 = (int)((header.offset >> 8) &MASK);
174 n2)&MASK] - n2)&MASK] - n1;
178 n2++;
179 if (n2 == ROTORSZ) n2 = 0;
190 n2 = 0;
193 i = t2[(t3[(t1[(i+n1)&MASK]+n2)&MASK]-n2)
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmdutils/common/
H A Davltree.c136 tree_node_t *n2 = (tree_node_t *)p2; local
139 if (n1->node_dev < n2->node_dev) {
141 } else if (n1->node_dev == n2->node_dev) {
143 if (n1->node_ino < n2->node_ino) {
145 } else if (n1->node_ino == n2->node_ino) {
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,Netra-CP3260/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,Netra-T5220/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise-T5120/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,Sun-Blade-T6320/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rand/
H A Drandtest.c73 unsigned long n2[16]; local
87 for (i=0; i<16; i++) n2[i]=0;
97 n2[j&0x0f]++;
98 n2[(j>>4)&0x0f]++;
137 d+=n2[i]*n2[i];
147 d+=n2[i]*n2[i];
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Delm.c238 struct notice *n, *n2; local
273 n2 = k->notice;
274 for (i = 1; i <= NLIM/2; i++) n2 = n2->left;
275 /* create a key which will point to notice n2 */
277 k2->time = n2->time;
279 k2->notice = n2;
284 n2->key = k2; /* have n2 point back to k2 */
293 n2
320 struct notice *n, *n2; local
509 struct notice *n, *n2; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dcomm.c69 register int n1, n2, n, comp; local
73 n2 = sfvalue(in2);
76 n=(n1<n2?n1:n2);
77 if((comp=memcmp(cp1,cp2,n-1))==0 && (comp=n1-n2)==0)
93 n2 = sfvalue(in2);
101 if(sfwrite(out,cp2,n2) < 0)
105 n2 = sfvalue(in2);
120 n1 = n2;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/idea/
H A Di_skey.c129 long n1,n2,q,r,b1,b2,t; local
136 n2=xin;
141 r=(n1%n2);
142 q=(n1-r)/n2;
147 n1=n2;
148 n2=r;
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,Netra-T5440/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,T5140/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,USBRDT-5240/etm/
H A Detm.conf32 subscribe fault.io.n2.*
/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/
H A Dmks.h310 #define VARARG2(t1, n1, t2, n2) (t1 n1, t2 n2, ...)
311 #define VARARG3(t1, n1, t2, n2, t3, n3) (t1 n1, t2 n2, t3 n3, ...)
312 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) \
313 (t1 n1, t2 n2, t3 n3, t4 n4, ...)
314 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
315 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
318 #define VARARG2(t1, n1, t2, n2) (n1, n2, va_alis
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dneptune_xfp.esc40 event fault.io.n2.niu-xfp@pciexbus/pciexdev/pciexfn/xfp
58 * trigger fault.io.n2.niu-xfp. Based on the following rules, the diagnose
59 * engine will generate only one fault (fault.io.n2.niu-xfp) instead of two
63 prop fault.io.n2.niu-xfp@pciexbus/pciexdev/pciexfn/xfp (1) ->
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpostprint.fd36 Options: MODES group = -n2
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c101 * from the end of the buffer, and 'n2' will be the
107 size_t n2 = n - n1; local
109 ASSERT(n2 <= pd->pipe_wrndx);
112 bcopy(&pd->pipe_buf[0], buf, n2);
113 buf = (char *)buf + n2;
165 * bytes to put at the end of the buffer, and 'n2' will
171 size_t n2 = n - n1; local
173 ASSERT(n2 <= pd->pipe_rdndx);
177 bcopy(buf, &pd->pipe_buf[0], n2);
178 buf = (const char *)buf + n2;
[all...]

Completed in 299 milliseconds

123456