Searched defs:return_data (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c212 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;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4369 * @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 68 milliseconds