/illumos-gate/usr/src/man/man9e/ |
H A D | Makefile | 21 MANSECT= 9e 23 MANFILES= Intro.9e \ 24 _fini.9e \ 25 aread.9e \ 26 attach.9e \ 27 awrite.9e \ 28 chpoll.9e \ 29 close.9e \ 30 csx_event_handler.9e \ 31 detach.9e \ [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.null0 | 3 e 8 e 15 e 20 e 25 e 30 e 35 e 40 e 45 e 50 e [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestStateMachine.java | 73 } catch (IllegalStateException e) { in beforeOpen() 74 System.out.println(e); in beforeOpen() 75 } catch (Exception e) { in beforeOpen() 76 e.printStackTrace(); in beforeOpen() 84 } catch (IllegalStateException e) { in beforeOpen() 85 System.out.println(e); in beforeOpen() 86 } catch (Exception e) { in beforeOpen() 87 e.printStackTrace(); in beforeOpen() 95 } catch (IllegalStateException e) { in beforeOpen() 96 System.out.println(e); in beforeOpen() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 31 clrsessenvelope(e) 32 ENVELOPE *e; 35 macdefine(&e->e_macro, A_PERM, macid("{auth_type}"), ""); 36 macdefine(&e->e_macro, A_PERM, macid("{auth_authen}"), ""); 37 macdefine(&e->e_macro, A_PERM, macid("{auth_author}"), ""); 38 macdefine(&e->e_macro, A_PERM, macid("{auth_ssf}"), ""); 41 macdefine(&e->e_macro, A_PERM, macid("{cert_issuer}"), ""); 42 macdefine(&e->e_macro, A_PERM, macid("{cert_subject}"), ""); 43 macdefine(&e->e_macro, A_PERM, macid("{cipher_bits}"), ""); 44 macdefine(&e->e_macro, A_PERM, macid("{cipher}"), ""); [all …]
|
H A D | collect.c | 47 collect_eoh(e, numhdrs, hdrslen) in collect_eoh() argument 48 ENVELOPE *e; in collect_eoh() 61 (void) rscheck("check_eoh", hnum, hsize, e, RSF_UNSTRUCTURED|RSF_COUNT, 62 3, NULL, e->e_id, NULL); 69 collect_doheader(e); 70 return collect_dfopen(e); 92 collect_doheader(e) in collect_doheader() argument 93 ENVELOPE *e; in collect_doheader() 100 eatheader(e, true, false); 102 if (GrabTo && e->e_sendqueue == NULL) [all …]
|
H A D | srvrsmtp.c | 118 macdefine(&e->e_macro, A_TEMP, macid("{nbadrcpts}"), buf); \ 141 parse_esmtp_args(e, addr_st, p, delimptr, which, args, esmtp_args) in parse_esmtp_args() argument 142 ENVELOPE *e; in parse_esmtp_args() 191 esmtp_args(addr_st, kp, vp, e); 371 # define MILTER_ABORT(e) milter_abort((e)) argument 383 sm_syslog(LOG_INFO, e->e_id, \ 394 e->e_sendqueue = NULL; \ 401 sm_syslog(LOG_INFO, e->e_id, \ 414 e->e_sendqueue = NULL; \ 424 sm_syslog(LOG_INFO, e->e_id, \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9e.inc | 19 link path=usr/share/man/man9e/GLDv3.9e target=mac.9e 20 file path=usr/share/man/man9e/Intro.9e 21 link path=usr/share/man/man9e/MAC.9e target=mac.9e 22 file path=usr/share/man/man9e/_fini.9e 23 link path=usr/share/man/man9e/_info.9e target=_fini.9e 24 link path=usr/share/man/man9e/_init.9e target=_fini.9e 25 file path=usr/share/man/man9e/aread.9e 26 file path=usr/share/man/man9e/attach.9e 27 file path=usr/share/man/man9e/awrite.9e 28 file path=usr/share/man/man9e/chpoll.9e [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d.out | 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef [all …]
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_engine.c | 153 auimpl_engine_reset(audio_engine_t *e) in auimpl_engine_reset() argument 160 tidx = e->e_tidx; in auimpl_engine_reset() 161 nfr = min(e->e_head - e->e_tail, e->e_nframes); in auimpl_engine_reset() 162 buf = kmem_alloc(nfr * e->e_framesz, KM_SLEEP); in auimpl_engine_reset() 166 ASSERT(e->e_nframes); in auimpl_engine_reset() 171 cnt = min((e->e_nframes - tidx), resid); in auimpl_engine_reset() 172 nbytes = cnt * e->e_framesz; in auimpl_engine_reset() 174 bcopy(e->e_data + (tidx * e->e_framesz), ptr, nbytes); in auimpl_engine_reset() 177 if (tidx == e->e_nframes) { in auimpl_engine_reset() 182 if (e->e_flags & ENGINE_INPUT) { in auimpl_engine_reset() [all …]
|
H A D | audio_input.c | 41 auimpl_import_##NAME(audio_engine_t *e, uint_t nfr, audio_stream_t *sp) \ 43 int nch = e->e_nchan; \ 45 TYPE *in = (void *)e->e_data; \ 53 int incr = e->e_chincr[ch]; \ 54 uint_t tidx = e->e_tidx; \ 58 ip = in + e->e_choffs[ch] + (tidx * incr); \ 73 if (++tidx == e->e_nframes) { \ 75 ip = in + e->e_choffs[ch]; \ 141 audio_engine_t *e = arg; in auimpl_input_callback() local 142 uint_t fragfr = e->e_fragfr; in auimpl_input_callback() [all …]
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4y_xpg4.y | 53 s : e { evalval = $1; } 57 e : e OROR e { $$ = ($1 != 0 || $3 != 0) ? 1 : 0; } 58 | e ANDAND e { $$ = ($1 != 0 && $3 != 0) ? 1 : 0; } 59 | '!' e { $$ = $2 == 0; } 60 | '~' e { $$ = ~$2; } 61 | e EQ e { $$ = $1 == $3; } 62 | e NE e { $$ = $1 != $3; } 63 | e GT e { $$ = $1 > $3; } 64 | e GE e { $$ = $1 >= $3; } 65 | e LT e { $$ = $1 < $3; } [all …]
|
H A D | m4y.y | 51 s : e { evalval = $1; } 55 e : e OROR e { $$ = ($1 != 0 || $3 != 0) ? 1 : 0; } 56 | e ANDAND e { $$ = ($1 != 0 && $3 != 0) ? 1 : 0; } 57 | '!' e { $$ = $2 == 0; } 58 | '~' e { $$ = ~$2; } 59 | e EQ e { $$ = $1 == $3; } 60 | e NE e { $$ = $1 != $3; } 61 | e GT e { $$ = $1 > $3; } 62 | e GE e { $$ = $1 >= $3; } 63 | e LT e { $$ = $1 < $3; } [all …]
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fmal.c | 97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fmal() local 495 e = sxy; sxy = sz; sz = e; in __fmal() 496 e = exy; exy = ez; ez = e; in __fmal() 497 e = xy0; xy0 = z0; z0 = e; in __fmal() 498 e = xy1; xy1 = z1; z1 = e; in __fmal() 499 e = xy2; xy2 = z2; z2 = e; in __fmal() 500 e = xy3; xy3 = z3; z3 = e; in __fmal() 508 e = ez - exy; in __fmal() 509 if (e > 236) { in __fmal() 512 } else if (e >= 224) { in __fmal() [all …]
|
H A D | fma.c | 78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local 167 e = sxy; sxy = sz; sz = e; in __fma() 168 e = exy; exy = ez; ez = e; in __fma() 169 e = xy0; xy0 = z0; z0 = e; in __fma() 170 e = xy1; xy1 = z1; z1 = e; in __fma() 176 e = ez - exy; in __fma() 177 if (e > 116) { in __fma() 180 } else if (e >= 96) { in __fma() 181 sticky = xy3 | xy2 | xy1 | ((xy0 << 1) << (127 - e)); in __fma() 182 xy3 = xy0 >> (e - 96); in __fma() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha1.c | 81 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 83 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 85 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 87 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 97 uint32_t *e, CHAR64LONG16 *block) in do_R01() argument 99 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 100 nR0(c,d,e,a,b, 3); nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); in do_R01() 101 nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); nR0(c,d,e,a,b, 8); in do_R01() 102 nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 103 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); in do_R01() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/data/ |
H A D | narrow2 | 8 876546: 6e | n 10 876548: 65 | e 12 87654a: 6e | n 13 87654b: 65 | e 16 87654e: 68 | h 25 876557: 65 | e 30 87655c: 2e | . 32 87655e: 2e | . 34 876560: 2e | . 48 87656e: 6f | o [all …]
|
H A D | header | 4 0 1 2 3 4 5 6 7 8 9 a b c d e f 5 23 20 49 6e 74 65 72 6e 65 74 20 68 6f 73 74 20 6 74 61 62 6c 65 0a 31 32 37 2e 30 2e 30 2e 31 09 13 61 0a 0a 31 39 32 2e 31 36 38 2e 31 2e 31 09 74 14 65 73 74 68 6f 73 74 2e 6c 6f 63 61 6c 20 74 65 15 73 74 68 6f 73 74 0a 31 39 32 2e 31 36 38 2e 31 16 2e 32 09 73 65 72 76 65 72 2e 6c 6f 63 61 6c 20 17 73 65 72 76 65 72 0a 31 39 32 2e 31 36 38 2e 31 18 2e 33 09 73 65 72 76 65 72 32 2e 6c 6f 63 61 6c 19 20 73 65 72 76 65 72 32 0a 31 39 32 2e 31 36 38 [all …]
|
H A D | address+header | 4 0 1 2 3 4 5 6 7 8 9 a b c d e f 5 000: 23 20 49 6e 74 65 72 6e 65 74 20 68 6f 73 74 20 6 010: 74 61 62 6c 65 0a 31 32 37 2e 30 2e 30 2e 31 09 13 080: 61 0a 0a 31 39 32 2e 31 36 38 2e 31 2e 31 09 74 14 090: 65 73 74 68 6f 73 74 2e 6c 6f 63 61 6c 20 74 65 15 0a0: 73 74 68 6f 73 74 0a 31 39 32 2e 31 36 38 2e 31 16 0b0: 2e 32 09 73 65 72 76 65 72 2e 6c 6f 63 61 6c 20 17 0c0: 73 65 72 76 65 72 0a 31 39 32 2e 31 36 38 2e 31 18 0d0: 2e 33 09 73 65 72 76 65 72 32 2e 6c 6f 63 61 6c 19 0e0: 20 73 65 72 76 65 72 32 0a 31 39 32 2e 31 36 38 [all …]
|
H A D | doublespace | 4 23 20 49 6e 74 65 72 6e 65 74 20 68 6f 73 74 20 5 74 61 62 6c 65 0a 31 32 37 2e 30 2e 30 2e 31 09 12 61 0a 0a 31 39 32 2e 31 36 38 2e 31 2e 31 09 74 13 65 73 74 68 6f 73 74 2e 6c 6f 63 61 6c 20 74 65 14 73 74 68 6f 73 74 0a 31 39 32 2e 31 36 38 2e 31 15 2e 32 09 73 65 72 76 65 72 2e 6c 6f 63 61 6c 20 16 73 65 72 76 65 72 0a 31 39 32 2e 31 36 38 2e 31 17 2e 33 09 73 65 72 76 65 72 32 2e 6c 6f 63 61 6c 18 20 73 65 72 76 65 72 32 0a 31 39 32 2e 31 36 38 19 2e 31 2e 32 35 34 09 72 6f 75 74 65 72 2e 6c 6f
|
/illumos-gate/usr/src/tools/smatch/src/cwchash/ |
H A D | hashtable.c | 75 struct entry *e; in hashtable_expand() local 89 while (NULL != (e = h->table[i])) { in hashtable_expand() 90 h->table[i] = e->next; in hashtable_expand() 91 index = indexFor(newsize,e->h); in hashtable_expand() 92 e->next = newtable[index]; in hashtable_expand() 93 newtable[index] = e; in hashtable_expand() 108 for (pE = &(newtable[i]), e = *pE; e != NULL; e = *pE) { in hashtable_expand() 109 index = indexFor(newsize,e->h); in hashtable_expand() 112 pE = &(e->next); in hashtable_expand() 116 *pE = e->next; in hashtable_expand() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lcode.c | 28 #define hasjumps(e) ((e)->t != (e)->f) argument 31 static int isnumeral(expdesc *e) { in isnumeral() argument 32 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP); in isnumeral() 284 static void freeexp (FuncState *fs, expdesc *e) { in freeexp() argument 285 if (e->k == VNONRELOC) in freeexp() 286 freereg(fs, e->u.info); in freeexp() 358 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns() argument 359 if (e->k == VCALL) { /* expression is an open function call? */ in luaK_setreturns() 360 SETARG_C(getcode(fs, e), nresults+1); in luaK_setreturns() 362 else if (e->k == VVARARG) { in luaK_setreturns() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | error_map.h | 41 struct gsserrmap__element *e, *e_next; in gsserrmap_destroy() local 44 for (e = head->first; e; e = e_next) { in gsserrmap_destroy() 45 e_next = e->next; in gsserrmap_destroy() 47 (*free_key)(e->key); in gsserrmap_destroy() 49 (*free_value)(e->value); in gsserrmap_destroy() 50 free(e); in gsserrmap_destroy() 58 struct gsserrmap__element *e; in gsserrmap__find_node() local 59 for (e = head->first; e; e = e->next) in gsserrmap__find_node() 60 if (compare_OM_uint32 (key, e->key) == 0) in gsserrmap__find_node() 61 return e; in gsserrmap__find_node() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | ftwalk.c | 56 register FTSENT* e; in ftwalk() local 81 if (!(e = newof(0, FTSENT, 1, ns))) in ftwalk() 83 e->fts_accpath = e->fts_name = e->fts_path = strcpy((char*)(e + 1), path); in ftwalk() 84 e->fts_namelen = e->fts_pathlen = ns; in ftwalk() 85 e->fts_info = FTS_NS; in ftwalk() 86 e->parent = e; in ftwalk() 87 e->parent->link = e; in ftwalk() 88 rv = (*userf)((Ftw_t*)e); in ftwalk() 89 free(e); in ftwalk() 93 if (children && (e = fts_children(f, 0))) in ftwalk() [all …]
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | proto_list.c | 171 parse_line(char **v, elem *e) in parse_line() argument 173 e->flag = 0; in parse_line() 174 e->pkgs = NULL; in parse_line() 175 e->arch = P_ISA; in parse_line() 176 (void) strcpy(e->name, v[NAME]); in parse_line() 177 e->perm = strtol(v[PERM], NULL, 8); in parse_line() 178 (void) strcpy(e->owner, v[OWNR]); in parse_line() 179 (void) strcpy(e->group, v[GRP]); in parse_line() 180 e->inode = atoi(v[INO]); in parse_line() 181 e->ref_cnt = atoi(v[LCNT]); in parse_line() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | hashset.c | 137 ENTRY *e; in h_get() local 139 for (e = h->h_table[i]; e; e = e->e_next) in h_get() 140 if (e->e_hash == hash && h->h_equal(e->e_key, key)) in h_get() 141 return (e->e_key); in h_get() 162 ENTRY *e, *next; in rehash() local 164 for (e = h->h_table[i]; e; e = next) { in rehash() 165 uint_t k = e->e_hash % newtabSize; in rehash() 167 next = (ENTRY *) e->e_next; in rehash() 168 e->e_next = (ENTRY *) newtab[k]; in rehash() 169 newtab[k] = e; in rehash() [all …]
|