Home
last modified time | relevance | path

Searched refs:conv_expn_field (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic_machelf.c59 (void) conv_expn_field(arg, conv_dyn_posflag1_strings(fmt_flags), in conv_dyn_posflag1()
83 (void) conv_expn_field(&conv_arg, conv_dyn_flag_strings(fmt_flags), in conv_dyn_flag()
102 (void) conv_expn_field(&conv_arg, conv_dyn_flag1_strings(fmt_flags), in conv_dyn_flag1()
126 (void) conv_expn_field(&conv_arg, in conv_dyn_feature1()
H A Daudit.c71 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_bind()
124 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_search()
200 (void) conv_expn_field(&conv_arg, vda, 0); in conv_la_symbind()
H A Dentry.c73 (void) conv_expn_field(&conv_arg, vda, 0); in conv_ent_flags()
137 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_ent_files_flags()
H A Dgroup.c80 (void) conv_expn_field(&conv_arg, vda, 0); in conv_grphdl_flags()
133 (void) conv_expn_field(&conv_arg, vda, 0); in conv_grpdesc_flags()
H A Ddl.c98 (void) conv_expn_field(&conv_arg, vda, 0); in conv_dl_mode()
184 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_dl_flag()
H A Dconfig.c84 (void) conv_expn_field(&conv_arg, vda, 0); in conv_config_feat()
166 (void) conv_expn_field(&conv_arg, vda, 0); in conv_config_obj()
H A Dcorenote.c1049 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_auxv_af()
1140 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_cc_content()
1228 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_pr_flags()
1306 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_old_pr_flags()
1365 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_proc_flag()
1419 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_sa_flags()
1463 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_cnote_ss_flags()
1556 (void) conv_expn_field(&conv_arg, in conv_bitmaskset()
2524 (void) conv_expn_field(&arg, vda, fmt_flags); in conv_cnote_fileflags()
2603 (void) conv_expn_field(&arg, vda, fmt_flags); in conv_cnote_filemode()
[all …]
H A Dversion.c73 (void) conv_expn_field(&conv_arg, vda, fmt_flags); in conv_ver_flags()
H A Dsegments.c97 (void) conv_expn_field(&conv_arg, vda, 0); in conv_seg_flags()
H A Dsyminfo.c132 (void) conv_expn_field(&conv_arg, in conv_syminfo_flags()
H A Ddynamic.c935 (void) conv_expn_field(&conv_arg, vda, 0); in conv_bnd_type()
990 (void) conv_expn_field(&conv_arg, vda, 0); in conv_bnd_obj()
H A Delf.c954 (void) conv_expn_field(&conv_arg, vdp, fmt_flags); in conv_ehdr_flags()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dtls.c56 (void) conv_expn_field(&conv_arg, vda, 0); in Dbg_tls_modent()
H A Dbindings.c127 (void) conv_expn_field(&conv_arg, vda, 0); in Dbg_bind_global()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h1124 #define conv_expn_field(_arg, _vdp, _fmt_flags) \ macro