Mark Johnston dfff37765c Rename struct device to struct _device
types.h defines device_t as a typedef of struct device *.  struct device
is defined in subr_bus.c and almost all of the kernel uses device_t.
The LinuxKPI also defines a struct device, so type confusion can occur.

This causes bugs and ambiguity for debugging tools.  Rename the FreeBSD
struct device to struct _device.

Reviewed by:	gbe (man pages)
Reviewed by:	rpokala, imp, jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D29676
2021-04-12 09:32:30 -04:00
..
2019-12-04 16:56:11 +00:00
2021-03-30 20:23:04 -05:00
2021-03-29 12:05:43 -03:00
2020-03-18 01:09:43 +00:00
2020-09-21 22:21:59 +00:00
2020-12-03 01:39:59 +00:00
2021-03-20 19:23:59 -07:00
2020-03-18 01:09:43 +00:00
2020-11-06 14:12:45 +00:00
2020-11-06 14:12:45 +00:00
2020-11-05 20:18:00 +00:00
2020-03-18 01:09:43 +00:00