Home
last modified time | relevance | path

Searched refs:_source (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0002-flex-Remove-line-directives.patch20 @@ -32,11 +32,19 @@ MACRO(ADD_LEX_FILES _source _generated)
42 LIST(APPEND ${_source} ${_in})
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp131 _source = nullptr; in cancelCmd()
218 _source = std::make_unique<sdeventplus::source::IO>( in send()
286 std::unique_ptr<sdeventplus::source::IO> _source; member in openpower::pels::MockHostInterface
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp228 _source = std::make_unique<IO>( in registerReceiveCallback()
378 _source.reset(); in cleanupCmd()
H A Dpldm_interface.hpp184 std::unique_ptr<sdeventplus::source::IO> _source; member in openpower::pels::PLDMInterface
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13318 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
13320 const __be32 *source = (const __be32 *)_source; in be32_to_cpu_n()
13332 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
13334 const __be32 *source = (const __be32 *)_source; in bnx2x_prep_ops()
13349 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
13351 const __be32 *source = (const __be32 *)_source; in bnx2x_prep_iro()
13369 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
13371 const __be16 *source = (const __be16 *)_source; in be16_to_cpu_n()