Home
last modified time | relevance | path

Searched refs:tbl_len (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.h50 typedef size_t (*tbl_len)(size_t, void *); typedef
55 tbl_len len; /* produce width of empty space */
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_instr.c116 .tbl_len = 4,
151 .tbl_len = 4,
173 .tbl_len = 4,
203 .tbl_len = 4,
233 .tbl_len = 4,
260 .tbl_len = 4,
285 .tbl_len = 3,
402 .tbl_len = 6,
434 .tbl_len = 4,
462 .tbl_len = 5,
[all …]
H A Ddis_sparc.h74 uint32_t tbl_len; member
H A Ddis_sparc.c253 idx = dis_get_bits(instr, tp->tbl_field, tp->tbl_len); in dis_sparc_disassemble()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1814 int32_t i, tbl_len; in ud_read_sparing_tbls() local
1817 tbl_len = SWAP_16(stbl->stbl_len); in ud_read_sparing_tbls()
1819 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno)); in ud_read_sparing_tbls()
1822 for (i = 0; i < tbl_len; i++) { in ud_read_sparing_tbls()