Home
last modified time | relevance | path

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

1234567

/illumos-gate/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; argument
173 definition *get_definition();
H A Drpc_svcout.c59 static void write_real_program(definition *);
61 static void write_program(definition *, char *);
204 definition *def; in write_netid_register()
225 def = (definition *) l->val; in write_netid_register()
255 definition *def; in write_nettype_register()
259 def = (definition *) l->val; in write_nettype_register()
322 definition *def; in write_programs()
326 def = (definition *) l->val; in write_programs()
333 def = (definition *) l->val; in write_programs()
348 write_real_program(definition *def) in write_real_program()
[all …]
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_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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 …]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc934 fru_segdef_t *definition) in fru_get_segment_def() argument
972 definition->version = segdef.version; in fru_get_segment_def()
973 strlcpy(definition->name, segdef.name, FRU_SEGNAMELEN+1); in fru_get_segment_def()
974 definition->desc = segdef.desc; in fru_get_segment_def()
975 definition->size = segdef.size; in fru_get_segment_def()
976 definition->address = segdef.address; in fru_get_segment_def()
977 definition->hw_desc = segdef.hw_desc; in fru_get_segment_def()
2034 make_definition(const fru_regdef_t *def, fru_elemdef_t *definition) in make_definition() argument
2036 definition->version = FRU_ELEMDEF_REV; in make_definition()
2037 definition->data_type = def->dataType; in make_definition()
[all …]
/illumos-gate/usr/src/
H A DMakefile.smatch26 SMATCH_ARGS += -Wno-external-function-has-definition
28 SMATCH_ARGS += -Wno-old-style-definition
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c353 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_typedef()
359 mem_np = ti->definition->n_c_members; in analyze_typeinfo_typedef()
397 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_struct()
403 mem_np = ti->definition->n_c_members; in analyze_typeinfo_struct()
451 determine_advice(&ti->advice, ti->definition->n_c_advice); in analyze_typeinfo_union()
457 mem_np = ti->definition->n_c_members; in analyze_typeinfo_union()
521 mem->definition = mem_np; in analyze_member()
773 ti->definition = &sym->s_node; in seed_basic_types()
804 ti->definition = construct; in seed_construct_types()
967 ti->definition = typename; in find_typeinfo_by_name()
H A Dndrgen.h158 struct node *definition; member
173 struct node *definition; member
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg39 \t[-d]\t\tprint version definition information\n\
43 \t[-n]\t\tnormalize version definition information\n\
44 \t[-o]\t\tone-line version definition output\n\
47 \t[-s]\t\tprint version definition symbols\n\
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DREADME.illumos13 definition of IXGBE_REMOVED in ixbe_common.h and instead use the
14 definition in ixgbe_osdep.h.
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h496 ndi_event_definition_t *definition; /* Event Description */ member
504 #define NDI_EVENT_NAME(cookie) (NDI_EVENT(cookie)->definition->ndi_event_name)
505 #define NDI_EVENT_TAG(cookie) (NDI_EVENT(cookie)->definition->ndi_event_tag)
507 (NDI_EVENT(cookie)->definition->ndi_event_attributes)
509 (NDI_EVENT(cookie)->definition->ndi_event_plevel)
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt6 1) Create a full definition of the table and any subtables
36 Add definition of the table (and subtables) in common/dmtbinfo.c
38 Add ACPI_DMT_TERMINATOR at the end of every table/subtable definition
63 Simple tables do not require a compile routine. The definition of the
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c183 (uintptr_t)cookie.definition) == -1) { in ndi_event_print()
185 cookie.definition); in ndi_event_print()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s29 / the definition of the
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s32 / the definition of the
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h249 fru_segdef_t *definition);
282 fru_elemdef_t *definition);
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Deventlog.ndl34 * Event log RPC (EVENTLOG) interface definition.
148 * The EVENTLOG interface definition.

1234567