Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c665 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable()
761 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
770 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
1358 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option()
1479 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset()
1498 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket610 set_option(const _SettableSocketOption& __option, error_code& __ec)
696 set_option(socket_base::linger{false, chrono::seconds{}}, __ec);
764 set_option(const _SettableSocketOption& __option)
765 { set_option(__option, __throw_on_error{"basic_socket::set_option"}); }
769 set_option(const _SettableSocketOption& __option, error_code& __ec)
770 { __base::set_option(__option, __ec); }
1872 set_option(reuse_address(true));
1958 set_option(const _SettableSocketOption& __option)
1960 set_option(__option,
1961 __throw_on_error{"basic_socket_acceptor::set_option"});
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket610 set_option(const _SettableSocketOption& __option, error_code& __ec)
696 set_option(socket_base::linger{false, chrono::seconds{}}, __ec);
764 set_option(const _SettableSocketOption& __option)
765 { set_option(__option, __throw_on_error{"basic_socket::set_option"}); }
769 set_option(const _SettableSocketOption& __option, error_code& __ec)
770 { __base::set_option(__option, __ec); }
1872 set_option(reuse_address(true));
1958 set_option(const _SettableSocketOption& __option)
1960 set_option(__option,
1961 __throw_on_error{"basic_socket_acceptor::set_option"});
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c436 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_init_edev()
789 .set_option = pseries_eeh_set_option,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dopts.h365 extern void set_option (struct gcc_options *opts,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dopts.h365 extern void set_option (struct gcc_options *opts,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option); member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1630 .set_option = pnv_eeh_set_option,
/OK3568_Linux_fs/buildroot/package/gnuradio/
H A D0002-boost_qualify_placeholders_with_their_full_namespace.patch340 d_tcp_socket->set_option(boost::asio::ip::tcp::no_delay(d_tcp_no_delay));