Searched refs:tbl_len (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.h82 uint32_t tbl_len; member in struct:table
H A Dinstr.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
[all...]
H A Ddis_sparc.c261 idx = dis_get_bits(instr, tp->tbl_field, tp->tbl_len);
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1818 int32_t i, tbl_len; local
1821 tbl_len = SWAP_16(stbl->stbl_len);
1823 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno));
1826 for (i = 0; i < tbl_len; i++) {

Completed in 95 milliseconds