Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 147) sorted by relevance

123456

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_util.h61 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 Drpc_hout.c51 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 Drpc_parse.c53 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 Drpc_util.c95 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 Drpc_cout.c50 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 Drpc_parse.h159 struct definition { struct
171 typedef struct definition definition; typedef
173 definition *get_definition();
H A Drpc_tblout.c48 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 Drpc_svcout.c59 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 Drpc_sample.c54 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 Drpc_main.c57 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 Drpc_clntout.c50 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 DTYPES15 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 Dlibfru.cc936 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 Dndr_anal.c351 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 Dndrgen.h153 struct node *definition; member
168 struct node *definition; member
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg38 \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 Dsunndi.h492 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 Di386_data.s32 / the definition of the
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s29 / the definition of the
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c181 (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 Dlibfru.h249 fru_segdef_t *definition);
282 fru_elemdef_t *definition);
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Deventlog.ndl32 * Event log RPC (EVENTLOG) interface definition.
146 * The EVENTLOG interface definition.
H A Dnetlogon.ndl33 * 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 Dfruadm.c78 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 DClientLib_en.properties189 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}

123456