Searched refs:MLX_BIO_SET_ERROR (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx_compat.h50 # define MLX_BIO_SET_ERROR(bp, err) do { (bp)->b_error = err; (bp)->b_flags |= B_ERROR;} while(0) macro
70 # define MLX_BIO_SET_ERROR(bp, err) do { (bp)->bio_error = err; (bp)->bio_flags |= BIO_ERROR;} while(0) macro
H A Dmlx_disk.c140 MLX_BIO_SET_ERROR(bp, EINVAL);
146 MLX_BIO_SET_ERROR(bp, ENXIO);
171 MLX_BIO_SET_ERROR(bp, EIO);
H A Dmlx.c1883 MLX_BIO_SET_ERROR(bp, EIO);

Completed in 54 milliseconds