Searched refs:return_data (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_macro.c | 212 Dwarf_Small *return_data = 0; local 355 return_data = pdata = 401 dwarf_dealloc(dbg, return_data, DW_DLA_STRING); 413 dwarf_dealloc(dbg, return_data, DW_DLA_STRING); 426 dwarf_dealloc(dbg, return_data, DW_DLA_STRING); 441 dwarf_dealloc(dbg, return_data, DW_DLA_STRING); 457 dwarf_dealloc(dbg, return_data, DW_DLA_STRING); 464 *details = (Dwarf_Macro_Details *) return_data;
|
H A D | libdwarf.h | 657 * return_data - The address of a pointer to which the section data block 669 Dwarf_Small** return_data, int* error);
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.h | 163 u32 length, u32 timeout, bool return_data);
|
H A D | ixgbe_common.c | 4369 * @return_data: read and return data from the buffer (TRUE) or not (FALSE) 4380 u32 length, u32 timeout, bool return_data) 4437 if (!return_data) 4379 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer, u32 length, u32 timeout, bool return_data) argument
|
Completed in 60 milliseconds