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 5, 12:55 AM
Unknown Object (File)
Sun, May 5, 12:55 AM
Unknown Object (File)
Thu, May 2, 2:11 PM
Unknown Object (File)
Thu, May 2, 2:11 PM
Unknown Object (File)
Thu, May 2, 2:11 PM
Unknown Object (File)
Thu, May 2, 11:10 AM
Unknown Object (File)
Tue, Apr 30, 6:38 PM
Unknown Object (File)
Thu, Apr 25, 1:42 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