Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c829 goto not_supported; in submit_bio_checks()
863 goto not_supported; in submit_bio_checks()
867 goto not_supported; in submit_bio_checks()
871 goto not_supported; in submit_bio_checks()
883 goto not_supported; in submit_bio_checks()
887 goto not_supported; in submit_bio_checks()
891 goto not_supported; in submit_bio_checks()
921 not_supported: in submit_bio_checks()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c579 bool not_supported = false; in pci_p2pdma_distance_many() local
616 not_supported = true; in pci_p2pdma_distance_many()
618 if (not_supported && !verbose) in pci_p2pdma_distance_many()
624 if (not_supported) in pci_p2pdma_distance_many()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
H A Dfilesystem2329 : errc::not_supported;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
H A Dfilesystem2329 : errc::not_supported;
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_alua.c760 goto not_supported; in core_alua_check_transition()
765 goto not_supported; in core_alua_check_transition()
770 goto not_supported; in core_alua_check_transition()
775 goto not_supported; in core_alua_check_transition()
780 goto not_supported; in core_alua_check_transition()
789 goto not_supported; in core_alua_check_transition()
798 goto not_supported; in core_alua_check_transition()
808 not_supported: in core_alua_check_transition()
/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/aarch64-none-linux-gnu/bits/
H A Derror_constants.h122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY() enumerator
/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/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY() enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3968 u64 supported = 0, not_supported = 0; in dpaa2_eth_netdev_init() local
4014 not_supported |= IFF_UNICAST_FLT; in dpaa2_eth_netdev_init()
4019 net_dev->priv_flags &= ~not_supported; in dpaa2_eth_netdev_init()
/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 Dsocket491 __ec = std::make_error_code(std::errc::not_supported);
648 __ec = std::make_error_code(std::errc::not_supported);
/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 Dsocket491 __ec = std::make_error_code(std::errc::not_supported);
648 __ec = std::make_error_code(std::errc::not_supported);
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c921 unsigned not_supported : 1; member
10363 if (!io_op_defs[i].not_supported) in io_probe()