Home
last modified time | relevance | path

Searched refs:dn_type (Results 1 – 25 of 30) sorted by path

12

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospnp.c71 u_int8_t dn_type[3]; member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3416 if (dir.dn_type != DMU_OTN_ZAP_METADATA) in check_mos_features()
3449 if (dir.dn_type != DMU_OT_PACKED_NVLIST && in load_nvlist()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1030 uint8_t dn_type; /* dmu_object_type_t */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1544 ASSERT3U(BP_GET_TYPE(bp), ==, dnp->dn_type); in print_indirect()
2369 if (dn->dn_type == DMU_OT_DNODE) { in dump_object()
2517 DMU_USERUSED_DNODE(os)->dn_type != 0) { in dump_dir()
2525 DMU_PROJECTUSED_DNODE(os)->dn_type != 0) in dump_dir()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h82 if (type && (dnp)->dn_type != type) { \
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h59 uint8_t dn_type; /* dmu_object_type_t */ member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c715 ctflib, dret->dn_type) + 1; in dt_action_trace()
718 dret->dn_type) + 1; in dt_action_trace()
725 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace()
728 dmp->dm_name, dret->dn_type); in dt_action_trace()
H A Ddt_cg.c203 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_ptrsize()
344 type = ctf_type_resolve(fp, dst->dn_left->dn_type); in dt_cg_field_set()
422 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
653 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_prearith_op()
710 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_postarith_op()
1427 mnp->dn_membexpr->dn_type); in dt_cg_xlate_member()
1767 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node()
1886 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type); in dt_cg_node()
2066 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node()
H A Ddt_decl.c337 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
H A Ddt_dof.c414 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
421 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
H A Ddt_ident.c269 isp->dis_args[i].dn_type = CTF_ERR; in dt_idcook_func()
336 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args()
367 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args()
372 if (nnp->dn_type == CTF_ERR) { in dt_idcook_args()
397 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
449 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
H A Ddt_parser.c335 ctf_id_t ltype = lp->dn_type; in dt_type_promote()
520 dnp->dn_type = CTF_ERR; in dt_node_xalloc()
712 dnp->dn_type = type; in dt_node_type_assign_member()
730 dst->dn_type = src->dn_type; in dt_node_type_propagate()
1190 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat()
1405 dnp->dn_type = CTF_ERR; in dt_node_vatype()
3420 type = lp->dn_type; in dt_cook_op2()
3424 type = rp->dn_type; in dt_cook_op2()
3568 type = rp->dn_type; in dt_cook_op2()
4058 type = lp->dn_type; in dt_cook_op3()
[all …]
H A Ddt_parser.h53 ctf_id_t dn_type; /* CTF type reference for node's type */ member
H A Ddt_printf.c106 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str()
119 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr()
170 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort()
183 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong()
196 ctf_id_t type = dnp->dn_type; in pfcheck_xlonglong()
227 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype)); in pfcheck_type()
H A Ddt_program.c423 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_provider.c476 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
H A Ddt_xlator.c261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup()
265 ctf_id_t dst_type = dst->dn_type; in dt_xlator_lookup()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_dnames.h36 typedef Dwarf_Unsigned dn_type; typedef
41 dn_type dh_comp_unit_count;
42 dn_type dh_local_type_unit_count;
44 dn_type dh_bucket_count;
45 dn_type dh_name_count;
46 dn_type dh_abbrev_table_size;
52 dn_type dne_allocated;
53 dn_type dne_used;
54 dn_type *dne_values;
57 dn_type dne_allocated;
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c424 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata()
440 dmu_object_type_t type = DB_DNODE(db)->dn_type; in dbuf_include_in_metadata_cache()
1075 !DMU_OT_IS_ENCRYPTED(dn->dn_type)) || in dbuf_read_verify_dnode_crypt()
1294 mac, dn->dn_type, size, arc_buf_lsize(db->db_buf), in dbuf_fix_old_data()
2218 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded()
2518 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create()
3627 dn->dn_type, psize, lsize, compress_type); in dbuf_sync_leaf()
3714 BP_GET_TYPE(bp) == dn->dn_type) || in dbuf_write_ready()
3740 if (dn->dn_type == DMU_OT_DNODE) { in dbuf_write_ready()
3747 if (dnp->dn_type != DMU_OT_NONE) { in dbuf_write_ready()
[all …]
H A Ddmu.c1730 type = DB_DNODE(dstdb)->dn_type; in dmu_copy_from_buf()
2263 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy()
2472 doi->doi_type = dn->dn_type; in dmu_object_info_from_dnode()
H A Ddmu_diff.c89 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Ddmu_object.c175 if (dn->dn_type == DMU_OT_NONE) { in dmu_object_alloc_impl()
332 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free()
423 if (dn->dn_type == DMU_OTN_ZAP_METADATA) { in dmu_object_zapify()
427 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
437 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
455 t = dn->dn_type; in dmu_object_free_zapified()
H A Ddmu_objset.c1728 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1736 DMU_PROJECTUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
2014 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in userquota_updates_task()
2084 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
2094 DMU_PROJECTUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
H A Ddmu_send.c499 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode()
512 drro->drr_type = dnp->dn_type; in dump_dnode()
H A Ddmu_tx.c490 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap_impl()

12