Searched refs:TLEN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c20 #define TLEN 512 macro
47 char answer[ANSLEN], temp[TLEN], line[BUFSIZ];
112 corout(buff, temp, "hunt", *sr, TLEN);
113 assert(strlen(temp) < TLEN);
/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c50 #define TLEN 3 macro
109 char mid[TLEN];
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S166 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids
276 * length TLEN. On a match, %di points to the element following the
277 * match; the corresponding offset to the description is $(TLEN-1)
278 * bytes ahead. We use a count of TLEN+1 so if we don't find a match
279 * within the first TLEN entries, we hit the 'unknown' entry.
282 movb $(TLEN+1),%cl # Number of entries
287 * The byte at $(TLEN-1)(%di) contains the offset of the description
290 addw $(TLEN-1), %di # Adjust
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h865 unsigned int TLEN :4; member in struct:init_block
H A Damd8111s_hw.c737 pMdl->init_blk->TLEN = pMdl->TxRingLenBits;

Completed in 83 milliseconds