/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/ |
H A D | apfs.c | 37 _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 D | affs.c | 50 _generic_affs_probe (PedGeometry* geom, uint32_t kind) argument 86 if (PED_BE32_TO_CPU (block[0]) != kind) {
|
/osnet-11/usr/src/lib/libkmf/include/ |
H A D | rdn_parser.h | 67 OidAvaTag kind; member in struct:NameToKind
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Flow.java | 77 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 D | Drop.java | 53 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/libdtrace/common/ |
H A D | dt_xlator.c | 103 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 D | dt_as.c | 190 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 D | dt_dis.c | 242 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 D | dt_handle.c | 297 dt_droptag(dtrace_dropkind_t kind) argument 302 if (_dt_droptags[i].dtdrg_kind == kind)
|
H A D | dt_pragma.c | 446 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 D | dt_decl.c | 73 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 D | dt_cg.c | 192 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 D | dt_ident.c | 750 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 D | dt_cc.c | 290 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 D | dt_parser.c | 491 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 D | dt_printf.c | 98 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/abi/apptrace/common/ |
H A D | apptraceutil.c | 302 int kind, d; local 313 (kind = ctf_type_kind(ctfp, base)) == CTF_ERR) 324 printfuncs[kind - 1](base, off, pap);
|
H A D | apptrace.c | 593 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)
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/ |
H A D | linux_swap.c | 83 _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/cmd/perl/5.8.4/distrib/ |
H A D | perliol.h | 20 U32 kind; member in struct:_PerlIO_funcs
|
H A D | toke.c | 805 S_force_ident(pTHX_ register char *s, int kind) argument 811 if (kind) { 817 kind == '$' ? SVt_PV : 818 kind == '@' ? SVt_PVAV : 819 kind == '%' ? SVt_PVHV :
|
/osnet-11/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 207 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/grub/grub2/include/grub/ |
H A D | elf.h | 1387 unsigned char kind; /* Determines interpretation of the member in struct:__anon759 1395 /* Values for `kind' field in Elf_Options. */
|