Searched hist:"6 b6914c1e21b625503a1b8d8d5cfdfbc4c6a6acd" (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/man/man9/ |
H A D | device_set_desc.9 | diff 6b6914c1e21b625503a1b8d8d5cfdfbc4c6a6acd Tue Jan 16 17:49:15 CET 2024 Christos Margiolis <christos@FreeBSD.org> subr_bus: introduce device_set_descf() and modify allocation logic
device_set_descf() is a printf-like version of device_set_desc().
Allocation code has been transferred from device_set_desc_internal() to device_set_desc_copy() and device_set_descf() to avoid complicating device_set_desc_internal(). The "copy" argument in device_set_desc_internal() has been replaced with a flag which is set when the description string has been allocated with M_BUS.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: imp, markj Differential Revision: https://reviews.freebsd.org/D43370
|
/freebsd/sys/sys/ |
H A D | bus.h | diff 6b6914c1e21b625503a1b8d8d5cfdfbc4c6a6acd Tue Jan 16 17:49:15 CET 2024 Christos Margiolis <christos@FreeBSD.org> subr_bus: introduce device_set_descf() and modify allocation logic
device_set_descf() is a printf-like version of device_set_desc().
Allocation code has been transferred from device_set_desc_internal() to device_set_desc_copy() and device_set_descf() to avoid complicating device_set_desc_internal(). The "copy" argument in device_set_desc_internal() has been replaced with a flag which is set when the description string has been allocated with M_BUS.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: imp, markj Differential Revision: https://reviews.freebsd.org/D43370
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | diff 6b6914c1e21b625503a1b8d8d5cfdfbc4c6a6acd Tue Jan 16 17:49:15 CET 2024 Christos Margiolis <christos@FreeBSD.org> subr_bus: introduce device_set_descf() and modify allocation logic
device_set_descf() is a printf-like version of device_set_desc().
Allocation code has been transferred from device_set_desc_internal() to device_set_desc_copy() and device_set_descf() to avoid complicating device_set_desc_internal(). The "copy" argument in device_set_desc_internal() has been replaced with a flag which is set when the description string has been allocated with M_BUS.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: imp, markj Differential Revision: https://reviews.freebsd.org/D43370
|