Searched refs:buffer_offset (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c59 for (; ctx->buffer_offset < fs_info->frag_count; ctx->buffer_offset++) {
60 if (needs_duplicating (ctx, ctx->buffer_offset))
75 ctx->buffer_offset, length);
88 ctx->buffer_offset + i))
108 && ctx->buffer_offset + frag < old_fs_info->frag_count;
110 if (needs_duplicating (ctx, ctx->buffer_offset + frag)) {
289 ctx->remap [ctx->buffer_offset + i] = ctx->buffer_map [i];
321 PED_ASSERT (ctx->buffer_offset < old_fs_info->frag_count, return 0);
407 ctx->buffer_offset
[all...]
H A Dcontext.h40 FatFragment buffer_offset; member in struct:_FatOpContext
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c63 uint32_t buffer_offset, size_t length,
67 uint32_t buffer_offset, size_t length,
1868 uint32_t buffer_offset,
1894 uhci_fill_in_td(uhcip, td, current_dummy, buffer_offset,
1944 uint32_t buffer_offset,
1956 "attrs 0x%x", (void *)td, buffer_offset, length, attrs);
1995 buf_addr = uhci_get_tw_paddr_by_offs(uhcip, buffer_offset, length, tw);
2009 * buffer_offset - the starting offset into the TW buffer, where the
2016 uint32_t buffer_offset,
2025 buffer_offset, lengt
1866 uhci_insert_hc_td( uhci_state_t *uhcip, uint32_t buffer_offset, size_t hcgtd_length, uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw, uchar_t PID, usb_req_attrs_t attrs) argument
1940 uhci_fill_in_td( uhci_state_t *uhcip, uhci_td_t *td, uhci_td_t *current_dummy, uint32_t buffer_offset, size_t length, uhci_pipe_private_t *pp, uchar_t PID, usb_req_attrs_t attrs, uhci_trans_wrapper_t *tw) argument
2014 uhci_get_tw_paddr_by_offs( uhci_state_t *uhcip, uint32_t buffer_offset, size_t length, uhci_trans_wrapper_t *tw) argument
[all...]

Completed in 105 milliseconds