/freebsd/sys/riscv/riscv/ |
H A D | mem.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_osrel.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/arm64/arm64/ |
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
H A D | mem.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/arm/arm/ |
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/i386/i386/ |
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/amd64/amd64/ |
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
H A D | mem.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_suspend.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/powerpc/powerpc/ |
H A D | uio_machdep.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/dev/iicbus/ |
H A D | iic.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
/freebsd/sys/kern/ |
H A D | subr_uio.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
H A D | kern_physio.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|
H A D | vfs_vnops.c | diff 473c90ac04cec0abbb414978c53e9c259c9129e8 Fri May 10 22:43:36 CEST 2024 John Baldwin <jhb@FreeBSD.org> uio: Use switch statements when handling UIO_READ vs UIO_WRITE
This is mostly to reduce the diff with CheriBSD which adds additional constants to enum uio_rw, but also matches the normal style used for uio_segflg.
Reviewed by: kib, emaste Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D45142
|