/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 61 definition *val; 139 extern void storeval(list **, definition *); 144 extern definition *findval(list *, char *, int (*)()); 168 extern void emit(definition *); 173 extern void print_datadef(definition *); 174 extern void print_funcdef(definition *);
|
H A D | rpc_hout.c | 51 static void pconstdef(definition *); 52 static void pstructdef(definition *); 53 static void puniondef(definition *); 55 static void pprogramdef(definition *); 57 static void penumdef(definition *); 58 static void ptypedef(definition *); 71 print_datadef(definition *def) in print_datadef() 105 print_funcdef(definition *def) in print_funcdef() 153 pconstdef(definition *def) in pconstdef() 163 pargdef(definition *def) in pargdef() [all …]
|
H A D | rpc_parse.c | 53 static void isdefined(definition *); 54 static void def_struct(definition *); 55 static void def_program(definition *); 56 static void def_enum(definition *); 57 static void def_const(definition *); 58 static void def_union(definition *); 59 static void def_typedef(definition *); 68 definition * 71 definition *defp; in get_definition() 74 defp = calloc(1, sizeof (definition)); in get_definition() [all …]
|
H A D | rpc_util.c | 95 definition * 109 storeval(list **lstp, definition *val) in storeval() 123 findit(definition *def, char *type) in findit() 131 definition *def; in fixit() 133 def = (definition *)FINDVAL(defined, type, findit); in fixit() 185 typedefed(definition *def, char *type) in typedefed() 195 definition *def; in isvectordef() 206 def = (definition *)FINDVAL(defined, type, typedefed); in isvectordef()
|
H A D | rpc_cout.c | 50 static void print_header(definition *); 52 static void emit_enum(definition *); 53 static void emit_program(definition *); 54 static void emit_union(definition *); 55 static void emit_struct(definition *); 56 static void emit_typedef(definition *); 68 emit(definition *def) in emit() 106 findtype(definition *def, char *type) in findtype() 117 definition *def; in undefined() 119 def = (definition *)FINDVAL(defined, type, findtype); in undefined() [all …]
|
H A D | rpc_parse.h | 159 struct definition { struct 171 typedef struct definition definition; typedef 173 definition *get_definition();
|
H A D | rpc_tblout.c | 48 static void write_table(definition *); 76 definition *def; in write_tables() 80 def = (definition *)l->val; in write_tables() 88 write_table(definition *def) in write_table()
|
H A D | rpc_svcout.c | 59 static void write_real_program(definition *); 61 static void write_program(definition *, char *); 203 definition *def; in write_netid_register() 224 def = (definition *) l->val; in write_netid_register() 254 definition *def; in write_nettype_register() 258 def = (definition *) l->val; in write_nettype_register() 321 definition *def; in write_programs() 325 def = (definition *) l->val; in write_programs() 332 def = (definition *) l->val; in write_programs() 347 write_real_program(definition *def) in write_real_program() [all …]
|
H A D | rpc_sample.c | 54 static void write_sample_server(definition *); 58 write_sample_svc(definition *def) in write_sample_svc() 66 write_sample_clnt(definition *def) in write_sample_clnt() 211 write_sample_server(definition *def) in write_sample_server() 301 definition *def; in write_sample_clnt_main()
|
H A D | rpc_main.c | 57 extern void write_sample_svc(definition *); 58 extern int write_sample_clnt(definition *); 403 definition *def; in c_output() 512 definition *def; in h_output() 632 definition *def; in s_output() 719 definition *def; in l_output() 755 definition *def; in t_output() 777 definition *def; in svc_output() 813 definition *def; in clnt_output()
|
H A D | rpc_clntout.c | 50 static void write_program(definition *); 61 definition *def; in write_stubs() 68 def = (definition *) l->val; in write_stubs() 76 write_program(definition *def) in write_program()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | TYPES | 15 definition 17 where definition contains assignment commands, declaration commands, 42 of a type definition. 47 outside of a type definition. Note the variable named _ that is used inside 48 the function definition for len and set. It will be a reference to the 66 Since Pt_t is now a declaration command it can be used in the definition 70 Because a type definition is a command, it can be loaded on first reference 71 by putting the definition into a file that is found on FPATH. 72 Thus, if this definition is in a file named Pt_t on FPATH, then 74 the definition. [all …]
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 936 fru_segdef_t *definition) in fru_get_segment_def() argument 974 definition->version = segdef.version; in fru_get_segment_def() 975 strlcpy(definition->name, segdef.name, FRU_SEGNAMELEN+1); in fru_get_segment_def() 976 definition->desc = segdef.desc; in fru_get_segment_def() 977 definition->size = segdef.size; in fru_get_segment_def() 978 definition->address = segdef.address; in fru_get_segment_def() 979 definition->hw_desc = segdef.hw_desc; in fru_get_segment_def() 2036 make_definition(const fru_regdef_t *def, fru_elemdef_t *definition) in make_definition() argument 2038 definition->version = FRU_ELEMDEF_REV; in make_definition() 2039 definition->data_type = def->dataType; in make_definition() [all …]
|
/titanic_41/usr/src/tools/ndrgen/ |
H A D | ndr_anal.c | 351 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_typedef() 357 mem_np = ti->definition->n_c_members; in analyze_typeinfo_typedef() 395 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_struct() 401 mem_np = ti->definition->n_c_members; in analyze_typeinfo_struct() 449 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_union() 455 mem_np = ti->definition->n_c_members; in analyze_typeinfo_union() 519 mem->definition = mem_np; in analyze_member() 771 ti->definition = &sym->s_node; in seed_basic_types() 802 ti->definition = construct; in seed_construct_types() 965 ti->definition = typename; in find_typeinfo_by_name()
|
H A D | ndrgen.h | 153 struct node *definition; member 168 struct node *definition; member
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 38 \t[-d]\t\tprint version definition information\n\ 42 \t[-n]\t\tnormalize version definition information\n\ 43 \t[-o]\t\tone-line version definition output\n\ 46 \t[-s]\t\tprint version definition symbols\n\
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunndi.h | 492 ndi_event_definition_t *definition; /* Event Description */ member 500 #define NDI_EVENT_NAME(cookie) (NDI_EVENT(cookie)->definition->ndi_event_name) 501 #define NDI_EVENT_TAG(cookie) (NDI_EVENT(cookie)->definition->ndi_event_tag) 503 (NDI_EVENT(cookie)->definition->ndi_event_attributes) 505 (NDI_EVENT(cookie)->definition->ndi_event_plevel)
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | i386_data.s | 32 / the definition of the
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | amd64_data.s | 29 / the definition of the
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | ndievents.c | 181 (uintptr_t)cookie.definition) == -1) { in ndi_event_print() 183 cookie.definition); in ndi_event_print()
|
/titanic_41/usr/src/lib/libfru/include/ |
H A D | libfru.h | 249 fru_segdef_t *definition); 282 fru_elemdef_t *definition);
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | eventlog.ndl | 32 * Event log RPC (EVENTLOG) interface definition. 146 * The EVENTLOG interface definition.
|
H A D | netlogon.ndl | 33 * NetLogon RPC (NETR) interface definition. 92 * Alternative varying/conformant string definition - for 93 * non-null terminated strings. This definition must match 417 * The NETR interface definition.
|
/titanic_41/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 78 fru_elemdef_t definition; in validate_fieldnames() local 102 if ((status = fru_get_definition(argv[i], &definition)) in validate_fieldnames() 108 } else if ((definition.data_type == FDTYPE_Record) || in validate_fieldnames() 109 (definition.data_type == FDTYPE_UNDEFINED)) { in validate_fieldnames()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientLib_en.properties | 189 template_missing_eq = Missing ``='''' in attribute definition at line {0} 191 template_srv_type_err = Syntax error in service type name definition at line {0} 192 template_vers_err = Syntax error in version number definition at line {0} 194 template_lang_err = Syntax error in language definition at line {0} 196 template_dup_def = Duplicate attribute definition at line {0}
|