/titanic_51/usr/src/cmd/fm/fminject/common/ |
H A D | inj_decl.c | 134 inj_decl_destroy(inj_decl_t *decl) in inj_decl_destroy() argument 138 inj_strfree(decl->decl_name); in inj_decl_destroy() 139 inj_strhash_destroy(&decl->decl_memhash); in inj_decl_destroy() 141 for (m = inj_list_next(&decl->decl_members); m != NULL; m = n) { in inj_decl_destroy() 147 inj_free(decl, sizeof (inj_declmem_t)); in inj_decl_destroy() 153 inj_decl_t *decl = inj_zalloc(sizeof (inj_decl_t)); in inj_decl_create() local 155 decl->decl_lineno = yylineno; in inj_decl_create() 157 inj_strhash_create(&decl->decl_memhash); in inj_decl_create() 159 inj_list_append(&decl->decl_members, dlm); in inj_decl_create() 160 (void) inj_strhash_insert(&decl in inj_decl_create() 167 inj_decl_addmem(inj_decl_t * decl,inj_declmem_t * dlm) inj_decl_addmem() argument 193 inj_decl_validate_event(inj_decl_t * decl) inj_decl_validate_event() argument 208 inj_decl_validate_fmri(inj_decl_t * decl) inj_decl_validate_fmri() argument 229 inj_decl_validate_nop(inj_decl_t * decl) inj_decl_validate_nop() argument 235 inj_decl_finish(inj_decl_t * decl,const char * name,inj_itemtype_t type) inj_decl_finish() argument [all...] |
H A D | inj_grammar.y | 121 statement: decl 133 decl: INJ_TOK_EVDEF INJ_TOK_FMACLASS '{' decl_memlist '}' {
|
H A D | inj_defn.c | 750 die("unknown decl member type %d on member %s\n", in inj_defn_validate_memlist() 795 inj_decl_t *decl = inj_decl_lookup(declnm, type); in inj_defn_finish() local 802 defn->defn_decl = decl; in inj_defn_finish() 804 if (decl == NULL) { in inj_defn_finish() 810 dlm = inj_list_next(&decl->decl_members); in inj_defn_finish()
|
/titanic_51/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 308 print_stat(1, &dl->decl); in emit_program() 405 &cur->decl); in expand_inline() 415 emit_inline64(indent + 2, &cur->decl, flag); in expand_inline() 421 emit_inline(indent + 2, &cur->decl, flag); in expand_inline() 516 if (inline_type(&dl->decl, &size)) { in inline_struct() 520 if (dl->decl.rel == REL_ALIAS) in inline_struct() 524 sizestr = arraysize(sizestr, &dl->decl, size); in inline_struct() 535 &cur->decl); in inline_struct() 545 print_stat(indent + 1, &dl->decl); in inline_struct() 554 print_stat(indent + 1, &cur->decl); in inline_struct() 747 emit_inline(int indent,declaration * decl,int flag) emit_inline() argument 772 emit_inline64(int indent,declaration * decl,int flag) emit_inline64() argument 797 emit_single_in_line(int indent,declaration * decl,int flag,relation rel) emit_single_in_line() argument 844 emit_single_in_line64(int indent,declaration * decl,int flag,relation rel) emit_single_in_line64() argument [all...] |
H A D | rpc_clntout.c | 121 ptype(proc->args.decls->decl.prefix, in printarglist() 122 proc->args.decls->decl.type, 1); in printarglist() 149 ptype(proc->args.decls->decl.prefix, in printarglist() 150 proc->args.decls->decl.type, 1); in printarglist() 158 } else if (streq(proc->args.decls->decl.type, "void")) { in printarglist() 184 f_print(fout, "%s, ", l->decl.name); in printarglist() 191 &l->decl, 1, ";\n"); in printarglist() 202 pdeclaration(proc->args.argname, &l->decl, 0, in printarglist() 261 (streq(proc->args.decls->decl.type, "void"))) { in printbody() 292 l->decl in printbody() [all...] |
H A D | rpc_sample.c | 117 if (!streq(proc->args.decls->decl.type, "void")) in write_sample_client() 118 ptype(proc->args.decls->decl.prefix, in write_sample_client() 119 proc->args.decls->decl.type, 1); in write_sample_client() 126 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client() 129 ptype(l->decl.prefix, l->decl.type, 1); in write_sample_client() 130 if (strcmp(l->decl.type, "string") == 1) in write_sample_client() 133 f_print(fout, "_%s;\n", l->decl.name); in write_sample_client() 157 if (streq(proc->args.decls->decl.type, "void")) in write_sample_client() 171 } else if (streq(proc->args.decls->decl in write_sample_client() [all...] |
H A D | rpc_hout.c | 177 pdeclaration(name, &l->decl, 1, ";\n"); in pargdef() 195 pdeclaration(name, &l->decl, 1, ";\n"); in pstructdef() 205 declaration *decl; in puniondef() local 208 decl = &def->def.un.enum_decl; in puniondef() 209 if (streq(decl->type, "bool")) in puniondef() 210 f_print(fout, "\tbool_t %s;\n", decl->name); in puniondef() 212 f_print(fout, "\t%s %s;\n", decl->type, decl->name); in puniondef() 218 decl = def->def.un.default_decl; in puniondef() 219 if (decl in puniondef() [all...] |
H A D | rpc_svcout.c | 361 streq(proc->args.decls->decl.type, "void")) { in write_real_program() 378 ptype(proc->args.decls->decl.prefix, in write_real_program() 379 proc->args.decls->decl.type, 0); in write_real_program() 402 ptype(proc->args.decls->decl.prefix, in write_real_program() 403 proc->args.decls->decl.type, 0); in write_real_program() 421 if (!streq(proc->args.decls->decl.type, "void")) in write_real_program() 428 l->decl.name); in write_real_program() 468 if (streq(proc->args.decls->decl.type, in write_program() 474 ptype(proc->args.decls->decl.prefix, in write_program() 475 proc->args.decls->decl in write_program() [all...] |
H A D | rpc_tblout.c | 149 printit(proc->args.decls->decl.prefix, in write_table() 150 proc->args.decls->decl.type); in write_table()
|
H A D | rpc_parse.c | 262 decls->decl = dec; in def_struct() 278 defp->def.st.self_pointer = is_self_reference(defp, &endp->decl); in def_struct() 333 decls->decl = dec; in def_program() 341 decls->decl = dec; in def_program()
|
H A D | rpc_parse.h | 100 declaration decl; member
|
/titanic_51/usr/src/cmd/sendmail/include/sm/ |
H A D | cdefs.h | 90 # define SM_UNUSED(decl) decl argument 92 # define SM_UNUSED(decl) decl __attribute__((__unused__)) argument 95 # define SM_UNUSED(decl) decl argument
|
/titanic_51/usr/src/lib/libc/i386/gen/ |
H A D | memccpy.s | 41 decl %ecx / decrement bytes to go 48 decl %ecx / decrement bytes to go 55 decl %ecx / decrement bytes to go 62 decl %ecx / decrement bytes to go 70 decl %eax
|
H A D | strncmp.s | 40 decl %ecx 48 decl %ecx 56 decl %ecx 64 decl %ecx
|
H A D | wsncmp.s | 50 decl %ecx 58 decl %ecx 66 decl %ecx 74 decl %ecx
|
H A D | memchr.s | 88 decl %edi / decrement number of bytes by 1 103 decl %edi / decrement number of bytes by 1
|
H A D | strncat.s | 124 decl %esi / decrement number of bytes by 1 138 decl %esi / decrement number of bytes by 1
|
H A D | ldivide.s | 79 decl %eax / turn quotient bit off
|
/titanic_51/usr/src/uts/intel/ia32/ml/ |
H A D | ovbcopy.s | 134 decl %edi 135 decl %esi
|
/titanic_51/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 78 decl %edx 82 decl %edx 122 decl %edx 147 decl %edx 195 decl %edx 222 decl %edx
|
/titanic_51/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 1022 struct node *decl; in dodecl() local 1031 * Errors, Ereports, Serds, FRUs, or ASRUs) keeps the first decl. in dodecl() 1033 * nvpairs into the first decl so we have a in dodecl() 1039 if (justpath && (decl = tree_name2np_lut_lookup(*lutpp, np)) == NULL) { in dodecl() 1045 (decl = tree_event2np_lut_lookup(*lutpp, np)) == NULL) { in dodecl() 1052 decl->u.stmt.lutp = nvpair2lut(nvpairs, decl->u.stmt.lutp, t); in dodecl() 1084 struct node *decl; in tree_decl() local 1101 decl = tree_event2np_lut_lookup(Faults, np); in tree_decl() 1102 update_serd_refstmt(NULL, decl, NUL in tree_decl() [all...] |
/titanic_51/usr/src/boot/sys/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 279 decl %esi # Undo 280 hexout.2: decl %esi # Adjust for inc
|
/titanic_51/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 139 decl (%rdi) 177 decl %eax / %eax = -1 180 decl %eax / return new value 529 decl %eax / return -1 539 decl %eax / return -1
|
/titanic_51/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 490 char *decl; in do_type() local 499 decl = fields[0]; in do_type() 505 st->st_name = mystrdup(decl); in do_type() 506 st->st_rtype = mystrdup(decl); in do_type()
|
/titanic_51/usr/src/common/atomic/i386/ |
H A D | atomic.s | 165 decl (%eax) 200 decl %eax / %eax = -1 203 decl %eax / return new value 669 decl %eax / return -1 681 decl %eax / return -1
|