Home
last modified time | relevance | path

Searched refs:tbyte (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwgetstr.c60 int tbyte = 0; in wgetnstr() local
145 tbyte++; in wgetnstr()
148 tbyte = 1; in wgetnstr()
153 if (docont && (tbyte >= eucw)) { in wgetnstr()
155 tbyte = 0; in wgetnstr()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c134 unsigned tbyte = sizeof(t) - sizeof(s); \
136 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
H A Ddwarf_elfread.c143 unsigned tbyte = sizeof(t) - sizeof(s); \
145 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
H A Ddwarf_debuglink.c87 unsigned tbyte = sizeof(t) - sizeof(s); \
89 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
H A Ddwarf_xu_index.c87 unsigned tbyte = sizeof(t) - l; \
93 dbg->de_copy_word(((char *)&t)+tbyte ,&s[0],l);\
H A Ddwarf_peread.c122 unsigned tbyte = sizeof(t) - sizeof(s); \
124 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
H A Ddwarf_machoread.c110 unsigned tbyte = sizeof(t) - sizeof(s); \
112 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
H A Dpro_forms.c57 unsigned tbyte = sizeof(t) - l; \
59 dbg->de_copy_word(((char *)&t)+tbyte ,&s[0],l);\
H A Ddwarf_elf_load_headers.c108 unsigned tbyte = sizeof(t) - sizeof(s); \
110 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c708 uint64_t tbyte = kbyte * gbyte; in print_memory_segment_size() local
711 if (size >= tbyte) { in print_memory_segment_size()
712 if (size % tbyte == 0) in print_memory_segment_size()
714 (int)(size / tbyte)); in print_memory_segment_size()
717 (float)size / tbyte); in print_memory_segment_size()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c6836 unsigned char tbyte; in swap() local
6847 tbyte = Swp_p->s_byte[0]; in swap()
6849 Swp_p->s_byte[1] = tbyte; in swap()
6850 tbyte = Swp_p->s_byte[2]; in swap()
6852 Swp_p->s_byte[3] = tbyte; in swap()
6856 tbyte = Swp_p->s_byte[0]; in swap()
6858 Swp_p->s_byte[1] = tbyte; in swap()
6859 tbyte = Swp_p->s_byte[2]; in swap()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h199 u64 tbyte; /* 0x6f (Offset 0x140) TX byte counter */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1921 p_common->tx_mac_bytes += port_stats.eth.tbyte; in __ecore_get_vport_port_stats()