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

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c230 static Sfoff_t cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence) function
232 static Sfoff_t cur_offset(dp, offset, iop, whence)
353 physical = cur_offset(dp,offset,iop,whence);
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c397 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);
3264 off_t cur_offset; local
3340 cur_offset = 0;
3341 rootnex_init_win(hp, dma, window, cookie, cur_offset);
3355 cur_offset, &copybuf_used, &cur_pp);
3372 cookie, cur_offset, &copybuf_used);
3395 cookie, attr, cur_offset);
3798 rootnex_init_win(ddi_dma_impl_t *hp, rootnex_dma_t *dma, rootnex_window_t *window, ddi_dma_cookie_t *cookie, off_t cur_offset) argument
3825 rootnex_setup_cookie(ddi_dma_obj_t *dmar_object, rootnex_dma_t *dma, ddi_dma_cookie_t *cookie, off_t cur_offset, size_t *copybuf_used, page_t **cur_pp) argument
4072 rootnex_sgllen_window_boundary(ddi_dma_impl_t *hp, rootnex_dma_t *dma, rootnex_window_t **windowp, ddi_dma_cookie_t *cookie, ddi_dma_attr_t *attr, off_t cur_offset) argument
4212 rootnex_copybuf_window_boundary(ddi_dma_impl_t *hp, rootnex_dma_t *dma, rootnex_window_t **windowp, ddi_dma_cookie_t *cookie, off_t cur_offset, size_t *copybuf_used) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c286 int cur_offset; member in struct:_krb5_fcc_data
301 assert(data->cur_offset > 0);
302 assert(data->cur_offset <= data->valid_bytes);
303 offset -= (data->valid_bytes - data->cur_offset);
390 assert(data->cur_offset <= data->valid_bytes);
392 || data->cur_offset == data->valid_bytes) {
402 data->cur_offset = 0;
404 assert(data->cur_offset < data->valid_bytes);
407 if (data->valid_bytes - data->cur_offset < ncopied)
408 ncopied = data->valid_bytes - data->cur_offset;
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c176 uint32_t cur_offset = 0; local
242 cle->u.c_daddr = (uint64) cur_offset;
251 cur_offset += cle->c_len;
438 uint32_t cur_offset = 0; local
474 cle->u.c_daddr = (uint64)(uintptr_t)addr + cur_offset;
483 cur_offset += cle->c_len;
550 cl.c_len = cur_offset;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1009 int32_t cur_offset = mbc->chain_offset; local
1014 while (cur_offset >= m->m_len) {
1015 cur_offset -= m->m_len;
1018 ((char *)m->m_data)[cur_offset] = data;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c236 size_t cur_offset; local
255 cur_offset = prof_cgraph.functions;
267 prof_func.next_to = cur_offset +
285 prof_func.next_from = cur_offset +
307 cur_offset += PROFFUNC_SZ;

Completed in 245 milliseconds