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)
Fri, Oct 10, 1:15 AM
Unknown Object (File)
Fri, Oct 10, 1:15 AM
Unknown Object (File)
Fri, Oct 10, 1:15 AM
Unknown Object (File)
Fri, Oct 10, 1:15 AM
Unknown Object (File)
Thu, Oct 9, 8:57 PM
Unknown Object (File)
Sat, Sep 20, 9:01 PM
Unknown Object (File)
Sep 12 2025, 1:16 AM
Unknown Object (File)
Sep 9 2025, 12:51 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