Searched defs:data_out (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c940 struct cie_fde_prefix_s *data_out,
968 data_out->cf_start_addr = frame_ptr_in;
969 data_out->cf_addr_after_prefix = frame_ptr;
971 data_out->cf_length = length;
972 data_out->cf_local_length_size = local_length_size;
973 data_out->cf_local_extension_size = local_extension_size;
974 data_out->cf_cie_id = cie_id;
975 data_out->cf_cie_id_addr = cie_ptr_addr;
976 data_out->cf_section_ptr = section_ptr_in;
977 data_out
935 dwarf_read_cie_fde_prefix(Dwarf_Debug dbg, Dwarf_Small * frame_ptr_in, Dwarf_Small * section_ptr_in, Dwarf_Unsigned section_index_in, Dwarf_Unsigned section_length_in, struct cie_fde_prefix_s *data_out, Dwarf_Error * error) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c2228 u_char *data_out) /* data_out may be NULL if not needed */
2239 if (data_out != NULL) {
2240 *data_out = jtag_data(jreg, bits_this_pass);
2241 data_out++;
2224 tap_shift_multiple( volatile u_int *jreg, u_char *data_in, int nbits, u_char *data_out) argument
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c148 static void data_out(void);
2961 * data_out: open(2) the file to be archived, compute the checksum
2967 data_out(void) function
3690 data_out();
3696 data_out();
3756 data_out();
3783 data_out();
4418 data_out();

Completed in 94 milliseconds