Home
last modified time | relevance | path

Searched refs:fmt_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.c212 sl_fmt_num_t fmt_type, sl_fmtbuf_t buf) in sl_fmt_num() argument
280 fmt_i8[fdesc->slf_sign][fmt_type], (uint32_t)v.sld_ui8); in sl_fmt_num()
285 fmt_i16[fdesc->slf_sign][fmt_type], (uint32_t)v.sld_ui16); in sl_fmt_num()
290 fmt_i32[fdesc->slf_sign][fmt_type], v.sld_ui32); in sl_fmt_num()
295 fmt_i64[fdesc->slf_sign][fmt_type], v.sld_ui64); in sl_fmt_num()
H A Dcorenote.c217 sl_fmt_num_t fmt_type, sl_fmtbuf_t buf) in fmt_num() argument
220 fmt_type, buf)); in fmt_num()
268 const sl_field_t *fdesc, sl_fmt_num_t fmt_type) in print_num() argument
283 fmt_num(state, fdesc, fmt_type, buf)); in print_num()
417 sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title) in print_array() argument
438 print_num(state, index1, &fdesc1, fmt_type); in print_array()
453 print_num_2up(state, index1, &fdesc1, fmt_type, in print_array()
454 index2, &fdesc2, fmt_type); in print_array()
H A Dstruct_layout.h594 const sl_field_t *fdesc, sl_fmt_num_t fmt_type,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c1836 int fmt_type; in nss_unpack() local
1848 fmt_type = 0; /* nss_XbyY_args_t */ in nss_unpack()
1851 fmt_type = 1; /* struct nss_groupsbymem */ in nss_unpack()
1854 fmt_type = 2; /* struct nss_innetgr_args */ in nss_unpack()
1859 if (fmt_type == 0) { in nss_unpack()
1874 if (fmt_type == 1) { in nss_unpack()
1888 if (fmt_type == 2) { in nss_unpack()