Home
last modified time | relevance | path

Searched refs:curblk (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_macinfo.c70 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_begin() local
72 if (curblk == 0) { in libdwarf_compose_begin()
96 curblk = newb; in libdwarf_compose_begin()
97 } else if (curblk->mb_avail_len < maxlen) { in libdwarf_compose_begin()
121 curblk = newb; in libdwarf_compose_begin()
124 dbg->de_compose_avail = curblk->mb_avail_len; in libdwarf_compose_begin()
125 dbg->de_compose_used_len = curblk->mb_used_len; in libdwarf_compose_begin()
127 (unsigned char *) (curblk->mb_data + dbg->de_compose_used_len); in libdwarf_compose_begin()
139 struct dw_macinfo_block_s *curblk = dbg->de_current_macinfo; in libdwarf_compose_add_string() local
143 (unsigned char *) (curblk->mb_data + dbg->de_compose_used_len); in libdwarf_compose_add_string()
[all …]
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c1040 size_t curblk = 0; in getfile() local
1073 curblk++; in getfile()
1074 if (curblk == (fssize / tp_bsize)) { in getfile()
1078 (curblk - 1) * tp_bsize + (size_t)size); in getfile()
1079 curblk = 0; in getfile()
1083 if (curblk > 0) { in getfile()
1085 (size_t)(curblk * tp_bsize) : in getfile()
1087 (curblk - 1) * tp_bsize + (size_t)size); in getfile()
1088 curblk = 0; in getfile()
1102 if (curblk > 0) { in getfile()
[all …]