Home
last modified time | relevance | path

Searched refs:e (Results 51 – 75 of 1996) sorted by relevance

12345678910>>...80

/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-rev22 edge_t e;
45 for(e = fstin(n); e; e = nxtin(e)) {
46 if (e.op = "call") {
47 g2 = find_owner(e.tail, $G);
69 for (e = fstin($); e; e = nxtin(e))
70 if (e.op == "ret" && isIn(target,e.tail))
71 delete($G,e);
77 for (e = fstin($); e; e = nxtin(e)) {
78 if (e.op == "call") {
80 g = find_owner(e.tail, $G);
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c227 exprfree(e); in mansearch()
315 e = e->next; in manmerge_or()
331 while ((e = e->next) != NULL) { in manmerge_and()
735 return e; in exprterm()
744 e = mandoc_calloc(1, sizeof(*e)); in exprterm()
754 return e; in exprterm()
795 e->match.re = mandoc_malloc(sizeof(*e->match.re)); in exprterm()
806 free(e); in exprterm()
814 return e; in exprterm()
840 return e; in exprterm()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java52 e.printStackTrace(); in main()
56 } catch (DTraceException e) { in main()
57 e.printStackTrace(); in main()
80 e.printStackTrace(); in main()
87 } catch (Exception e) { in main()
88 e.printStackTrace(); in main()
111 e.printStackTrace(); in main()
114 } catch (Exception e) { in main()
115 e.printStackTrace(); in main()
132 e.printStackTrace(); in main()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c135 int e; in _init() local
139 return (e); in _init()
145 return (e); in _init()
166 int e; in _fini() local
170 return (e); in _fini()
186 int e; in ioat_attach() local
279 int e; in ioat_detach() local
329 int e; in ioat_getinfo() local
355 return (e); in ioat_getinfo()
397 int e; in ioat_chip_init() local
[all …]
H A Dioat_ioctl.c64 int e; in ioat_ioctl() local
67 e = drv_priv(cred); in ioat_ioctl()
68 if (e != 0) { in ioat_ioctl()
94 e = ENXIO; in ioat_ioctl()
97 return (e); in ioat_ioctl()
108 int e; in ioat_ioctl_rdreg() local
112 if (e != 0) { in ioat_ioctl_rdreg()
142 if (e != 0) { in ioat_ioctl_rdreg()
158 int e; in ioat_ioctl_wrreg() local
162 if (e != 0) { in ioat_ioctl_wrreg()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/
H A Dlibpiclfrudata.conf33 name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom
42 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,b6
45 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,b8
48 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,ba
51 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,bc
60 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,c6
63 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,c8
66 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,ca
108 name:/platform/pci@1e,600000/isa@7/i2c@0,320/rmc-fru-prom
111 name:/platform/pci@1e,600000/isa@7/i2c@0,320/alarm-fru-prom
[all …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c473 if ((e->id < 0) || (e->id >= r->maxid)) { in eptr()
476 r->ptr[e->id] = e; in eptr()
478 if (e->l) eptr(r, e->l); in eptr()
479 if (e->r) eptr(r, e->r); in eptr()
622 printf("ID = %d LIT %c FLEN = %d\n", e->id, e->lit, e->flen); in efollow()
630 if (p != e->follow + e->flen) { in efollow()
769 spr(e->flen, e->follow, r1); in epr()
927 if (e->lit) e->id = maxid++; in newexpr()
1095 e = newexpr(t, 0, e, (Expr *)NULL); in d2()
1109 e = newexpr(Cat, 0, e, f); in d1()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h497 #define ENG_FORMAT(e) E_OP(e, format)(E_PRV(e)) argument
498 #define ENG_RATE(e) E_OP(e, rate)(E_PRV(e)) argument
499 #define ENG_CHANNELS(e) E_OP(e, channels)(E_PRV(e)) argument
500 #define ENG_SYNC(e, num) E_OP(e, sync)(E_PRV(e), num) argument
501 #define ENG_START(e) E_OP(e, start)(E_PRV(e)) argument
502 #define ENG_STOP(e) E_OP(e, stop)(E_PRV(e)) argument
503 #define ENG_COUNT(e) E_OP(e, count)(E_PRV(e)) argument
504 #define ENG_QLEN(e) E_OP(e, qlen)(E_PRV(e)) argument
505 #define ENG_PLAYAHEAD(e) E_OP(e, playahead)(E_PRV(e)) argument
506 #define ENG_CLOSE(e) E_OP(e, close)(E_PRV(e)) argument
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c653 (e->u)->atevents = e->link; in main()
661 e = e->link; in main()
1084 u->name, e->cmd, e->time); in add_atevent()
1086 if (el_add(e, e->time, e->of.at.eventid) < 0) { in add_atevent()
1102 e = e->link; in update_atevent()
2070 e = e->link; in del_atjob()
2394 e->u->name, e->u->name); in ex()
2417 e->cmd, e->u->name); in ex()
2421 audit_cron_new_job(e->cmd, e->etype, (void *)e); in ex()
3420 if ((e = e->link) == NULL) in process_anc_files()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drelease.c108 if (e) in number()
109 *e = s; in number()
128 *e = s + siz; in string()
184 if (e) in date()
188 *e = t; in date()
200 char* e; in main() local
218 if (!(lo = date(opt_info.arg, &e)) || *e) in main()
228 if (!(hi = date(opt_info.arg, &e)) || *e) in main()
275 if (!(t = date(v, &e)) || *e) in main()
297 if (*e) in main()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c795 e->offset = 0; in solo_aud1_start()
867 e->count += n; in solo_aud2_update()
879 e->offset = 0; in solo_aud2_start()
969 (void) ddi_dma_sync(e->dmah, 0, 0, e->syncdir); in solo_sync()
981 e->update(e); in solo_count()
1001 e->count = 0; in solo_open()
1014 e->stop(e); in solo_close()
1028 e->start(e); in solo_start()
1044 e->stop(e); in solo_stop()
1298 e->dev = dev; in solo_alloc_engine()
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c109 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \
120 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
164 uint32_t e = ctx->state.s32[4]; in SHA256Transform() local
207 SHA256ROUND(a, b, c, d, e, f, g, h, 0, w0); in SHA256Transform()
210 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1); in SHA256Transform()
213 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform()
216 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform()
219 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform()
357 ctx->state.s32[4] += e; in SHA256Transform()
374 uint64_t e = ctx->state.s64[4]; in SHA512Transform() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/
H A Dlibpiclfrudata.conf43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0
46 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a2
49 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4
52 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a6
55 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a8
58 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,aa
61 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ac
64 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ae
69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0
72 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a2
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/
H A Dlibpiclfrudata.conf43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0
46 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a2
49 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4
52 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a6
55 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a8
58 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,aa
61 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ac
64 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ae
69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0
72 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a2
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c53 ENTRY *e; in generate_printf() local
62 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printf()
65 if (is_void(e)) { in generate_printf()
115 li = levels_of(e); in prepare_printf_part()
146 ENTRY *e; in generate_printfunc_calls() local
153 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printfunc_calls()
154 if (is_void(e)) { in generate_printfunc_calls()
172 li = levels_of(e); in generate_printfunc_calls()
288 is_void(ENTRY *e) in is_void() argument
290 if ((e != NULL) && in is_void()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_ulltoq.c36 unsigned int e; in _Q_ulltoq() local
45 for (e = 63; (x & (1ll << e)) == 0; e--) in _Q_ulltoq()
48 if (e > 48) { in _Q_ulltoq()
49 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Q_ulltoq()
50 Z.l.frac2 = x >> (e - 48); in _Q_ulltoq()
51 Z.l.frac3 = x << (80 - e); in _Q_ulltoq()
52 } else if (e > 16) { in _Q_ulltoq()
53 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Q_ulltoq()
54 Z.l.frac2 = x << (48 - e); in _Q_ulltoq()
57 Z.l.msw = (x << (16 - e)) & 0xffff; in _Q_ulltoq()
[all …]
H A D_Q_lltoq.c36 unsigned int s, e; in _Q_lltoq() local
55 for (e = 62; (x & (1ll << e)) == 0; e--) in _Q_lltoq()
58 if (e > 48) { in _Q_lltoq()
59 Z.l.msw = ((unsigned long long) x >> (e - 16)) & 0xffff; in _Q_lltoq()
60 Z.l.frac2 = (unsigned long long) x >> (e - 48); in _Q_lltoq()
61 Z.l.frac3 = (unsigned long long) x << (80 - e); in _Q_lltoq()
62 } else if (e > 16) { in _Q_lltoq()
63 Z.l.msw = ((unsigned long long) x >> (e - 16)) & 0xffff; in _Q_lltoq()
64 Z.l.frac2 = (unsigned long long) x << (48 - e); in _Q_lltoq()
67 Z.l.msw = ((unsigned long long) x << (16 - e)) & 0xffff; in _Q_lltoq()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D_Qp_uxtoq.c35 unsigned int e; in _Qp_uxtoq() local
44 for (e = 63; (x & (1l << e)) == 0; e--) in _Qp_uxtoq()
47 if (e > 48) { in _Qp_uxtoq()
48 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Qp_uxtoq()
49 Z.l.frac2 = x >> (e - 48); in _Qp_uxtoq()
50 Z.l.frac3 = x << (80 - e); in _Qp_uxtoq()
51 } else if (e > 16) { in _Qp_uxtoq()
52 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Qp_uxtoq()
53 Z.l.frac2 = x << (48 - e); in _Qp_uxtoq()
56 Z.l.msw = (x << (16 - e)) & 0xffff; in _Qp_uxtoq()
[all …]
H A D_Qp_xtoq.c35 unsigned int s, e; in _Qp_xtoq() local
54 for (e = 62; (x & (1l << e)) == 0; e--) in _Qp_xtoq()
57 if (e > 48) { in _Qp_xtoq()
58 Z.l.msw = ((unsigned long) x >> (e - 16)) & 0xffff; in _Qp_xtoq()
59 Z.l.frac2 = (unsigned long) x >> (e - 48); in _Qp_xtoq()
60 Z.l.frac3 = (unsigned long) x << (80 - e); in _Qp_xtoq()
61 } else if (e > 16) { in _Qp_xtoq()
62 Z.l.msw = ((unsigned long) x >> (e - 16)) & 0xffff; in _Qp_xtoq()
63 Z.l.frac2 = (unsigned long) x << (48 - e); in _Qp_xtoq()
66 Z.l.msw = ((unsigned long) x << (16 - e)) & 0xffff; in _Qp_xtoq()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
581 f = e; in SHA256_Transform()
582 e = d + T1; in SHA256_Transform()
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
604 f = e; in SHA256_Transform()
831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
944 f = e; in SHA512_Transform()
962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c39 #define ENHSCN(e, d) ((e) == NULL ? (d) : (e)) argument
42 ((e) == NULL ? (d) : sm_rpool_strdup_x(rpool, e))
69 ENVELOPE *e;
181 sm_setproctitle(true, e, "%s %s: %s", qid_printname(e),
292 ENVELOPE *e;
403 ENVELOPE *e;
612 ENVELOPE *e;
852 macvalue(macid("{server_addr}"), e), e,
2132 dby = e->e_deliver_by - (curtime() - e->e_ctime);
2654 if (!(*e->e_puthdr)(mci, e->e_header, e, M87F_OUTER))
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfeexcept.c50 int feclearexcept(int e) in feclearexcept() argument
65 int feraiseexcept(int e) in feraiseexcept() argument
70 if (e & FE_INVALID) { in feraiseexcept()
74 if (e & FE_DIVBYZERO) { in feraiseexcept()
78 if (e & FE_OVERFLOW) { in feraiseexcept()
90 if (e & FE_UNDERFLOW) { in feraiseexcept()
102 if (e & FE_INEXACT) { in feraiseexcept()
109 int fetestexcept(int e) in fetestexcept() argument
114 return (int)__fenv_get_ex(fsr) & e; in fetestexcept()
122 *p = (int)__fenv_get_ex(fsr) & e; in fegetexceptflag()
[all …]
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c107 int e; in disk_walker() local
221 int e; in populate_physical() local
227 e = 0; in populate_physical()
250 int e; in enumerate_disks() local
252 e = 0; in enumerate_disks()
254 errno = e; in enumerate_disks()
264 e = 0; in enumerate_disks()
271 e = 0; in enumerate_disks()
273 if (e != 0) { in enumerate_disks()
308 assert(e == 0); in enumerate_disks()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c1457 e->attr_pair[e->attr_count] = a; in __s_add_attr()
1492 e->attr_pair[e->attr_count] = a; in __s_add_attrlist()
1502 if (e == NULL) in __s_mk_entry()
1508 free(e); in __s_mk_entry()
1514 free(e); in __s_mk_entry()
1517 return (e); in __s_mk_entry()
1548 if (e == NULL) in __s_cvt_passwd()
1690 if (e == NULL) in __s_cvt_project()
1802 if (e == NULL) in __s_cvt_shadow()
1926 if (e == NULL) in __s_cvt_group()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.bf16.out35 libdis_test+0xb9: 62 f2 7e 08 72 c8 vcvtneps2bf16 %xmm0,%xmm1
36 libdis_test+0xbf: 62 f2 7e 0c 72 da vcvtneps2bf16 %xmm2,%xmm3{%k4}
38 libdis_test+0xcb: 62 f2 7e 08 72 3f vcvtneps2bf16 (%edi),%xmm7
39 libdis_test+0xd1: 62 f2 7e 08 72 b3 vcvtneps2bf16 0x88(%ebx),%xmm6
46 libdis_test+0xf7: 62 f2 7e 1e 72 36 vcvtneps2bf16 (%esi){1to4},%xmm6{%k6}
48 libdis_test+0x103: 62 f2 7e 28 72 c8 vcvtneps2bf16 %ymm0,%ymm1
51 libdis_test+0x115: 62 f2 7e 28 72 3f vcvtneps2bf16 (%edi),%ymm7
59 libdis_test+0x141: 62 f2 7e 3e 72 36 vcvtneps2bf16 (%esi){1to8},%ymm6{%k6}
60 libdis_test+0x147: 62 f2 7e 48 72 c8 vcvtneps2bf16 %zmm0,%zmm1
63 libdis_test+0x159: 62 f2 7e 48 72 3f vcvtneps2bf16 (%edi),%zmm7
[all …]

12345678910>>...80