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.c71 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()
188 pstructdef(definition *def) in pstructdef()
201 puniondef(definition *def) in puniondef()
276 pprogramdef(definition *def) in pprogramdef()
408 penumdef(definition *def) in penumdef()
438 ptypedef(definition *def) in ptypedef()
542 definition *def; in undefined2()
[all …]
H A Drpc_parse.c56 static void def_enum(definition *);
68 definition *
71 definition *defp; in get_definition()
106 isdefined(definition *defp) in isdefined()
164 definition *dp; in is_self_reference()
245 def_struct(definition *defp) in def_struct()
284 def_program(definition *defp) in def_program()
389 def_enum(definition *defp) in def_enum()
418 def_const(definition *defp) in def_const()
431 def_union(definition *defp) in def_union()
[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.c52 static void emit_enum(definition *);
54 static void emit_union(definition *);
55 static void emit_struct(definition *);
68 emit(definition *def) in emit()
117 definition *def; in undefined()
147 print_header(definition *def) in print_header()
286 emit_enum(definition *def) in emit_enum()
294 emit_program(definition *def) in emit_program()
314 emit_union(definition *def) in emit_union()
684 emit_struct(definition *def) in emit_struct()
[all …]
H A Drpc_parse.h159 struct definition { struct
171 typedef struct definition definition; argument
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.c204 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()
757 definition *def; in print_pmapunset()
761 def = (definition *)l->val; in print_pmapunset()
954 definition *def; in write_pm_most()
[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()
/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.
48 the function definition for len and set. It will be a reference to the
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.
108 a function by the same name that will override this definition.
137 the type definition
165 element in a type definition is named _, then the new type
[all …]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc934 fru_segdef_t *definition) in fru_get_segment_def() argument
974 definition->desc = segdef.desc; in fru_get_segment_def()
975 definition->size = segdef.size; in fru_get_segment_def()
2039 definition->tagged = FRU_Yes; in make_definition()
2041 definition->tagged = FRU_No; in make_definition()
2059 definition->enum_count = 0; in make_definition()
2060 definition->enum_table = NULL; in make_definition()
2077 fru_destroy_elemdef(definition); in make_definition()
2080 (definition->enum_count)++; in make_definition()
2088 fru_destroy_elemdef(definition); 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