Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A Draw_ostream.cpp598 error_detected(EC); in ~raw_fd_ostream()
713 error_detected(std::error_code(errno, std::generic_category())); in write_impl()
730 error_detected(EC); in close()
745 error_detected(std::error_code(errno, std::generic_category())); in seek()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h395 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h745 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1537 .error_detected = mlx5_pci_err_detected,
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4142 .error_detected = mlx4_pci_err_detected,