Searched defs:read_data (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c115 read_data(void *fd, void *buf, size_t siz) function
126 fprintf(stderr, "read_data(0x%8.8x, 0x%8.8x, %d): %d",
131 dump_buffer(stderr, "read_data:", buf, len_read);
241 status = ipp_read_message(read_data, r, &request, IPP_TYPE_REQUEST);
321 status = ipp_process_request(request, &response, read_data, r);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c580 read_data(FSTATE *fstate, Off offset, void *buf, size_t nbyte, function
621 if (read_data(fstate, offset, buf, sizeof (buf), ELF_T_WORD) == 0)
641 if (read_data(fstate, offset, &verdef, sizeof (verdef),
676 if (read_data(fstate, offset, &verdaux, sizeof (verdaux),
701 if (read_data(fstate, offset, &verneed, sizeof (verneed),
736 if (read_data(fstate, offset, &vernaux, sizeof (vernaux),
1024 (read_data(fstate, sec->shdr->sh_offset, sec->data->d_buf,
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c268 read_data(const ctf_header_t *hp, const ctf_data_t *cd) function
992 error |= read_data(hp, &cd);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3005 u32 read_data; member in struct:ixgbe_hic_internal_phy_resp

Completed in 153 milliseconds