Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp672 error_detected(EC); in ~raw_fd_ostream()
797 error_detected(std::error_code(errno, std::generic_category())); in write_impl()
814 error_detected(EC); in close()
827 error_detected(std::error_code(errno, std::generic_category())); in seek()
949 error_detected(std::error_code(errno, std::generic_category())); in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h487 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h876 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1883 .error_detected = mlx5_pci_err_detected,
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4149 .error_detected = mlx4_pci_err_detected,