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, May 3, 6:59 PM
Unknown Object (File)
Mon, Apr 27, 4:35 PM
Unknown Object (File)
Mon, Apr 27, 3:25 PM
Unknown Object (File)
Fri, Apr 24, 1:44 PM
Unknown Object (File)
Thu, Apr 23, 7:05 AM
Unknown Object (File)
Tue, Apr 21, 6:57 PM
Unknown Object (File)
Apr 19 2026, 1:18 PM
Unknown Object (File)
Apr 18 2026, 4:27 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