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)
Sun, Nov 2, 12:40 AM
Unknown Object (File)
Sun, Oct 26, 4:13 PM
Unknown Object (File)
Oct 10 2025, 1:15 AM
Unknown Object (File)
Oct 10 2025, 1:15 AM
Unknown Object (File)
Oct 10 2025, 1:15 AM
Unknown Object (File)
Oct 10 2025, 1:15 AM
Unknown Object (File)
Oct 9 2025, 8:57 PM
Unknown Object (File)
Sep 20 2025, 9:01 PM
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