Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c918 Dwarf_Unsigned cur_offset = 0; in read_operands_table() local
935 cur_offset = (1+ macro_data) - macro_header; in read_operands_table()
936 if (cur_offset >= section_size) { in read_operands_table()
949 cur_offset = (local_size+ macro_data) - section_base; in read_operands_table()
950 if (cur_offset >= section_size) { in read_operands_table()
968 if (cur_offset >= section_size) { in read_operands_table()
993 cur_offset = (2 + macro_data) - section_base; in read_operands_table()
994 if (cur_offset >= section_size) { in read_operands_table()
1009 if (cur_offset >= section_size) { in read_operands_table()
1252 Dwarf_Unsigned cur_offset = 0; in _dwarf_internal_macro_context_by_offset() local
[all …]
H A Ddwarf_peread.c422 Dwarf_Unsigned cur_offset = offset_in_input; in dwarf_pe_load_dwarf_section_headers() local
454 ++i, cur_offset += section_hdr_size, sec_outp++) { in dwarf_pe_load_dwarf_section_headers()
462 (char *)&filesect,(off_t)cur_offset, in dwarf_pe_load_dwarf_section_headers()
487 sec_outp->SecHeaderOffset = cur_offset; in dwarf_pe_load_dwarf_section_headers()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c393 ddi_dma_attr_t *attr, off_t cur_offset);
3207 off_t cur_offset; in rootnex_bind_slowpath() local
3283 cur_offset = 0; in rootnex_bind_slowpath()
3284 rootnex_init_win(hp, dma, window, cookie, cur_offset); in rootnex_bind_slowpath()
3298 cur_offset, &copybuf_used, &cur_pp); in rootnex_bind_slowpath()
3315 cookie, cur_offset, &copybuf_used); in rootnex_bind_slowpath()
3338 cookie, attr, cur_offset); in rootnex_bind_slowpath()
3386 cur_offset += dmac_size; in rootnex_bind_slowpath()
3684 window->wd_offset = cur_offset; in rootnex_init_win()
3792 dmar_object->dmao_obj.virt_obj.v_addr + cur_offset) in rootnex_setup_cookie()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c230 static Sfoff_t cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence) in cur_offset() function
232 static Sfoff_t cur_offset(dp, offset, iop, whence) in cur_offset()
353 physical = cur_offset(dp,offset,iop,whence);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c286 int cur_offset; member
301 assert(data->cur_offset > 0); in fcc_lseek()
302 assert(data->cur_offset <= data->valid_bytes); in fcc_lseek()
303 offset -= (data->valid_bytes - data->cur_offset); in fcc_lseek()
390 assert(data->cur_offset <= data->valid_bytes); in krb5_fcc_read()
392 || data->cur_offset == data->valid_bytes) { in krb5_fcc_read()
402 data->cur_offset = 0; in krb5_fcc_read()
404 assert(data->cur_offset < data->valid_bytes); in krb5_fcc_read()
410 data->cur_offset += ncopied; in krb5_fcc_read()
411 assert(data->cur_offset > 0); in krb5_fcc_read()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c176 uint32_t cur_offset = 0; in xdrrdma_getrdmablk() local
242 cle->u.c_daddr = (uint64) cur_offset; in xdrrdma_getrdmablk()
251 cur_offset += cle->c_len; in xdrrdma_getrdmablk()
438 uint32_t cur_offset = 0; in xdrrdma_getbytes() local
474 cle->u.c_daddr = (uint64)(uintptr_t)addr + cur_offset; in xdrrdma_getbytes()
483 cur_offset += cle->c_len; in xdrrdma_getbytes()
550 cl.c_len = cur_offset; in xdrrdma_getbytes()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c272 size_t cur_offset; in dump_callgraph() local
291 cur_offset = prof_cgraph.functions; in dump_callgraph()
303 prof_func.next_to = cur_offset + in dump_callgraph()
321 prof_func.next_from = cur_offset + in dump_callgraph()
343 cur_offset += PROFFUNC_SZ; in dump_callgraph()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1025 int32_t cur_offset = mbc->chain_offset; in mbc_marshal_store_byte() local
1030 while (cur_offset >= m->m_len) { in mbc_marshal_store_byte()
1031 cur_offset -= m->m_len; in mbc_marshal_store_byte()
1034 ((char *)m->m_data)[cur_offset] = data; in mbc_marshal_store_byte()