Searched refs:cur_off (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c439 unsigned int cur_off; local
448 cur_off = bhp->bh_bkts[bktno].bb_head;
451 cur_off);
452 while (cur_off && (strcmp_res = strcmp((char *)bhp +
454 prev_off = cur_off;
455 cur_off = cur_bep->be_next;
458 cur_off);
460 if (cur_off && (strcmp_res == 0)) {
469 while (cur_off && (strcmp_res = strcmp((char *)bhp +
471 prev_off = cur_off;
[all...]
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c765 uint_t cur_off = 0; local
772 while (cur_off < blk_len) {
773 susp = (char *)(bufp + cur_off);
817 cur_off += susp_len;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c908 Dwarf_Unsigned cur_off = 0; /* current offset of written data, held local
915 cur_off = 0;
1061 cur_off = cie_offs[cie_no - 2] + cie_length + BEGIN_LEN_SIZE;
1125 if(_dwarf_pro_add_AT_fde(dbg, curfde->fde_die, cur_off,
1132 res = dbg->de_reloc_name(dbg, DEBUG_FRAME, cur_off +
1142 cur_off + BEGIN_LEN_SIZE +
1158 cur_off + BEGIN_LEN_SIZE +
1219 DEBUG_FRAME, cur_off + 2 * uwordb_size + upointer_size, /* r_offset
1278 (data - fde_start_point) + cur_off + uwordb_size,
1300 cur_off
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c863 uint_t cur_off = 0; local
869 while (cur_off < blk_len) {
870 susp = (uchar_t *)(bufp + cur_off);
939 cur_off += susp_len;
945 cur_off = blk_len;
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c552 off_t cur_off; local
611 if ((cur_off = lseek(dbfd, 0, SEEK_CUR)) == -1) {
658 if (medrp->med_rec_foff != cur_off) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1847 sp_ext_offset_t cur_off; local
1858 if ((cur_off = meta_sp_get_start(sp, compnp, ep)) == MD_DISKADDR_ERROR)
1862 if (meta_sp_read_wm(sp, compnp, &wm, cur_off, ep) != 0) {
1938 meta_sp_list_insert(spsetp, np, extlist, cur_off,
1946 cur_off += wm.wm_length + 1;

Completed in 92 milliseconds