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)
Sat, Sep 28, 6:41 PM
Unknown Object (File)
Thu, Sep 26, 2:16 AM
Unknown Object (File)
Wed, Sep 25, 4:16 PM
Unknown Object (File)
Sat, Sep 21, 11:45 PM
Unknown Object (File)
Sat, Sep 21, 9:39 AM
Unknown Object (File)
Sat, Sep 21, 9:39 AM
Unknown Object (File)
Sat, Sep 21, 9:38 AM
Unknown Object (File)
Fri, Sep 20, 2:32 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