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, Apr 11, 3:56 AM
Unknown Object (File)
Sat, Apr 11, 2:09 AM
Unknown Object (File)
Feb 27 2026, 10:17 AM
Unknown Object (File)
Feb 8 2026, 11:05 AM
Unknown Object (File)
Feb 8 2026, 5:00 AM
Unknown Object (File)
Feb 4 2026, 12:57 AM
Unknown Object (File)
Jan 30 2026, 6:15 PM
Unknown Object (File)
Jan 15 2026, 7:19 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