Searched refs:cur_offset (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 397 rootnex_window_t *window, ddi_dma_cookie_t *cookie, off_t cur_offset); 399 rootnex_dma_t *dma, ddi_dma_cookie_t *cookie, off_t cur_offset, 403 ddi_dma_attr_t *attr, off_t cur_offset); 406 ddi_dma_cookie_t *cookie, off_t cur_offset, size_t *copybuf_used); 3259 off_t cur_offset; in rootnex_bind_slowpath() local 3335 cur_offset = 0; in rootnex_bind_slowpath() 3336 rootnex_init_win(hp, dma, window, cookie, cur_offset); in rootnex_bind_slowpath() 3350 cur_offset, ©buf_used, &cur_pp); in rootnex_bind_slowpath() 3367 cookie, cur_offset, ©buf_used); in rootnex_bind_slowpath() 3390 cookie, attr, cur_offset); in rootnex_bind_slowpath() [all …]
|
/titanic_44/usr/src/lib/libast/common/disc/ |
H A D | sfdcdos.c | 230 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);
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 286 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() 407 if (data->valid_bytes - data->cur_offset < ncopied) in krb5_fcc_read() 408 ncopied = data->valid_bytes - data->cur_offset; in krb5_fcc_read() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | xdr_rdma.c | 176 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()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 966 int32_t cur_offset = mbc->chain_offset; in mbc_marshal_store_byte() local 971 while (cur_offset >= m->m_len) { in mbc_marshal_store_byte() 972 cur_offset -= m->m_len; in mbc_marshal_store_byte() 975 ((char *)m->m_data)[cur_offset] = data; in mbc_marshal_store_byte()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 236 size_t cur_offset; in dump_callgraph() local 255 cur_offset = prof_cgraph.functions; in dump_callgraph() 267 prof_func.next_to = cur_offset + in dump_callgraph() 285 prof_func.next_from = cur_offset + in dump_callgraph() 307 cur_offset += PROFFUNC_SZ; in dump_callgraph()
|