Searched defs:kind (Results 26 - 50 of 55) sorted by relevance

123

/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c188 char kind; local
208 kind = *p++;
214 if (kind == 'a')
216 if (kind == 'd')
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c360 toktostr(tok_kind kind) argument
364 for (sp = tokstrings; sp->kind != TOK_EOF && sp->kind != kind; sp++)
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_impl.c439 caddr_t int_handler_arg, int kind)
435 i_ddi_add_intrspec(dev_info_t *dip, dev_info_t *rdip, ddi_intrspec_t intrspec, ddi_iblock_cookie_t *iblock_cookiep, ddi_idevice_cookie_t *idevice_cookiep, uint_t (*int_handler)(caddr_t int_handler_arg), caddr_t int_handler_arg, int kind) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c182 int kind; local
185 kind = SYNTHETIC_ILP32;
187 kind = SYNTHETIC_LP64;
193 if (mdb_ctf_synthetics_create_base(kind) != 0) {
297 const char *kind, *basename; local
331 kind = defn;
343 "Found: '%c'\n", kind, *defn);
H A Dmdb_ctf.c1300 "couldn't determine type kind of mdb module type %s\n",
1306 "couldn't determine type kind of %s\n", typename);
1326 mdb_ctf_warn(flags, "unexpected kind for type %s (%s)\n",
1539 mdb_ctf_warn(flags, "unsupported kind %d for type %s (%s)\n",
1727 mdb_ctf_synthetics_create_base(int kind) argument
1740 switch (kind) {
1751 kind);
/illumos-gate/usr/src/common/ficl/
H A Dtools.c198 * CFA of the word to decompile for each kind of
207 ficlWordKind kind; local
210 kind = ficlWordClassify(word);
212 switch (kind) {
312 * or a does> word. This is the easy kind of step.
339 ficlWordKind kind; local
344 kind = ficlWordClassify(word);
346 switch (kind) {
H A Ddictionary.c677 ficlWordKind kind = ficlWordClassify(word); local
680 switch (kind) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c755 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, argument
765 idp = dt_ident_create(name, kind, flags, id,
897 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, argument
911 idp->di_kind = kind;
941 dt_ident_morph(dt_ident_t *idp, ushort_t kind, argument
945 idp->di_kind = kind;
1023 dt_idkind_name(uint_t kind) argument
1025 switch (kind) {
H A Ddt_cg.c195 uint_t kind; local
200 kind = ctf_type_kind(ctfp, type);
201 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY);
203 if (kind == CTF_K_ARRAY) {
H A Ddt_printf.c100 uint_t kind; local
107 kind = ctf_type_kind(ctfp, base);
109 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
120 uint_t kind = ctf_type_kind(ctfp, base); local
125 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
1019 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp)
1042 if (kind != DTRACEAGG_COUNT)
1018 dt_printf_validate(dt_pfargv_t *pfv, uint_t flags, dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp) argument
H A Ddt_cc.c293 dt_action_difconst(dtrace_actdesc_t *ap, uint_t id, dtrace_actkind_t kind) argument
317 ap->dtad_kind = kind;
579 dtrace_actkind_t kind)
585 assert(DTRACEACT_ISPRINTFLIKE(kind));
610 if (kind == DTRACEACT_FREOPEN) {
650 ap->dtad_kind = kind;
658 ap->dtad_kind = kind;
918 dt_node_t *dnp, dtrace_actkind_t kind)
920 assert(kind == DTRACEACT_SYM || kind
578 dt_action_printflike(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp, dtrace_actkind_t kind) argument
917 dt_action_symmod_args(dtrace_hdl_t *dtp, dtrace_actdesc_t *ap, dt_node_t *dnp, dtrace_actkind_t kind) argument
931 dt_action_symmod(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp, dtrace_actkind_t kind) argument
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Dlibtnf.h71 tnf_kind_t kind; /* data classification */ member in struct:taginfo
330 * Classify a tag into its props and data kind
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c63 uint_t kind, n; local
73 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
75 if (kind != CTF_K_STRUCT && kind != CTF_K_UNION)
455 * Return the kind (CTF_K_* constant) for the specified type ID.
657 uint_t kind, n; local
666 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
668 if (kind != CTF_K_STRUCT && kind != CTF_K_UNION)
816 uint_t kind, local
[all...]
H A Dctf_create.c274 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); local
282 switch (kind) {
332 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); local
355 switch (kind) {
358 if (kind == CTF_K_INTEGER) {
486 int kind, i; local
498 kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info);
499 switch (kind) {
510 if (kind != CTF_K_ENUM)
661 const char *name, const ctf_encoding_t *ep, uint_t kind)
660 ctf_add_encoded(ctf_file_t *fp, uint_t flag, const char *name, const ctf_encoding_t *ep, uint_t kind) argument
680 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) argument
907 ctf_add_forward(ctf_file_t *fp, uint_t flag, const char *name, uint_t kind) argument
991 uint_t kind, vlen, root; local
1048 uint_t kind, vlen, root; local
1258 uint_t kind, flag, vlen; local
[all...]
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c593 int kind; local
622 kind = ctf_type_kind(ctfp, rtype);
623 if ((kind == CTF_K_STRUCT || kind == CTF_K_UNION) &&
652 kind = ctf_type_kind(ctfp, rtype);
653 if (kind == CTF_K_STRUCT || kind == CTF_K_UNION)
679 if (kind == CTF_K_STRUCT)
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c270 char kind[8]; local
274 (void) strcpy(kind, "D type");
277 (void) strcpy(kind, "string");
280 (void) mdb_snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind);
286 kind, (ulong_t)t->dtdt_size);
289 kind, (ulong_t)t->dtdt_size);
459 char kind[4], scope[4], flags[16] = { 0 }; local
463 (void) strcpy(kind, "arr");
466 (void) strcpy(kind, "sc
[all...]
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c125 static tnfctl_errcode_t percmd(expr_t *expr_p, cmd_kind_t kind, fcn_t *fcn_p,
390 percmd(expr_t *expr_p, cmd_kind_t kind, fcn_t *fcn_p, boolean_t isnew, argument
410 (isnew) ? "new" : "old", cmdstr[kind]);
415 switch (kind) {
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c160 profile_create(hrtime_t interval, const char *name, int kind) argument
184 prof->prof_kind = kind;
193 int i, j, rate, kind; local
199 int kind; member in struct:__anon4564
268 kind = types[i].kind;
318 profile_create(val, name, kind);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c103 * back over the communications line. If that's the kind of job you're sending
1120 * Called when we've run into some kind of program error. First *mesg is
1121 * printed. If kind is FATAL and we're not ignoring errors the program
1127 error(int kind, char *mesg, ...) argument
1141 x_stat |= kind;
1143 if (kind != NON_FATAL && ignore == OFF)
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c205 jstring kind = NULL; local
249 kind = (*jenv)->NewStringUTF(jenv, dropkind);
255 data->dtdda_cpu, kind, data->dtdda_drops, data->dtdda_total, msg);
256 (*jenv)->DeleteLocalRef(jenv, kind);
858 const char *kind; local
861 kind = "ENTRY";
864 kind = "RETURN";
867 kind = "NONE";
870 kind = NULL;
872 if (kind !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c404 uint8_t kind; local
414 kind = oui & 0x000000ff;
423 (void) sprintf(get_line(0, 0), "Kind = %d", kind);
902 uint8_t kind; local
905 kind = oui & 0x000000ff;
913 (void) sprintf(get_line(0, 0), "Kind = %d", kind);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c48 char *e_type; /* where kind == PRIMITIVE */
52 char *e_attribute; /* kind == COMPOSITE or VARARG. */
53 char *e_assertion; /* reserved for kind == VARARG. */
770 int kind, char *type, char *basetype, int levels, char *attribute,
781 return (set_entry(e, name, line, file, kind, type, basetype, levels,
793 int kind, char *type, char *basetype, int levels, char *attribute,
805 e->e_kind = kind;
806 switch (kind) {
819 errlog(FATAL, "programmer error: impossible kind of ENTRY");
864 int kind, cha
768 allocate_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
791 set_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
863 add_entry_table(EHEAD *t, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c915 int kind, vlen; local
957 kind = CTF_INFO_KIND(ctt->ctt_info);
960 switch (kind) {
1025 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1138 warning("Can't parse unknown CTF type %d\n", kind);
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c80 ulong_t s_types[16]; /* number of types by kind */
337 ushort_t kind = CTF_INFO_KIND(info); local
349 if (kind == CTF_K_UNKNOWN && n == 0)
352 if (kind != CTF_K_FUNCTION) {
353 (void) printf(" [%lu] unexpected kind -- %u\n",
354 id, kind);
418 int kind = CTF_INFO_KIND(tp->ctt_info); local
444 switch (kind) {
511 if (kind == CTF_K_STRUCT) {
617 (void) printf("unexpected kind
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c460 int kind; local
491 if ((kind = mdb_ctf_type_kind(type)) != CTF_K_STRUCT &&
492 kind != CTF_K_UNION && kind != CTF_K_ARRAY) {
505 if (kind == CTF_K_ARRAY) {
532 * is found to be of kind CTF_K_UNION. With unions, we attempt to do better
545 int kind; local
550 kind = mdb_ctf_type_kind(type);
552 if (kind == CTF_K_STRUCT || kind !
632 int kind; local
685 uint_t kind; local
1622 int kind; local
1792 int fam, kind; local
1998 int kind = mdb_ctf_type_kind(tp->tgt_type); local
2030 int kind; local
2579 int kind = mdb_ctf_type_kind(tp->tgt_type); local
2860 int kind, depth = fl->fl_depth, i; local
3020 int kind; local
3213 int i, kind; local
3290 int kind; local
[all...]

Completed in 164 milliseconds

123