Searched hist:"17276525 fa1a28028f7ca423f365d5081cbe9a97" (Results 1 – 8 of 8) sorted by relevance
/freebsd/stand/uboot/ |
H A D | devicename.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
H A D | main.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
/freebsd/stand/common/ |
H A D | disk.h | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
H A D | disk.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
/freebsd/stand/efi/libefi/ |
H A D | devicename.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
/freebsd/stand/i386/libi386/ |
H A D | devicename.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
/freebsd/stand/userboot/userboot/ |
H A D | devicename.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | diff 17276525fa1a28028f7ca423f365d5081cbe9a97 Wed Nov 30 23:08:15 CET 2022 Warner Losh <imp@FreeBSD.org> stand: Change disk_parsedev() API
Change the first argument to disk_parsedev() to be a pointer to a struct devdesc *. This now gets filled in with a malloc'd structure that's returned to the caller that the caller is repsonsible for freeing. Most places in the tree passed in a malloc'd pointer anyway, and this moves knowledge of disk_devdesc more firmly into the disk.[ch] code.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37335
|