Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp666 error_detected(EC); in ~raw_fd_ostream()
794 error_detected(errnoAsErrorCode()); in write_impl()
811 error_detected(EC); in close()
824 error_detected(errnoAsErrorCode()); in seek()
946 error_detected(errnoAsErrorCode()); in read()
H A Draw_socket_stream.cpp337 raw_fd_stream::error_detected(Err); in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h497 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h880 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1903 .error_detected = mlx5_pci_err_detected,
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4149 .error_detected = mlx4_pci_err_detected,