Searched refs:cur_off (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_fsctl_sparse.c | 173 off64_t cur_off, end_off; in smb2_fsctl_query_alloc_ranges() local 237 cur_off = arg.off; in smb2_fsctl_query_alloc_ranges() 238 while (cur_off < end_off) { in smb2_fsctl_query_alloc_ranges() 241 data = cur_off; in smb2_fsctl_query_alloc_ranges() 248 if (data < cur_off) { in smb2_fsctl_query_alloc_ranges() 250 data = cur_off; in smb2_fsctl_query_alloc_ranges() 275 cur_off = hole; in smb2_fsctl_query_alloc_ranges() 455 off64_t cur_off, end_off, eof; in smb2_fsctl_query_file_regions() local 508 cur_off = arg.off; in smb2_fsctl_query_file_regions() 539 data = hole = cur_off; in smb2_fsctl_query_file_regions() [all …]
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | bindings.c | 439 unsigned int cur_off; in la_sparcv9_pltenter() local 448 cur_off = bhp->bh_bkts[bktno].bb_head; in la_sparcv9_pltenter() 451 cur_off); in la_sparcv9_pltenter() 452 while (cur_off && (strcmp_res = strcmp((char *)bhp + in la_sparcv9_pltenter() 454 prev_off = cur_off; in la_sparcv9_pltenter() 455 cur_off = cur_bep->be_next; in la_sparcv9_pltenter() 458 cur_off); in la_sparcv9_pltenter() 460 if (cur_off && (strcmp_res == 0)) { in la_sparcv9_pltenter() 469 while (cur_off && (strcmp_res = strcmp((char *)bhp + in la_sparcv9_pltenter() 471 prev_off = cur_off; in la_sparcv9_pltenter() [all …]
|
/illumos-gate/usr/src/common/fs/ |
H A D | hsfs.c | 767 uint_t cur_off = 0; in parse_susp() local 775 while (cur_off < blk_len) { in parse_susp() 776 susp = (char *)(bufp + cur_off); in parse_susp() 820 cur_off += susp_len; in parse_susp()
|
/illumos-gate/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 863 uint_t cur_off = 0; in parse_susp() local 869 while (cur_off < blk_len) { in parse_susp() 870 susp = (uchar_t *)(bufp + cur_off); in parse_susp() 939 cur_off += susp_len; in parse_susp() 945 cur_off = blk_len; in parse_susp()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 809 off_t cur_off; in cap_write() local 811 cur_off = lseek(capfile_out.capfile_curfd, 0, SEEK_CUR); in cap_write() 812 if (cur_off >= capfile_out.capfile_size_limit) { in cap_write()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_section.c | 1950 Dwarf_Unsigned cur_off = 0; /* current offset of written data, held in _dwarf_pro_generate_debugframe() local 2132 cur_off = cie_offs[cie_no - 2] + cie_length + in _dwarf_pro_generate_debugframe() 2192 res = _dwarf_pro_add_AT_fde(dbg, curfde->fde_die, cur_off, in _dwarf_pro_generate_debugframe() 2202 DEBUG_FRAME, cur_off + in _dwarf_pro_generate_debugframe() 2213 cur_off + OFFSET_PLUS_EXTENSION_SIZE + in _dwarf_pro_generate_debugframe() 2229 cur_off + OFFSET_PLUS_EXTENSION_SIZE + in _dwarf_pro_generate_debugframe() 2288 cur_off + 2 * offset_size + address_size, in _dwarf_pro_generate_debugframe() 2355 cur_off += fde_length + offset_size; in _dwarf_pro_generate_debugframe()
|
H A D | dwarf_query.c | 266 Dwarf_Off cur_off = 0; in dwarf_offset_list() local 269 dres = dwarf_dieoffset(cur_die,&cur_off,error); in dwarf_offset_list() 291 curr_chain->ch_item = cur_off; in dwarf_offset_list()
|