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)
Thu, Jul 3, 12:57 AM
Unknown Object (File)
Sun, Jun 29, 5:57 PM
Unknown Object (File)
Sat, Jun 28, 6:40 AM
Unknown Object (File)
Fri, Jun 20, 1:18 PM
Unknown Object (File)
May 28 2025, 2:59 PM
Unknown Object (File)
Apr 30 2025, 9:50 PM
Unknown Object (File)
Apr 14 2025, 11:28 AM
Unknown Object (File)
Apr 14 2025, 6:57 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