Home
last modified time | relevance | path

Searched defs:dnp (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c403 dt_node_promote(dt_node_t *lp, dt_node_t *rp, dt_node_t *dnp) in dt_node_promote()
411 dt_node_name(const dt_node_t *dnp, char *buf, size_t len) in dt_node_name()
514 dt_node_t *dnp = dt_alloc(dtp, sizeof (dt_node_t)); in dt_node_xalloc() local
544 dt_node_t *dnp = dt_node_xalloc(yypcb->pcb_hdl, kind); in dt_node_alloc() local
557 dt_node_free(dt_node_t *dnp) in dt_node_free()
660 dt_node_attr_assign(dt_node_t *dnp, dtrace_attribute_t attr) in dt_node_attr_assign()
676 dt_node_type_assign_member(dt_node_t *dnp, ctf_file_t *fp, ctf_id_t type, in dt_node_type_assign_member()
718 dt_node_type_assign(dt_node_t *dnp, ctf_file_t *fp, ctf_id_t type, in dt_node_type_assign()
735 dt_node_type_name(const dt_node_t *dnp, char *buf, size_t len) in dt_node_type_name()
754 dt_node_type_size(const dt_node_t *dnp) in dt_node_type_size()
[all …]
H A Ddt_cc.c181 dt_stmt_append(dtrace_stmtdesc_t *sdp, const dt_node_t *dnp) in dt_stmt_append()
321 dt_action_clear(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_clear()
363 dt_action_normalize(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_normalize()
426 dt_action_trunc(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_trunc()
492 dt_action_printa(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_printa()
578 dt_action_printflike(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp, in dt_action_printflike()
663 dt_action_trace(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_trace()
737 dt_action_tracemem(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_tracemem()
815 dt_action_stack(dtrace_hdl_t *dtp, dt_node_t *dnp, dtrace_stmtdesc_t *sdp) in dt_action_stack()
822 dt_action_ustack_args(dtrace_hdl_t *dtp, dtrace_actdesc_t *ap, dt_node_t *dnp) in dt_action_ustack_args()
[all …]
H A Ddt_cg.c148 dt_cg_load(dt_node_t *dnp, ctf_file_t *ctfp, ctf_id_t type) in dt_cg_load()
193 dt_cg_ptrsize(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp, in dt_cg_ptrsize()
245 dt_cg_field_get(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp, in dt_cg_field_get()
550 dt_node_t *dnp; in dt_cg_arglist() local
596 dt_cg_arithmetic_op(dt_node_t *dnp, dt_irlist_t *dlp, in dt_cg_arithmetic_op()
645 dt_cg_prearith_op(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp, uint_t op) in dt_cg_prearith_op()
701 dt_cg_postarith_op(dt_node_t *dnp, dt_irlist_t *dlp, in dt_cg_postarith_op()
765 dt_cg_compare_signed(dt_node_t *dnp) in dt_cg_compare_signed()
782 dt_cg_compare_op(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp, uint_t op) in dt_cg_compare_op()
827 dt_cg_ternary_op(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp) in dt_cg_ternary_op()
[all …]
H A Ddt_pragma.c77 dt_pragma_attributes(const char *prname, dt_node_t *dnp) in dt_pragma_attributes()
160 dt_pragma_binding(const char *prname, dt_node_t *dnp) in dt_pragma_binding()
313 dt_pragma_error(const char *prname, dt_node_t *dnp) in dt_pragma_error()
341 dt_pragma_ident(const char *prname, dt_node_t *dnp) in dt_pragma_ident()
347 dt_pragma_option(const char *prname, dt_node_t *dnp) in dt_pragma_option()
393 dt_pragma_line(const char *prname, dt_node_t *dnp) in dt_pragma_line()
470 dt_node_t *dnp; in dt_pragma() local
H A Ddt_ident.c52 dt_idcook_sign(dt_node_t *dnp, dt_ident_t *idp, in dt_idcook_sign()
110 dt_idcook_assc(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args) in dt_idcook_assc()
174 dt_idcook_func(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args) in dt_idcook_func()
314 dt_idcook_args(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap) in dt_idcook_args()
433 dt_idcook_regs(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap) in dt_idcook_regs()
470 dt_idcook_type(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args) in dt_idcook_type()
492 dt_idcook_thaw(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args) in dt_idcook_thaw()
499 dt_idcook_inline(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args) in dt_idcook_inline()
954 dt_ident_cook(dt_node_t *dnp, dt_ident_t *idp, dt_node_t **pargp) in dt_ident_cook()
985 const dt_node_t *dnp = ((dt_idnode_t *)idp->di_iarg)->din_root; in dt_ident_resolve() local
H A Ddt_decl.c307 dt_node_t *dnp; in dt_decl_protoform() local
333 dt_node_t *dnp; in dt_decl_prototype() local
385 dt_decl_array(dt_node_t *dnp) in dt_decl_array()
446 dt_decl_func(dt_decl_t *pdp, dt_node_t *dnp) in dt_decl_func()
521 dt_decl_member(dt_node_t *dnp) in dt_decl_member()
733 dt_decl_enumerator(char *s, dt_node_t *dnp) in dt_decl_enumerator()
H A Ddt_printf.c48 pfcheck_addr(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_addr()
55 pfcheck_kaddr(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_kaddr()
63 pfcheck_uaddr(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_uaddr()
79 pfcheck_stack(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_stack()
86 pfcheck_time(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_time()
94 pfcheck_str(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_str()
116 pfcheck_wstr(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_wstr()
133 pfcheck_csi(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_csi()
141 pfcheck_fp(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_fp()
148 pfcheck_xint(dt_pfargv_t *pfv, dt_pfargd_t *pfd, dt_node_t *dnp) in pfcheck_xint()
[all …]
H A Ddt_xlator.c104 dt_node_t *dnp; in dt_xlator_create() local
372 dt_node_t *dnp; in dt_xlator_member() local
H A Ddt_dof.c262 dt_node_t *dnp = *pnp++; in dof_add_difo() local
341 dt_node_t *dnp; in dof_add_translator() local
403 dt_node_t *dnp; in dof_add_probe() local
H A Ddt_provider.c194 dt_node_t *args = NULL, *pnp = NULL, *dnp; in dt_probe_alloc_args() local
625 dt_probe_tag(dt_probe_t *prp, uint_t argn, dt_node_t *dnp) in dt_probe_tag()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c110 smbfs_getino(struct smbnode *dnp, const char *name, int nmlen) in smbfs_getino()
164 struct smbnode *dnp = VTOSMB(dvp); in smbfs_nget() local
212 smbfs_attr_touchdir(struct smbnode *dnp) in smbfs_attr_touchdir()
H A Dsmbfs_xattr.c306 smbnode_t *dnp = ctx->f_dnp; in smbfs_xa_get_streaminfo() local
353 smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_xa_findopen()
H A Dsmbfs_smb.c455 struct smbnode *dnp, in smbfs_smb_create()
535 smbfs_smb_mkdir(struct smbnode *dnp, const char *name, int nmlen, in smbfs_smb_mkdir()
576 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, in smbfs_smb_findopen()
704 smbfs_smb_lookup(struct smbnode *dnp, const char **namep, int *nmlenp, in smbfs_smb_lookup()
H A Dsmbfs_subr.c71 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
H A Dsmbfs_vnops.c2188 smbnode_t *dnp; in smbfs_lookup() local
2246 smbnode_t *dnp; in smbfslookup() local
2463 smbnode_t *dnp; smbfslookup_cache() local
2551 smbnode_t *dnp; smbfs_create() local
2767 smbnode_t *dnp = VTOSMB(dvp); smbfs_remove() local
2846 smbnode_t *dnp = VTOSMB(dvp); smbfsremove() local
3211 struct smbnode *dnp = VTOSMB(dvp); smbfs_mkdir() local
3285 struct smbnode *dnp = VTOSMB(dvp); smbfs_rmdir() local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c86 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) in report_dnode()
104 #define DBP_SPAN(dnp, level) \ argument
111 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
H A Ddmu_traverse.c153 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp, in resume_skip_check()
216 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_visitbp()
452 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp, in prefetch_dnode_metadata()
470 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode()
519 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in traverse_prefetcher()
H A Ddnode.c320 dnode_byteswap(dnode_phys_t * dnp) dnode_byteswap() argument
373 dnode_phys_t *dnp = (void *)(((char *)vbuf) + i); dnode_buf_byteswap() local
434 dnode_create(objset_t * os,dnode_phys_t * dnp,dmu_buf_impl_t * db,uint64_t object,dnode_handle_t * dnh) dnode_create() argument
1189 dnode_special_open(objset_t * os,dnode_phys_t * dnp,uint64_t object,dnode_handle_t * dnh) dnode_special_open() argument
1274 dnode_hold_impl(objset_t * os,uint64_t object,int flag,int slots,void * tag,dnode_t ** dnp) dnode_hold_impl() argument
1571 dnode_hold(objset_t * os,uint64_t object,void * tag,dnode_t ** dnp) dnode_hold() argument
2384 dnode_phys_t *dnp = data; dnode_next_offset_level() local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dinstance.c238 struct devnames *dnp; in in_preassign_instance() local
668 struct devnames *dnp; in e_ddi_instance_majorinstance_to_path() local
705 struct devnames *dnp; in in_next_instance_block() local
780 struct devnames *dnp; in e_ddi_free_instance() local
919 in_removenode(struct devnames *dnp, in_node_t *mp, in_node_t *ap) in in_removenode()
1296 struct devnames *dnp; in in_inuse() local
1321 struct devnames *dnp; in in_hashdrv() local
1369 in_removedrv(struct devnames *dnp, in_drv_t *mp) in in_removedrv()
H A Dmodsubr.c132 struct devnames *dnp; in mod_rele_dev_by_major() local
374 struct devnames *dnp; in impl_make_parlist() local
446 struct devnames *dnp = &devnamesp[major]; in impl_free_parlist() local
706 struct devnames *dnp; in make_devname() local
H A Ddevcfg.c1374 struct devnames *dnp; in detach_node() local
1530 struct devnames *dnp; in predetach_node() local
2543 i_ddi_prop_list_hold(ddi_prop_list_t *prop_list, struct devnames *dnp) in i_ddi_prop_list_hold()
2551 i_ddi_prop_list_rele(ddi_prop_list_t *prop_list, struct devnames *dnp) in i_ddi_prop_list_rele()
2656 struct devnames *dnp = &devnamesp[m]; in i_ddi_load_drvconf() local
2681 struct devnames *dnp; in i_ddi_unload_drvconf() local
3032 struct devnames *dnp; in link_to_driver_list() local
3055 struct devnames *dnp; in unlink_from_driver_list() local
3078 in_dn_list(struct devnames *dnp, dev_info_t *dip) in in_dn_list()
3101 add_to_ordered_dn_list(struct devnames *dnp, dev_info_t *dip) in add_to_ordered_dn_list()
[all …]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_print.c253 ndr_node_t *dnp = np->n_m_decl; in print_declaration() local
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c244 dlpi_notifyent_t *next, *dnp; in dlpi_close() local
1737 dlpi_notifyent_t *dnp; local
1801 dlpi_notifyent_t *dnp; local
1817 dlpi_notifyent_t *prev, *dnp; local
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h55 #define DN_BONUS(dnp) ((void*)((dnp)->dn_bonus + \ argument
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c120 bay_pgroups(topo_mod_t *mod, tnode_t *tnp, di_node_t *dnp, di_node_t *sibp, in bay_pgroups()

123