Searched refs:kind (Results 1 - 25 of 51) sorted by relevance

123

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java77 new String[] {"kind", "depth"})
111 private final Kind kind; field in class:Flow
116 * Creates a {@code Flow} instance with the given flow kind and
131 kind = Enum.valueOf(Kind.class, flowKindName);
142 * @return non-null flow kind indicating direction of flow (entry or
148 return kind;
168 * equality. Defines equality as having the same flow kind and
172 * type {@code Flow} and both instances have equal flow kind and
181 return ((kind == f.kind)
[all...]
H A DDrop.java53 new String[] {"CPU", "kind", "count", "total",
74 * Indicates what kind of buffer space experienced the data drop
125 private final Kind kind; field in class:Drop
134 * Creates a {@code Drop} instance with the given CPU, drop kind,
138 * @param dropKindName name of enumeration value indicating the kind
155 kind = Enum.valueOf(Kind.class, dropKindName);
189 * Gets the kind of drop for all drops included in {@link
192 * @return non-null drop kind
197 return kind;
266 buf.append(", kind
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dapfs.c37 _apfs_probe_root (uint32_t *block, uint32_t blocksize, uint32_t kind) { argument
38 if (PED_BE32_TO_CPU (block[0]) != kind) return 0;
43 _generic_apfs_probe (PedGeometry* geom, uint32_t kind) argument
77 if (PED_BE32_TO_CPU (block[0]) != kind) {
88 if (_apfs_probe_root(block, blocksize, kind) == 1) {
H A Daffs.c50 _generic_affs_probe (PedGeometry* geom, uint32_t kind) argument
86 if (PED_BE32_TO_CPU (block[0]) != kind) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dis.c242 char kind[16], ckind[16]; local
246 (void) strcpy(kind, "D type");
249 (void) strcpy(kind, "string");
252 (void) snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind);
304 kind, ckind, (ulong_t)t->dtdt_size);
307 kind, ckind, (ulong_t)t->dtdt_size);
448 char kind[4], scope[4], flags[16] = { 0 }; local
452 (void) strcpy(kind, "arr");
455 (void) strcpy(kind, "sc
[all...]
H A Ddt_decl.c73 dt_decl_alloc(ushort_t kind, char *name) argument
80 ddp->dd_kind = kind;
222 * Set the kind and name of the current declaration. If none is allocated,
223 * make a new decl and push it on to the top of our stack. If the name or kind
228 dt_decl_spec(ushort_t kind, char *name) argument
233 return (dt_decl_push(dt_decl_alloc(kind, name)));
242 if (ddp->dd_name != NULL && kind == CTF_K_TYPEDEF) {
251 ddp->dd_kind = kind;
311 dt_node_t *flist, const char *kind, uint_t flags)
322 "not use a variable-length argument list\n", kind);
310 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
460 dt_decl_sou(uint_t kind, char *name) argument
516 uint_t kind; local
[all...]
H A Ddt_parser.c491 dt_node_xalloc(dtrace_hdl_t *dtp, int kind) argument
500 dnp->dn_kind = (uchar_t)kind;
520 dt_node_alloc(int kind) argument
522 dt_node_t *dnp = dt_node_xalloc(yypcb->pcb_hdl, kind);
537 uchar_t kind = dnp->dn_kind; local
541 switch (kind) {
657 uint_t kind = ctf_type_kind(fp, base); local
663 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
673 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
678 if (kind
794 uint_t kind; local
814 uint_t kind; local
833 uint_t kind; local
854 uint_t kind; local
873 uint_t kind; local
936 uint_t kind; local
961 uint_t kind; local
1505 uint_t id, kind; local
1753 uint_t kind; local
2383 uint_t kind; local
2854 uint_t kind; local
3080 int kind, val, uref; local
4234 dt_node_provider_cmp_argv(dt_provider_t *pvp, dt_node_t *pnp, const char *kind, uint_t old_argc, dt_node_t *old_argv, uint_t new_argc, dt_node_t *new_argv) argument
[all...]
H A Ddt_pragma.c446 int kind = DT_PRAGMA_DIR; local
457 if (kind == DT_PRAGMA_DIR &&
459 kind = DT_PRAGMA_SUB;
463 if (kind == DT_PRAGMA_SUB &&
465 kind = DT_PRAGMA_DCP;
470 if (dpd->dpd_kind <= kind &&
483 switch (kind) {
H A Ddt_as.c190 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`"; local
194 kind = "user";
196 kind = "primary kernel";
198 kind = "loadable kernel";
203 "0x%x)\n", kind, dts->dts_object, mark, dts->dts_name, offset);
H A Ddt_xlator.c103 uint_t kind; local
194 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base);
195 assert(kind == CTF_K_STRUCT || kind == CTF_K_UNION);
H A Ddt_ident.c750 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, argument
760 idp = dt_ident_create(name, kind, flags, id,
892 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, argument
906 idp->di_kind = kind;
966 dt_ident_morph(dt_ident_t *idp, ushort_t kind, argument
970 idp->di_kind = kind;
1048 dt_idkind_name(uint_t kind) argument
1050 switch (kind) {
H A Ddt_cc.c290 dt_action_difconst(dtrace_actdesc_t *ap, uint_t id, dtrace_actkind_t kind) argument
314 ap->dtad_kind = kind;
576 dtrace_actkind_t kind)
582 assert(DTRACEACT_ISPRINTFLIKE(kind));
607 if (kind == DTRACEACT_FREOPEN) {
647 ap->dtad_kind = kind;
655 ap->dtad_kind = kind;
840 dt_node_t *dnp, dtrace_actkind_t kind)
842 assert(kind == DTRACEACT_SYM || kind
575 dt_action_printflike(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp, dtrace_actkind_t kind) argument
839 dt_action_symmod_args(dtrace_hdl_t *dtp, dtrace_actdesc_t *ap, dt_node_t *dnp, dtrace_actkind_t kind) argument
853 dt_action_symmod(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp, dtrace_actkind_t kind) argument
[all...]
H A Ddt_handle.c297 dt_droptag(dtrace_dropkind_t kind) argument
302 if (_dt_droptags[i].dtdrg_kind == kind)
H A Ddt_printf.c98 uint_t kind; local
105 kind = ctf_type_kind(ctfp, base);
107 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
118 uint_t kind = ctf_type_kind(ctfp, base); local
123 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
1017 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp)
1040 if (kind != DTRACEAGG_COUNT)
1016 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
/osnet-11/usr/src/lib/libkmf/include/
H A Drdn_parser.h67 OidAvaTag kind; member in struct:NameToKind
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c124 display_unknown(kind, value, buffer)
125 const char *kind;
131 if (asprintf(&str, unknown_error, kind, value) < 0)
/osnet-11/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)
H A Dapptraceutil.c302 int kind, d; local
313 (kind = ctf_type_kind(ctfp, base)) == CTF_ERR)
324 printfuncs[kind - 1](base, off, pap);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c356 if (n2k->kind == OID_AVA_COUNTRY_NAME) {
364 } else if ((n2k->kind == OID_PKCS9_EMAIL_ADDRESS) ||
365 (n2k->kind == OID_RFC1274_MAIL)) {
384 /* matched no kind -- invalid tag */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c83 _generic_swap_probe (PedGeometry* geom, int kind) argument
95 switch (kind) {
136 _generic_swap_clobber (PedGeometry* geom, int kind) argument
141 switch (kind) {
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c207 jstring kind = NULL; local
251 kind = (*jenv)->NewStringUTF(jenv, dropkind);
257 data->dtdda_cpu, kind, data->dtdda_drops, data->dtdda_total, msg);
258 (*jenv)->DeleteLocalRef(jenv, kind);
859 const char *kind; local
862 kind = "ENTRY";
865 kind = "RETURN";
868 kind = "NONE";
871 kind = NULL;
873 if (kind !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm339 my ($kind) = /^(\S+)/ or return;
340 if ($kind eq 'text') {
H A DText.pm407 my ($kind) = /^(\S+)/ or return;
408 if ($kind eq 'text') {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h20 U32 kind; member in struct:_PerlIO_funcs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm83 for precisely the kind of tasks I anticipate that self_and_super_path

Completed in 70 milliseconds

123