Page MenuHomeFreeBSD

Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
ClosedPublic

Authored by brooks on Mar 15 2018, 11:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 26, 10:11 AM
Unknown Object (File)
Mon, Mar 17, 3:53 PM
Unknown Object (File)
Sat, Mar 15, 2:04 PM
Unknown Object (File)
Feb 21 2025, 4:47 PM
Unknown Object (File)
Feb 20 2025, 8:55 AM
Unknown Object (File)
Jan 29 2025, 4:47 PM
Unknown Object (File)
Jan 28 2025, 6:15 AM
Unknown Object (File)
Jan 25 2025, 7:52 PM
Subscribers
None

Details

Summary

These macros take an existing ioctl(2) command and replace the length
with the specified length or length of the specified type respectively.
These can be used to define commands for 32-bit compatibility with fewer
opportunities for cut-and-paste errors then a whole new definition.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 16 2018, 3:57 AM
This revision was automatically updated to reflect the committed changes.