Page MenuHomeFreeBSD

stand: Introduce devparse to parse device / path strings
ClosedPublic

Authored by imp on Nov 10 2022, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 22, 10:29 PM
Unknown Object (File)
Sep 29 2024, 9:35 PM
Unknown Object (File)
Sep 29 2024, 9:34 PM
Unknown Object (File)
Sep 28 2024, 6:41 PM
Unknown Object (File)
Sep 26 2024, 2:16 AM
Unknown Object (File)
Sep 25 2024, 4:16 PM
Unknown Object (File)
Sep 21 2024, 11:45 PM
Unknown Object (File)
Sep 21 2024, 9:39 AM
Subscribers

Details

Summary

devparse is now the preferred interface to use to parse device
strings or device:/path strings. It parses the passed in string,
mallocs the device's particular devdesc string and returns the
'remainder' of the device:/path for further processing.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable