]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl_list.2: Remove hex values from constants
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 14 Apr 2020 11:06:24 +0000 (13:06 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 14 Apr 2020 11:06:24 +0000 (13:06 +0200)
As noted by Heinrich Schuchardt:

he list contains hex values of different constants. I just wonder for
which architecture (alpha, i386, mips, or sparc at that time). No
information is supplied.

Current values depend on the architecture, e.g.

On amd64
0x82307201      VFAT_IOCTL_READDIR_BOTH
0x82307202      VFAT_IOCTL_READDIR_SHORT
0x80047210      FAT_IOCTL_GET_ATTRIBUTES
0x40047211      FAT_IOCTL_SET_ATTRIBUTES
0x80047213      FAT_IOCTL_GET_VOLUME_ID

On mips
0x42187201      VFAT_IOCTL_READDIR_BOTH
0x42187202      VFAT_IOCTL_READDIR_SHORT
0x40047210      FAT_IOCTL_GET_ATTRIBUTES
0x80047211      FAT_IOCTL_SET_ATTRIBUTES
0x40047213      FAT_IOCTL_GET_VOLUME_ID

Hence hex values should be removed.

Reported-by:
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ioctl_list.2

index 55365dc415605df790248b271d1b978cb21a6fed..b9fb74d8b137c463756e0c94f23e39ab38db7127 100644 (file)
@@ -119,393 +119,393 @@ This is not yet indicated below.
 .PP
 // <include/asm-i386/socket.h>
 .TS
-l l l.
-0x00008901     FIOSETOWN       const int *
-0x00008902     SIOCSPGRP       const int *
-0x00008903     FIOGETOWN       int *
-0x00008904     SIOCGPGRP       int *
-0x00008905     SIOCATMAR       int *
-0x00008906     SIOCGSTAMP      timeval *
+l l.
+FIOSETOWN      const int *
+SIOCSPGRP      const int *
+FIOGETOWN      int *
+SIOCGPGRP      int *
+SIOCATMAR      int *
+SIOCGSTAMP     timeval *
 .TE
 .sp 1
 // <include/asm-i386/termios.h>
 .TS
-l l l l.
-0x00005401     TCGETS  struct termios *
-0x00005402     TCSETS  const struct termios *
-0x00005403     TCSETSW const struct termios *
-0x00005404     TCSETSF const struct termios *
-0x00005405     TCGETA  struct termio *
-0x00005406     TCSETA  const struct termio *
-0x00005407     TCSETAW const struct termio *
-0x00005408     TCSETAF const struct termio *
-0x00005409     TCSBRK  int
-0x0000540A     TCXONC  int
-0x0000540B     TCFLSH  int
-0x0000540C     TIOCEXCL        void
-0x0000540D     TIOCNXCL        void
-0x0000540E     TIOCSCTTY       int
-0x0000540F     TIOCGPGRP       pid_t *
-0x00005410     TIOCSPGRP       const pid_t *
-0x00005411     TIOCOUTQ        int *
-0x00005412     TIOCSTI const char *
-0x00005413     TIOCGWINSZ      struct winsize *
-0x00005414     TIOCSWINSZ      const struct winsize *
-0x00005415     TIOCMGET        int *
-0x00005416     TIOCMBIS        const int *
-0x00005417     TIOCMBIC        const int *
-0x00005418     TIOCMSET        const int *
-0x00005419     TIOCGSOFTCAR    int *
-0x0000541A     TIOCSSOFTCAR    const int *
-0x0000541B     FIONREAD        int *
-0x0000541B     TIOCINQ int *
-0x0000541C     TIOCLINUX       const char *    // MORE
-0x0000541D     TIOCCONS        void
-0x0000541E     TIOCGSERIAL     struct serial_struct *
-0x0000541F     TIOCSSERIAL     const struct serial_struct *
-0x00005420     TIOCPKT const int *
-0x00005421     FIONBIO const int *
-0x00005422     TIOCNOTTY       void
-0x00005423     TIOCSETD        const int *
-0x00005424     TIOCGETD        int *
-0x00005425     TCSBRKP int
-0x00005426     TIOCTTYGSTRUCT  struct tty_struct *
-0x00005450     FIONCLEX        void
-0x00005451     FIOCLEX void
-0x00005452     FIOASYNC        const int *
-0x00005453     TIOCSERCONFIG   void
-0x00005454     TIOCSERGWILD    int *
-0x00005455     TIOCSERSWILD    const int *
-0x00005456     TIOCGLCKTRMIOS  struct termios *
-0x00005457     TIOCSLCKTRMIOS  const struct termios *
-0x00005458     TIOCSERGSTRUCT  struct async_struct *
-0x00005459     TIOCSERGETLSR   int *
+l l.
+TCGETS struct termios *
+TCSETS const struct termios *
+TCSETSW        const struct termios *
+TCSETSF        const struct termios *
+TCGETA struct termio *
+TCSETA const struct termio *
+TCSETAW        const struct termio *
+TCSETAF        const struct termio *
+TCSBRK int
+TCXONC int
+TCFLSH int
+TIOCEXCL       void
+TIOCNXCL       void
+TIOCSCTTY      int
+TIOCGPGRP      pid_t *
+TIOCSPGRP      const pid_t *
+TIOCOUTQ       int *
+TIOCSTI        const char *
+TIOCGWINSZ     struct winsize *
+TIOCSWINSZ     const struct winsize *
+TIOCMGET       int *
+TIOCMBIS       const int *
+TIOCMBIC       const int *
+TIOCMSET       const int *
+TIOCGSOFTCAR   int *
+TIOCSSOFTCAR   const int *
+FIONREAD       int *
+TIOCINQ        int *
+TIOCLINUX      const char *    // MORE
+TIOCCONS       void
+TIOCGSERIAL    struct serial_struct *
+TIOCSSERIAL    const struct serial_struct *
+TIOCPKT        const int *
+FIONBIO        const int *
+TIOCNOTTY      void
+TIOCSETD       const int *
+TIOCGETD       int *
+TCSBRKP        int
+TIOCTTYGSTRUCT struct tty_struct *
+FIONCLEX       void
+FIOCLEX        void
+FIOASYNC       const int *
+TIOCSERCONFIG  void
+TIOCSERGWILD   int *
+TIOCSERSWILD   const int *
+TIOCGLCKTRMIOS struct termios *
+TIOCSLCKTRMIOS const struct termios *
+TIOCSERGSTRUCT struct async_struct *
+TIOCSERGETLSR  int *
 .TE
 .\" Some tables are split into two or more to avoid the warning:
 .\" "table wider than line width".  Some lines are to long to fit
 .\" on one line on an 80 columns console
 .TS
-l l l.
-0x0000545A     TIOCSERGETMULTI struct serial_multiport_struct *
-0x0000545B     TIOCSERSETMULTI const struct serial_multiport_struct *
+l l.
+TIOCSERGETMULTI        struct serial_multiport_struct *
+TIOCSERSETMULTI        const struct serial_multiport_struct *
 .TE
 .sp 1
 // <include/linux/ax25.h>
 .TS
-l l l l.
-0x000089E0     SIOCAX25GETUID  const struct sockaddr_ax25 *
-0x000089E1     SIOCAX25ADDUID  const struct sockaddr_ax25 *
-0x000089E2     SIOCAX25DELUID  const struct sockaddr_ax25 *
-0x000089E3     SIOCAX25NOUID   const int *
-0x000089E4     SIOCAX25DIGCTL  const int *
-0x000089E5     SIOCAX25GETPARMS        struct ax25_parms_struct *      // I-O
+l l.
+SIOCAX25GETUID const struct sockaddr_ax25 *
+SIOCAX25ADDUID const struct sockaddr_ax25 *
+SIOCAX25DELUID const struct sockaddr_ax25 *
+SIOCAX25NOUID  const int *
+SIOCAX25DIGCTL const int *
+SIOCAX25GETPARMS       struct ax25_parms_struct *      // I-O
 .TE
 .TS
-l l l.
-0x000089E6     SIOCAX25SETPARMS        const struct ax25_parms_struct *
+l l.
+SIOCAX25SETPARMS       const struct ax25_parms_struct *
 .TE
 .sp 1
 // <include/linux/cdk.h>
 .TS
-l l l.
-0x00007314     STL_BINTR       void
-0x00007315     STL_BSTART      void
-0x00007316     STL_BSTOP       void
-0x00007317     STL_BRESET      void
+l l.
+STL_BINTR      void
+STL_BSTART     void
+STL_BSTOP      void
+STL_BRESET     void
 .TE
 .sp 1
 // <include/linux/cdrom.h>
 .TS
-l l l.
-0x00005301     CDROMPAUSE      void
-0x00005302     CDROMRESUME     void
-0x00005303     CDROMPLAYMSF    const struct cdrom_msf *
-0x00005304     CDROMPLAYTRKIND const struct cdrom_ti *
-0x00005305     CDROMREADTOCHDR struct cdrom_tochdr *
+l l.
+CDROMPAUSE     void
+CDROMRESUME    void
+CDROMPLAYMSF   const struct cdrom_msf *
+CDROMPLAYTRKIND        const struct cdrom_ti *
+CDROMREADTOCHDR        struct cdrom_tochdr *
 .TE
 .TS
-l l l l.
-0x00005306     CDROMREADTOCENTRY       struct cdrom_tocentry * // I-O
+l l l.
+CDROMREADTOCENTRY      struct cdrom_tocentry * // I-O
 .TE
 .TS
-l l l l.
-0x00005307     CDROMSTOP       void
-0x00005308     CDROMSTART      void
-0x00005309     CDROMEJECT      void
-0x0000530A     CDROMVOLCTRL    const struct cdrom_volctrl *
-0x0000530B     CDROMSUBCHNL    struct cdrom_subchnl *  // I-O
-0x0000530C     CDROMREADMODE2  const struct cdrom_msf *        // MORE
-0x0000530D     CDROMREADMODE1  const struct cdrom_msf *        // MORE
-0x0000530E     CDROMREADAUDIO  const struct cdrom_read_audio * // MORE
-0x0000530F     CDROMEJECT_SW   int
+l l l.
+CDROMSTOP      void
+CDROMSTART     void
+CDROMEJECT     void
+CDROMVOLCTRL   const struct cdrom_volctrl *
+CDROMSUBCHNL   struct cdrom_subchnl *  // I-O
+CDROMREADMODE2 const struct cdrom_msf *        // MORE
+CDROMREADMODE1 const struct cdrom_msf *        // MORE
+CDROMREADAUDIO const struct cdrom_read_audio * // MORE
+CDROMEJECT_SW  int
 .TE
 .TS
-l l l l.
-0x00005310     CDROMMULTISESSION       struct cdrom_multisession *     // I-O
+l l l.
+CDROMMULTISESSION      struct cdrom_multisession *     // I-O
 .TE
 .TS
-l l l l.
-0x00005311     CDROM_GET_UPC   struct { char [8]; } *
-0x00005312     CDROMRESET      void
-0x00005313     CDROMVOLREAD    struct cdrom_volctrl *
-0x00005314     CDROMREADRAW    const struct cdrom_msf *        // MORE
-0x00005315     CDROMREADCOOKED const struct cdrom_msf *        // MORE
-0x00005316     CDROMSEEK       const struct cdrom_msf *
+l l l.
+CDROM_GET_UPC  struct { char [8]; } *
+CDROMRESET     void
+CDROMVOLREAD   struct cdrom_volctrl *
+CDROMREADRAW   const struct cdrom_msf *        // MORE
+CDROMREADCOOKED        const struct cdrom_msf *        // MORE
+CDROMSEEK      const struct cdrom_msf *
 .TE
 .sp 1
 // <include/linux/cm206.h>
 .TS
-l l l.
-0x00002000     CM206CTL_GET_STAT       int
-0x00002001     CM206CTL_GET_LAST_STAT  int
+l l.
+CM206CTL_GET_STAT      int
+CM206CTL_GET_LAST_STAT int
 .TE
 .sp 1
 // <include/linux/cyclades.h>
 .TS
-l l l.
-0x00435901     CYGETMON        struct cyclades_monitor *
-0x00435902     CYGETTHRESH     int *
-0x00435903     CYSETTHRESH     int
-0x00435904     CYGETDEFTHRESH  int *
-0x00435905     CYSETDEFTHRESH  int
-0x00435906     CYGETTIMEOUT    int *
-0x00435907     CYSETTIMEOUT    int
-0x00435908     CYGETDEFTIMEOUT int *
-0x00435909     CYSETDEFTIMEOUT int
+l l.
+CYGETMON       struct cyclades_monitor *
+CYGETTHRESH    int *
+CYSETTHRESH    int
+CYGETDEFTHRESH int *
+CYSETDEFTHRESH int
+CYGETTIMEOUT   int *
+CYSETTIMEOUT   int
+CYGETDEFTIMEOUT        int *
+CYSETDEFTIMEOUT        int
 .TE
 .sp 1
 // <include/linux/fd.h>
 .TS
-l l l.
-0x00000000     FDCLRPRM        void
-0x00000001     FDSETPRM        const struct floppy_struct *
-0x00000002     FDDEFPRM        const struct floppy_struct *
-0x00000003     FDGETPRM        struct floppy_struct *
-0x00000004     FDMSGON void
-0x00000005     FDMSGOFF        void
-0x00000006     FDFMTBEG        void
-0x00000007     FDFMTTRK        const struct format_descr *
-0x00000008     FDFMTEND        void
-0x0000000A     FDSETEMSGTRESH  int
-0x0000000B     FDFLUSH void
-0x0000000C     FDSETMAXERRS    const struct floppy_max_errors *
-0x0000000E     FDGETMAXERRS    struct floppy_max_errors *
-0x00000010     FDGETDRVTYP     struct { char [16]; } *
-0x00000014     FDSETDRVPRM     const struct floppy_drive_params *
-0x00000015     FDGETDRVPRM     struct floppy_drive_params *
-0x00000016     FDGETDRVSTAT    struct floppy_drive_struct *
-0x00000017     FDPOLLDRVSTAT   struct floppy_drive_struct *
-0x00000018     FDRESET int
-0x00000019     FDGETFDCSTAT    struct floppy_fdc_state *
-0x0000001B     FDWERRORCLR     void
-0x0000001C     FDWERRORGET     struct floppy_write_errors *
+l l.
+FDCLRPRM       void
+FDSETPRM       const struct floppy_struct *
+FDDEFPRM       const struct floppy_struct *
+FDGETPRM       struct floppy_struct *
+FDMSGON        void
+FDMSGOFF       void
+FDFMTBEG       void
+FDFMTTRK       const struct format_descr *
+FDFMTEND       void
+FDSETEMSGTRESH int
+FDFLUSH        void
+FDSETMAXERRS   const struct floppy_max_errors *
+FDGETMAXERRS   struct floppy_max_errors *
+FDGETDRVTYP    struct { char [16]; } *
+FDSETDRVPRM    const struct floppy_drive_params *
+FDGETDRVPRM    struct floppy_drive_params *
+FDGETDRVSTAT   struct floppy_drive_struct *
+FDPOLLDRVSTAT  struct floppy_drive_struct *
+FDRESET        int
+FDGETFDCSTAT   struct floppy_fdc_state *
+FDWERRORCLR    void
+FDWERRORGET    struct floppy_write_errors *
 .TE
 .TS
-l l l l.
-0x0000001E     FDRAWCMD        struct floppy_raw_cmd * // MORE // I-O
-0x00000028     FDTWADDLE       void
+l l l.
+FDRAWCMD       struct floppy_raw_cmd * // MORE // I-O
+FDTWADDLE      void
 .TE
 .sp 1
 // <include/linux/fs.h>
 .TS
-l l l l.
-0x0000125D     BLKROSET        const int *
-0x0000125E     BLKROGET        int *
-0x0000125F     BLKRRPART       void
-0x00001260     BLKGETSIZE      unsigned long *
-0x00001261     BLKFLSBUF       void
-0x00001262     BLKRASET        unsigned long
-0x00001263     BLKRAGET        unsigned long *
-0x00000001     FIBMAP  int *   // I-O
-0x00000002     FIGETBSZ        int *
-0x80086601     FS_IOC_GETFLAGS int *
-0x40086602     FS_IOC_SETFLAGS int *
-0x80087601     FS_IOC_GETVERSION       int *
-0x40087602     FS_IOC_SETVERSION       int *
-0xC020660B     FS_IOC_FIEMAP   struct fiemap *
-0x40086602     FS_IOC32_SETFLAGS       int *
-0x40086602     FS_IOC32_SETFLAGS       int *
-0x80047601     FS_IOC32_GETVERSION     int *
-0x40047602     FS_IOC32_SETVERSION     int *
+l l l.
+BLKROSET       const int *
+BLKROGET       int *
+BLKRRPART      void
+BLKGETSIZE     unsigned long *
+BLKFLSBUF      void
+BLKRASET       unsigned long
+BLKRAGET       unsigned long *
+FIBMAP int *   // I-O
+FIGETBSZ       int *
+FS_IOC_GETFLAGS        int *
+FS_IOC_SETFLAGS        int *
+FS_IOC_GETVERSION      int *
+FS_IOC_SETVERSION      int *
+FS_IOC_FIEMAP  struct fiemap *
+FS_IOC32_SETFLAGS      int *
+FS_IOC32_SETFLAGS      int *
+FS_IOC32_GETVERSION    int *
+FS_IOC32_SETVERSION    int *
 .TE
 .sp 1
 // <include/linux/hdreg.h>
 .TS
-l l l l.
-0x00000301     HDIO_GETGEO     struct hd_geometry *
-0x00000302     HDIO_GET_UNMASKINTR     int *
-0x00000304     HDIO_GET_MULTCOUNT      int *
-0x00000307     HDIO_GET_IDENTITY       struct hd_driveid *
-0x00000308     HDIO_GET_KEEPSETTINGS   int *
-0x00000309     HDIO_GET_CHIPSET        int *
-0x0000030A     HDIO_GET_NOWERR int *
-0x0000030B     HDIO_GET_DMA    int *
-0x0000031F     HDIO_DRIVE_CMD  int *   // I-O
-0x00000321     HDIO_SET_MULTCOUNT      int
-0x00000322     HDIO_SET_UNMASKINTR     int
-0x00000323     HDIO_SET_KEEPSETTINGS   int
-0x00000324     HDIO_SET_CHIPSET        int
-0x00000325     HDIO_SET_NOWERR int
-0x00000326     HDIO_SET_DMA    int
+l l.
+HDIO_GETGEO    struct hd_geometry *
+HDIO_GET_UNMASKINTR    int *
+HDIO_GET_MULTCOUNT     int *
+HDIO_GET_IDENTITY      struct hd_driveid *
+HDIO_GET_KEEPSETTINGS  int *
+HDIO_GET_CHIPSET       int *
+HDIO_GET_NOWERR        int *
+HDIO_GET_DMA   int *
+HDIO_DRIVE_CMD int *   // I-O
+HDIO_SET_MULTCOUNT     int
+HDIO_SET_UNMASKINTR    int
+HDIO_SET_KEEPSETTINGS  int
+HDIO_SET_CHIPSET       int
+HDIO_SET_NOWERR        int
+HDIO_SET_DMA   int
 .TE
 .sp 1
 // <include/linux/if_eql.h>
 .TS
-l l l l.
-0x000089F0     EQL_ENSLAVE     struct ifreq *  // MORE // I-O
-0x000089F1     EQL_EMANCIPATE  struct ifreq *  // MORE // I-O
-0x000089F2     EQL_GETSLAVECFG struct ifreq *  // MORE // I-O
-0x000089F3     EQL_SETSLAVECFG struct ifreq *  // MORE // I-O
-0x000089F4     EQL_GETMASTRCFG struct ifreq *  // MORE // I-O
-0x000089F5     EQL_SETMASTRCFG struct ifreq *  // MORE // I-O
+l l l.
+EQL_ENSLAVE    struct ifreq *  // MORE // I-O
+EQL_EMANCIPATE struct ifreq *  // MORE // I-O
+EQL_GETSLAVECFG        struct ifreq *  // MORE // I-O
+EQL_SETSLAVECFG        struct ifreq *  // MORE // I-O
+EQL_GETMASTRCFG        struct ifreq *  // MORE // I-O
+EQL_SETMASTRCFG        struct ifreq *  // MORE // I-O
 .TE
 .sp 1
 // <include/linux/if_plip.h>
 .TS
-l l l l.
-0x000089F0     SIOCDEVPLIP     struct ifreq *  // I-O
+l l l.
+SIOCDEVPLIP    struct ifreq *  // I-O
 .TE
 .sp 1
 // <include/linux/if_ppp.h>
 .TS
-l l l.
-0x00005490     PPPIOCGFLAGS    int *
-0x00005491     PPPIOCSFLAGS    const int *
-0x00005492     PPPIOCGASYNCMAP int *
-0x00005493     PPPIOCSASYNCMAP const int *
-0x00005494     PPPIOCGUNIT     int *
-0x00005495     PPPIOCSINPSIG   const int *
-0x00005497     PPPIOCSDEBUG    const int *
-0x00005498     PPPIOCGDEBUG    int *
-0x00005499     PPPIOCGSTAT     struct ppp_stats *
-0x0000549A     PPPIOCGTIME     struct ppp_ddinfo *
-0x0000549B     PPPIOCGXASYNCMAP        struct { int [8]; } *
-0x0000549C     PPPIOCSXASYNCMAP        const struct { int [8]; } *
-0x0000549D     PPPIOCSMRU      const int *
-0x0000549E     PPPIOCRASYNCMAP const int *
-0x0000549F     PPPIOCSMAXCID   const int *
+l l.
+PPPIOCGFLAGS   int *
+PPPIOCSFLAGS   const int *
+PPPIOCGASYNCMAP        int *
+PPPIOCSASYNCMAP        const int *
+PPPIOCGUNIT    int *
+PPPIOCSINPSIG  const int *
+PPPIOCSDEBUG   const int *
+PPPIOCGDEBUG   int *
+PPPIOCGSTAT    struct ppp_stats *
+PPPIOCGTIME    struct ppp_ddinfo *
+PPPIOCGXASYNCMAP       struct { int [8]; } *
+PPPIOCSXASYNCMAP       const struct { int [8]; } *
+PPPIOCSMRU     const int *
+PPPIOCRASYNCMAP        const int *
+PPPIOCSMAXCID  const int *
 .TE
 .sp 1
 // <include/linux/ipx.h>
 .TS
-l l l.
-0x000089E0     SIOCAIPXITFCRT  const char *
-0x000089E1     SIOCAIPXPRISLT  const char *
-0x000089E2     SIOCIPXCFGDATA  struct ipx_config_data *
+l l.
+SIOCAIPXITFCRT const char *
+SIOCAIPXPRISLT const char *
+SIOCIPXCFGDATA struct ipx_config_data *
 .TE
 .sp 1
 // <include/linux/kd.h>
 .TS
-l l l.
-0x00004B60     GIO_FONT        struct { char [8192]; } *
-0x00004B61     PIO_FONT        const struct { char [8192]; } *
+l l.
+GIO_FONT       struct { char [8192]; } *
+PIO_FONT       const struct { char [8192]; } *
 .TE
 .TS
-l2 l2 l2 l.
-0x00004B6B     GIO_FONTX       struct console_font_desc *      // MORE // I-O
-0x00004B6C     PIO_FONTX       const struct console_font_desc *        //MORE
+l2 l2 l.
+GIO_FONTX      struct console_font_desc *      // MORE // I-O
+PIO_FONTX      const struct console_font_desc *        //MORE
 .TE
 .TS
 l l l.
-0x00004B70     GIO_CMAP        struct { char [48]; } *
-0x00004B71     PIO_CMAP        const struct { char [48]; }
+GIO_CMAP       struct { char [48]; } *
+PIO_CMAP       const struct { char [48]; }
 .TE
 .TS
-l l l l.
-0x00004B2F     KIOCSOUND       int
-0x00004B30     KDMKTONE        int
-0x00004B31     KDGETLED        char *
-0x00004B32     KDSETLED        int
-0x00004B33     KDGKBTYPE       char *
-0x00004B34     KDADDIO int     // MORE
-0x00004B35     KDDELIO int     // MORE
-0x00004B36     KDENABIO        void    // MORE
-0x00004B37     KDDISABIO       void    // MORE
-0x00004B3A     KDSETMODE       int
-0x00004B3B     KDGETMODE       int *
-0x00004B3C     KDMAPDISP       void    // MORE
-0x00004B3D     KDUNMAPDISP     void    // MORE
-0x00004B40     GIO_SCRNMAP     struct { char [E_TABSZ]; } *
+l l l.
+KIOCSOUND      int
+KDMKTONE       int
+KDGETLED       char *
+KDSETLED       int
+KDGKBTYPE      char *
+KDADDIO        int     // MORE
+KDDELIO        int     // MORE
+KDENABIO       void    // MORE
+KDDISABIO      void    // MORE
+KDSETMODE      int
+KDGETMODE      int *
+KDMAPDISP      void    // MORE
+KDUNMAPDISP    void    // MORE
+GIO_SCRNMAP    struct { char [E_TABSZ]; } *
 .TE
 .TS
-l l l.
-0x00004B41     PIO_SCRNMAP     const struct { char [E_TABSZ]; } *
-0x00004B69     GIO_UNISCRNMAP  struct { short [E_TABSZ]; } *
-0x00004B6A     PIO_UNISCRNMAP  const struct { short [E_TABSZ]; } *
+l l.
+PIO_SCRNMAP    const struct { char [E_TABSZ]; } *
+GIO_UNISCRNMAP struct { short [E_TABSZ]; } *
+PIO_UNISCRNMAP const struct { short [E_TABSZ]; } *
 .TE
 .TS
-l l l l.
-0x00004B66     GIO_UNIMAP      struct unimapdesc *     // MORE // I-O
-0x00004B67     PIO_UNIMAP      const struct unimapdesc *       // MORE
-0x00004B68     PIO_UNIMAPCLR   const struct unimapinit *
-0x00004B44     KDGKBMODE       int *
-0x00004B45     KDSKBMODE       int
-0x00004B62     KDGKBMETA       int *
-0x00004B63     KDSKBMETA       int
-0x00004B64     KDGKBLED        int *
-0x00004B65     KDSKBLED        int
-0x00004B46     KDGKBENT        struct kbentry *        // I-O
-0x00004B47     KDSKBENT        const struct kbentry *
-0x00004B48     KDGKBSENT       struct kbsentry *       // I-O
-0x00004B49     KDSKBSENT       const struct kbsentry *
-0x00004B4A     KDGKBDIACR      struct kbdiacrs *
-0x00004B4B     KDSKBDIACR      const struct kbdiacrs *
-0x00004B4C     KDGETKEYCODE    struct kbkeycode *      // I-O
-0x00004B4D     KDSETKEYCODE    const struct kbkeycode *
-0x00004B4E     KDSIGACCEPT     int
+l l l.
+GIO_UNIMAP     struct unimapdesc *     // MORE // I-O
+PIO_UNIMAP     const struct unimapdesc *       // MORE
+PIO_UNIMAPCLR  const struct unimapinit *
+KDGKBMODE      int *
+KDSKBMODE      int
+KDGKBMETA      int *
+KDSKBMETA      int
+KDGKBLED       int *
+KDSKBLED       int
+KDGKBENT       struct kbentry *        // I-O
+KDSKBENT       const struct kbentry *
+KDGKBSENT      struct kbsentry *       // I-O
+KDSKBSENT      const struct kbsentry *
+KDGKBDIACR     struct kbdiacrs *
+KDSKBDIACR     const struct kbdiacrs *
+KDGETKEYCODE   struct kbkeycode *      // I-O
+KDSETKEYCODE   const struct kbkeycode *
+KDSIGACCEPT    int
 .TE
 .sp 1
 // <include/linux/lp.h>
 .TS
-l l l.
-0x00000601     LPCHAR  int
-0x00000602     LPTIME  int
-0x00000604     LPABORT int
-0x00000605     LPSETIRQ        int
-0x00000606     LPGETIRQ        int *
-0x00000608     LPWAIT  int
-0x00000609     LPCAREFUL       int
-0x0000060A     LPABORTOPEN     int
-0x0000060B     LPGETSTATUS     int *
-0x0000060C     LPRESET void
-0x0000060D     LPGETSTATS      struct lp_stats *
+l l.
+LPCHAR int
+LPTIME int
+LPABORT        int
+LPSETIRQ       int
+LPGETIRQ       int *
+LPWAIT int
+LPCAREFUL      int
+LPABORTOPEN    int
+LPGETSTATUS    int *
+LPRESET        void
+LPGETSTATS     struct lp_stats *
 .TE
 .sp 1
 // <include/linux/mroute.h>
 .TS
-l l l l.
-0x000089E0     SIOCGETVIFCNT   struct sioc_vif_req *   // I-O
-0x000089E1     SIOCGETSGCNT    struct sioc_sg_req *    // I-O
+l l l.
+SIOCGETVIFCNT  struct sioc_vif_req *   // I-O
+SIOCGETSGCNT   struct sioc_sg_req *    // I-O
 .TE
 .sp 1
 // <include/linux/msdos_fs.h> see
 .BR ioctl_fat (2)
 .TS
-l l l l.
-0x82307201     VFAT_IOCTL_READDIR_BOTH struct dirent [2]
-0x82307202     VFAT_IOCTL_READDIR_SHORT        struct dirent [2]
-0x80047210     FAT_IOCTL_GET_ATTRIBUTES        __u32 *
-0x40047211     FAT_IOCTL_SET_ATTRIBUTES        const __u32 *
-0x80047213     FAT_IOCTL_GET_VOLUME_ID __u32 *
+l l.
+VFAT_IOCTL_READDIR_BOTH        struct dirent [2]
+VFAT_IOCTL_READDIR_SHORT       struct dirent [2]
+FAT_IOCTL_GET_ATTRIBUTES       __u32 *
+FAT_IOCTL_SET_ATTRIBUTES       const __u32 *
+FAT_IOCTL_GET_VOLUME_ID        __u32 *
 .TE
 .sp 1
 // <include/linux/mtio.h>
 .TS
-l l l.
-0x40086D01     MTIOCTOP        const struct mtop *
-0x801C6D02     MTIOCGET        struct mtget *
-0x80046D03     MTIOCPOS        struct mtpos *
-0x80206D04     MTIOCGETCONFIG  struct mtconfiginfo *
-0x40206D05     MTIOCSETCONFIG  const struct mtconfiginfo *
+l l.
+MTIOCTOP       const struct mtop *
+MTIOCGET       struct mtget *
+MTIOCPOS       struct mtpos *
+MTIOCGETCONFIG struct mtconfiginfo *
+MTIOCSETCONFIG const struct mtconfiginfo *
 .TE
 .sp 1
 // <include/linux/netrom.h>
 .TS
-l l l l.
-0x000089E0     SIOCNRGETPARMS  struct nr_parms_struct *        // I-O
-0x000089E1     SIOCNRSETPARMS  const struct nr_parms_struct *
-0x000089E2     SIOCNRDECOBS    void
-0x000089E3     SIOCNRRTCTL     const int *
+l l l.
+SIOCNRGETPARMS struct nr_parms_struct *        // I-O
+SIOCNRSETPARMS const struct nr_parms_struct *
+SIOCNRDECOBS   void
+SIOCNRRTCTL    const int *
 .TE
 .sp 1
 // <include/uapi/linux/wireless.h>
@@ -574,276 +574,276 @@ x00008b36       SIOCSIWPMKSA    struct iwreq *
 .sp 1
 // <include/linux/sbpcd.h>
 .TS
-l l l.
-0x00009000     DDIOCSDBG       const int *
-0x00005382     CDROMAUDIOBUFSIZ        int
+l l.
+DDIOCSDBG      const int *
+CDROMAUDIOBUFSIZ       int
 .TE
 .sp 1
 // <include/linux/scc.h>
 .TS
-l l l l.
-0x00005470     TIOCSCCINI      void
-0x00005471     TIOCCHANINI     const struct scc_modem *
-0x00005472     TIOCGKISS       struct ioctl_command *  // I-O
-0x00005473     TIOCSKISS       const struct ioctl_command *
-0x00005474     TIOCSCCSTAT     struct scc_stat *
+l l l.
+TIOCSCCINI     void
+TIOCCHANINI    const struct scc_modem *
+TIOCGKISS      struct ioctl_command *  // I-O
+TIOCSKISS      const struct ioctl_command *
+TIOCSCCSTAT    struct scc_stat *
 .TE
 .sp 1
 // <include/linux/scsi.h>
 .TS
-l l l.
-0x00005382     SCSI_IOCTL_GET_IDLUN       struct { int [2]; } *
-0x00005383     SCSI_IOCTL_TAGGED_ENABLE   void
-0x00005384     SCSI_IOCTL_TAGGED_DISABLE  void
+l l.
+SCSI_IOCTL_GET_IDLUN   struct { int [2]; } *
+SCSI_IOCTL_TAGGED_ENABLE          void
+SCSI_IOCTL_TAGGED_DISABLE      void
 .TE
 .TS
-l l l l.
-0x00005385     SCSI_IOCTL_PROBE_HOST   const int *     // MORE
+l l l.
+SCSI_IOCTL_PROBE_HOST  const int *     // MORE
 .TE
 .sp 1
 // <include/linux/smb_fs.h>
 .TS
 l l l.
-0x80027501     SMB_IOC_GETMOUNTUID     uid_t *
+SMB_IOC_GETMOUNTUID    uid_t *
 .TE
 .sp 1
 // <include/uapi/linux/sockios.h> see
 .BR netdevice (7)
 .PP
 .TS
-l l l l.
-0x0000890B     SIOCADDRT       const struct rtentry *  // MORE
-0x0000890C     SIOCDELRT       const struct rtentry *  // MORE
-0x00008910     SIOCGIFNAME     char []
-0x00008911     SIOCSIFLINK     void
-0x00008912     SIOCGIFCONF     struct ifconf * // MORE // I-O
-0x00008913     SIOCGIFFLAGS    struct ifreq *  // I-O
-0x00008914     SIOCSIFFLAGS    const struct ifreq *
-0x00008915     SIOCGIFADDR     struct ifreq *  // I-O
-0x00008916     SIOCSIFADDR     const struct ifreq *
-0x00008917     SIOCGIFDSTADDR  struct ifreq *  // I-O
-0x00008918     SIOCSIFDSTADDR  const struct ifreq *
-0x00008919     SIOCGIFBRDADDR  struct ifreq *  // I-O
-0x0000891A     SIOCSIFBRDADDR  const struct ifreq *
-0x0000891B     SIOCGIFNETMASK  struct ifreq *  // I-O
-0x0000891C     SIOCSIFNETMASK  const struct ifreq *
-0x0000891D     SIOCGIFMETRIC   struct ifreq *  // I-O
-0x0000891E     SIOCSIFMETRIC   const struct ifreq *
-0x0000891F     SIOCGIFMEM      struct ifreq *  // I-O
-0x00008920     SIOCSIFMEM      const struct ifreq *
-0x00008921     SIOCGIFMTU      struct ifreq *  // I-O
-0x00008922     SIOCSIFMTU      const struct ifreq *
+l l l.
+SIOCADDRT      const struct rtentry *  // MORE
+SIOCDELRT      const struct rtentry *  // MORE
+SIOCGIFNAME    char []
+SIOCSIFLINK    void
+SIOCGIFCONF    struct ifconf * // MORE // I-O
+SIOCGIFFLAGS   struct ifreq *  // I-O
+SIOCSIFFLAGS   const struct ifreq *
+SIOCGIFADDR    struct ifreq *  // I-O
+SIOCSIFADDR    const struct ifreq *
+SIOCGIFDSTADDR struct ifreq *  // I-O
+SIOCSIFDSTADDR const struct ifreq *
+SIOCGIFBRDADDR struct ifreq *  // I-O
+SIOCSIFBRDADDR const struct ifreq *
+SIOCGIFNETMASK struct ifreq *  // I-O
+SIOCSIFNETMASK const struct ifreq *
+SIOCGIFMETRIC  struct ifreq *  // I-O
+SIOCSIFMETRIC  const struct ifreq *
+SIOCGIFMEM     struct ifreq *  // I-O
+SIOCSIFMEM     const struct ifreq *
+SIOCGIFMTU     struct ifreq *  // I-O
+SIOCSIFMTU     const struct ifreq *
 .TE
 .TS
-l l l l.
-0x00008923     OLD_SIOCGIFHWADDR       struct ifreq *  // I-O
-0x00008924     SIOCSIFHWADDR   const struct ifreq *    // MORE
-0x00008925     SIOCGIFENCAP    int *
-0x00008926     SIOCSIFENCAP    const int *
-0x00008927     SIOCGIFHWADDR   struct ifreq *  // I-O
-0x00008929     SIOCGIFSLAVE    void
-0x00008930     SIOCSIFSLAVE    void
-0x00008931     SIOCADDMULTI    const struct ifreq *
-0x00008932     SIOCDELMULTI    const struct ifreq *
-0x00008940     SIOCADDRTOLD    void
-0x00008941     SIOCDELRTOLD    void
-0x00008950     SIOCDARP        const struct arpreq *
-0x00008951     SIOCGARP        struct arpreq * // I-O
-0x00008952     SIOCSARP        const struct arpreq *
-0x00008960     SIOCDRARP       const struct arpreq *
-0x00008961     SIOCGRARP       struct arpreq * // I-O
-0x00008962     SIOCSRARP       const struct arpreq *
-0x00008970     SIOCGIFMAP      struct ifreq *  // I-O
-0x00008971     SIOCSIFMAP      const struct ifreq *
+l l l.
+OLD_SIOCGIFHWADDR      struct ifreq *  // I-O
+SIOCSIFHWADDR  const struct ifreq *    // MORE
+SIOCGIFENCAP   int *
+SIOCSIFENCAP   const int *
+SIOCGIFHWADDR  struct ifreq *  // I-O
+SIOCGIFSLAVE   void
+SIOCSIFSLAVE   void
+SIOCADDMULTI   const struct ifreq *
+SIOCDELMULTI   const struct ifreq *
+SIOCADDRTOLD   void
+SIOCDELRTOLD   void
+SIOCDARP       const struct arpreq *
+SIOCGARP       struct arpreq * // I-O
+SIOCSARP       const struct arpreq *
+SIOCDRARP      const struct arpreq *
+SIOCGRARP      struct arpreq * // I-O
+SIOCSRARP      const struct arpreq *
+SIOCGIFMAP     struct ifreq *  // I-O
+SIOCSIFMAP     const struct ifreq *
 .TE
 .sp 1
 // <include/linux/soundcard.h>
 .TS
+l l.
+SNDCTL_SEQ_RESET       void
+SNDCTL_SEQ_SYNC        void
+.TE
+.TS
 l l l.
-0x00005100     SNDCTL_SEQ_RESET        void
-0x00005101     SNDCTL_SEQ_SYNC void
+SNDCTL_SYNTH_INFO      struct synth_info *     // I-O
+SNDCTL_SEQ_CTRLRATE    int *   // I-O
+SNDCTL_SEQ_GETOUTCOUNT int *
+SNDCTL_SEQ_GETINCOUNT  int *
+SNDCTL_SEQ_PERCMODE    void
 .TE
 .TS
-l l l l.
-0xC08C5102     SNDCTL_SYNTH_INFO       struct synth_info *     // I-O
-0xC0045103     SNDCTL_SEQ_CTRLRATE     int *   // I-O
-0x80045104     SNDCTL_SEQ_GETOUTCOUNT  int *
-0x80045105     SNDCTL_SEQ_GETINCOUNT   int *
-0x40045106     SNDCTL_SEQ_PERCMODE     void
+l l.
+SNDCTL_FM_LOAD_INSTR   const struct sbi_instrument *
 .TE
 .TS
 l l l.
-0x40285107     SNDCTL_FM_LOAD_INSTR    const struct sbi_instrument *
+SNDCTL_SEQ_TESTMIDI    const int *
+SNDCTL_SEQ_RESETSAMPLES        const int *
+SNDCTL_SEQ_NRSYNTHS    int *
+SNDCTL_SEQ_NRMIDIS     int *
+SNDCTL_MIDI_INFO       struct midi_info *      // I-O
+SNDCTL_SEQ_THRESHOLD   const int *
+SNDCTL_SYNTH_MEMAVL    int *   // I-O
+SNDCTL_FM_4OP_ENABLE   const int *
+SNDCTL_PMGR_ACCESS     struct patmgr_info *    // I-O
+SNDCTL_SEQ_PANIC       void
 .TE
 .TS
-l l l l.
-0x40045108     SNDCTL_SEQ_TESTMIDI     const int *
-0x40045109     SNDCTL_SEQ_RESETSAMPLES const int *
-0x8004510A     SNDCTL_SEQ_NRSYNTHS     int *
-0x8004510B     SNDCTL_SEQ_NRMIDIS      int *
-0xC074510C     SNDCTL_MIDI_INFO        struct midi_info *      // I-O
-0x4004510D     SNDCTL_SEQ_THRESHOLD    const int *
-0xC004510E     SNDCTL_SYNTH_MEMAVL     int *   // I-O
-0x4004510F     SNDCTL_FM_4OP_ENABLE    const int *
-0xCFB85110     SNDCTL_PMGR_ACCESS      struct patmgr_info *    // I-O
-0x00005111     SNDCTL_SEQ_PANIC        void
+l l.
+SNDCTL_SEQ_OUTOFBAND   const struct seq_event_rec *
 .TE
 .TS
 l l l.
-0x40085112     SNDCTL_SEQ_OUTOFBAND    const struct seq_event_rec *
+SNDCTL_TMR_TIMEBASE    int *   // I-O
+SNDCTL_TMR_START       void
+SNDCTL_TMR_STOP        void
+SNDCTL_TMR_CONTINUE    void
+SNDCTL_TMR_TEMPO       int *   // I-O
+SNDCTL_TMR_SOURCE      int *   // I-O
+SNDCTL_TMR_METRONOME   const int *
+SNDCTL_TMR_SELECT      int *   // I-O
+SNDCTL_PMGR_IFACE      struct patmgr_info *    // I-O
+SNDCTL_MIDI_PRETIME    int *   // I-O
+SNDCTL_MIDI_MPUMODE    const int *
 .TE
 .TS
-l l l l.
-0xC0045401     SNDCTL_TMR_TIMEBASE     int *   // I-O
-0x00005402     SNDCTL_TMR_START        void
-0x00005403     SNDCTL_TMR_STOP void
-0x00005404     SNDCTL_TMR_CONTINUE     void
-0xC0045405     SNDCTL_TMR_TEMPO        int *   // I-O
-0xC0045406     SNDCTL_TMR_SOURCE       int *   // I-O
-0x40045407     SNDCTL_TMR_METRONOME    const int *
-0x40045408     SNDCTL_TMR_SELECT       int *   // I-O
-0xCFB85001     SNDCTL_PMGR_IFACE       struct patmgr_info *    // I-O
-0xC0046D00     SNDCTL_MIDI_PRETIME     int *   // I-O
-0xC0046D01     SNDCTL_MIDI_MPUMODE     const int *
+l l l.
+SNDCTL_MIDI_MPUCMD     struct mpu_command_rec *        // I-O
 .TE
 .TS
-l l l l.
-0xC0216D02     SNDCTL_MIDI_MPUCMD      struct mpu_command_rec *        // I-O
+l l l.
+SNDCTL_DSP_RESET       void
+SNDCTL_DSP_SYNC        void
+SNDCTL_DSP_SPEED       int *   // I-O
+SNDCTL_DSP_STEREO      int *   // I-O
+SNDCTL_DSP_GETBLKSIZE  int *   // I-O
+SOUND_PCM_WRITE_CHANNELS       int *   // I-O
+SOUND_PCM_WRITE_FILTER int *   // I-O
+SNDCTL_DSP_POST        void
+SNDCTL_DSP_SUBDIVIDE   int *   // I-O
+SNDCTL_DSP_SETFRAGMENT int *   // I-O
+SNDCTL_DSP_GETFMTS     int *
+SNDCTL_DSP_SETFMT      int *   // I-O
 .TE
 .TS
-l l l l.
-0x00005000     SNDCTL_DSP_RESET        void
-0x00005001     SNDCTL_DSP_SYNC void
-0xC0045002     SNDCTL_DSP_SPEED        int *   // I-O
-0xC0045003     SNDCTL_DSP_STEREO       int *   // I-O
-0xC0045004     SNDCTL_DSP_GETBLKSIZE   int *   // I-O
-0xC0045006     SOUND_PCM_WRITE_CHANNELS        int *   // I-O
-0xC0045007     SOUND_PCM_WRITE_FILTER  int *   // I-O
-0x00005008     SNDCTL_DSP_POST void
-0xC0045009     SNDCTL_DSP_SUBDIVIDE    int *   // I-O
-0xC004500A     SNDCTL_DSP_SETFRAGMENT  int *   // I-O
-0x8004500B     SNDCTL_DSP_GETFMTS      int *
-0xC0045005     SNDCTL_DSP_SETFMT       int *   // I-O
+l l.
+SNDCTL_DSP_GETOSPACE   struct audio_buf_info *
+SNDCTL_DSP_GETISPACE   struct audio_buf_info *
+SNDCTL_DSP_NONBLOCK    void
+SOUND_PCM_READ_RATE    int *
+SOUND_PCM_READ_CHANNELS        int *
+SOUND_PCM_READ_BITS    int *
+SOUND_PCM_READ_FILTER  int *
+SNDCTL_COPR_RESET      void
+SNDCTL_COPR_LOAD       const struct copr_buffer *
 .TE
 .TS
 l l l.
-0x800C500C     SNDCTL_DSP_GETOSPACE    struct audio_buf_info *
-0x800C500D     SNDCTL_DSP_GETISPACE    struct audio_buf_info *
-0x0000500E     SNDCTL_DSP_NONBLOCK     void
-0x80045002     SOUND_PCM_READ_RATE     int *
-0x80045006     SOUND_PCM_READ_CHANNELS int *
-0x80045005     SOUND_PCM_READ_BITS     int *
-0x80045007     SOUND_PCM_READ_FILTER   int *
-0x00004300     SNDCTL_COPR_RESET       void
-0xCFB04301     SNDCTL_COPR_LOAD        const struct copr_buffer *
+SNDCTL_COPR_RDATA      struct copr_debug_buf * // I-O
+SNDCTL_COPR_RCODE      struct copr_debug_buf * // I-O
 .TE
 .TS
-l l l l.
-0xC0144302     SNDCTL_COPR_RDATA       struct copr_debug_buf * // I-O
-0xC0144303     SNDCTL_COPR_RCODE       struct copr_debug_buf * // I-O
+l l.
+SNDCTL_COPR_WDATA      const struct copr_debug_buf *
+SNDCTL_COPR_WCODE      const struct copr_debug_buf *
 .TE
 .TS
 l l l.
-0x40144304     SNDCTL_COPR_WDATA       const struct copr_debug_buf *
-0x40144305     SNDCTL_COPR_WCODE       const struct copr_debug_buf *
+SNDCTL_COPR_RUN        struct copr_debug_buf * // I-O
+SNDCTL_COPR_HALT       struct copr_debug_buf * // I-O
 .TE
 .TS
-l l l l.
-0xC0144306     SNDCTL_COPR_RUN struct copr_debug_buf * // I-O
-0xC0144307     SNDCTL_COPR_HALT        struct copr_debug_buf * // I-O
+l l.
+SNDCTL_COPR_SENDMSG    const struct copr_msg *
+SNDCTL_COPR_RCVMSG     struct copr_msg *
+SOUND_MIXER_READ_VOLUME        int *
+SOUND_MIXER_READ_BASS  int *
+SOUND_MIXER_READ_TREBLE        int *
+SOUND_MIXER_READ_SYNTH int *
+SOUND_MIXER_READ_PCM   int *
+SOUND_MIXER_READ_SPEAKER       int *
+SOUND_MIXER_READ_LINE  int *
+SOUND_MIXER_READ_MIC   int *
+SOUND_MIXER_READ_CD    int *
+SOUND_MIXER_READ_IMIX  int *
+SOUND_MIXER_READ_ALTPCM        int *
+SOUND_MIXER_READ_RECLEV        int *
+SOUND_MIXER_READ_IGAIN int *
+SOUND_MIXER_READ_OGAIN int *
+SOUND_MIXER_READ_LINE1 int *
+SOUND_MIXER_READ_LINE2 int *
+SOUND_MIXER_READ_LINE3 int *
+SOUND_MIXER_READ_MUTE  int *
+SOUND_MIXER_READ_ENHANCE       int *
+SOUND_MIXER_READ_LOUD  int *
+SOUND_MIXER_READ_RECSRC        int *
+SOUND_MIXER_READ_DEVMASK       int *
+SOUND_MIXER_READ_RECMASK       int *
+SOUND_MIXER_READ_STEREODEVS    int *
+SOUND_MIXER_READ_CAPS  int *
 .TE
 .TS
 l l l.
-0x4FA44308     SNDCTL_COPR_SENDMSG     const struct copr_msg *
-0x8FA44309     SNDCTL_COPR_RCVMSG      struct copr_msg *
-0x80044D00     SOUND_MIXER_READ_VOLUME int *
-0x80044D01     SOUND_MIXER_READ_BASS   int *
-0x80044D02     SOUND_MIXER_READ_TREBLE int *
-0x80044D03     SOUND_MIXER_READ_SYNTH  int *
-0x80044D04     SOUND_MIXER_READ_PCM    int *
-0x80044D05     SOUND_MIXER_READ_SPEAKER        int *
-0x80044D06     SOUND_MIXER_READ_LINE   int *
-0x80044D07     SOUND_MIXER_READ_MIC    int *
-0x80044D08     SOUND_MIXER_READ_CD     int *
-0x80044D09     SOUND_MIXER_READ_IMIX   int *
-0x80044D0A     SOUND_MIXER_READ_ALTPCM int *
-0x80044D0B     SOUND_MIXER_READ_RECLEV int *
-0x80044D0C     SOUND_MIXER_READ_IGAIN  int *
-0x80044D0D     SOUND_MIXER_READ_OGAIN  int *
-0x80044D0E     SOUND_MIXER_READ_LINE1  int *
-0x80044D0F     SOUND_MIXER_READ_LINE2  int *
-0x80044D10     SOUND_MIXER_READ_LINE3  int *
-0x80044D1C     SOUND_MIXER_READ_MUTE   int *
-0x80044D1D     SOUND_MIXER_READ_ENHANCE        int *
-0x80044D1E     SOUND_MIXER_READ_LOUD   int *
-0x80044DFF     SOUND_MIXER_READ_RECSRC int *
-0x80044DFE     SOUND_MIXER_READ_DEVMASK        int *
-0x80044DFD     SOUND_MIXER_READ_RECMASK        int *
-0x80044DFB     SOUND_MIXER_READ_STEREODEVS     int *
-0x80044DFC     SOUND_MIXER_READ_CAPS   int *
-.TE
-.TS
-l l l l.
-0xC0044D00     SOUND_MIXER_WRITE_VOLUME        int *   // I-O
-0xC0044D01     SOUND_MIXER_WRITE_BASS  int *   // I-O
-0xC0044D02     SOUND_MIXER_WRITE_TREBLE        int *   // I-O
-0xC0044D03     SOUND_MIXER_WRITE_SYNTH int *   // I-O
-0xC0044D04     SOUND_MIXER_WRITE_PCM   int *   // I-O
-0xC0044D05     SOUND_MIXER_WRITE_SPEAKER       int *   // I-O
-0xC0044D06     SOUND_MIXER_WRITE_LINE  int *   // I-O
-0xC0044D07     SOUND_MIXER_WRITE_MIC   int *   // I-O
-0xC0044D08     SOUND_MIXER_WRITE_CD    int *   // I-O
-0xC0044D09     SOUND_MIXER_WRITE_IMIX  int *   // I-O
-0xC0044D0A     SOUND_MIXER_WRITE_ALTPCM        int *   // I-O
-0xC0044D0B     SOUND_MIXER_WRITE_RECLEV        int *   // I-O
-0xC0044D0C     SOUND_MIXER_WRITE_IGAIN int *   // I-O
-0xC0044D0D     SOUND_MIXER_WRITE_OGAIN int *   // I-O
-0xC0044D0E     SOUND_MIXER_WRITE_LINE1 int *   // I-O
-0xC0044D0F     SOUND_MIXER_WRITE_LINE2 int *   // I-O
-0xC0044D10     SOUND_MIXER_WRITE_LINE3 int *   // I-O
-0xC0044D1C     SOUND_MIXER_WRITE_MUTE  int *   // I-O
-0xC0044D1D     SOUND_MIXER_WRITE_ENHANCE       int *   // I-O
-0xC0044D1E     SOUND_MIXER_WRITE_LOUD  int *   // I-O
-0xC0044DFF     SOUND_MIXER_WRITE_RECSRC        int *   // I-O
+SOUND_MIXER_WRITE_VOLUME       int *   // I-O
+SOUND_MIXER_WRITE_BASS int *   // I-O
+SOUND_MIXER_WRITE_TREBLE       int *   // I-O
+SOUND_MIXER_WRITE_SYNTH        int *   // I-O
+SOUND_MIXER_WRITE_PCM  int *   // I-O
+SOUND_MIXER_WRITE_SPEAKER      int *   // I-O
+SOUND_MIXER_WRITE_LINE int *   // I-O
+SOUND_MIXER_WRITE_MIC  int *   // I-O
+SOUND_MIXER_WRITE_CD   int *   // I-O
+SOUND_MIXER_WRITE_IMIX int *   // I-O
+SOUND_MIXER_WRITE_ALTPCM       int *   // I-O
+SOUND_MIXER_WRITE_RECLEV       int *   // I-O
+SOUND_MIXER_WRITE_IGAIN        int *   // I-O
+SOUND_MIXER_WRITE_OGAIN        int *   // I-O
+SOUND_MIXER_WRITE_LINE1        int *   // I-O
+SOUND_MIXER_WRITE_LINE2        int *   // I-O
+SOUND_MIXER_WRITE_LINE3        int *   // I-O
+SOUND_MIXER_WRITE_MUTE int *   // I-O
+SOUND_MIXER_WRITE_ENHANCE      int *   // I-O
+SOUND_MIXER_WRITE_LOUD int *   // I-O
+SOUND_MIXER_WRITE_RECSRC       int *   // I-O
 .TE
 .sp 1
 // <include/linux/timerfd.h> see
 .BR timerfd_create (2)
 .TS
-l l l l.
-0x40085400     TFD_IOC_SET_TICKS       uint64_t *
+l l l.
+TFD_IOC_SET_TICKS      uint64_t *
 .TE
 .sp 1
 // <include/linux/umsdos_fs.h>
 .TS
-l l l l.
-0x000004D2     UMSDOS_READDIR_DOS      struct umsdos_ioctl *   // I-O
-0x000004D3     UMSDOS_UNLINK_DOS       const struct umsdos_ioctl *
-0x000004D4     UMSDOS_RMDIR_DOS        const struct umsdos_ioctl *
-0x000004D5     UMSDOS_STAT_DOS struct umsdos_ioctl *   // I-O
-0x000004D6     UMSDOS_CREAT_EMD        const struct umsdos_ioctl *
-0x000004D7     UMSDOS_UNLINK_EMD       const struct umsdos_ioctl *
-0x000004D8     UMSDOS_READDIR_EMD      struct umsdos_ioctl *   // I-O
-0x000004D9     UMSDOS_GETVERSION       struct umsdos_ioctl *
-0x000004DA     UMSDOS_INIT_EMD void
-0x000004DB     UMSDOS_DOS_SETUP        const struct umsdos_ioctl *
-0x000004DC     UMSDOS_RENAME_DOS       const struct umsdos_ioctl *
+l l l.
+UMSDOS_READDIR_DOS     struct umsdos_ioctl *   // I-O
+UMSDOS_UNLINK_DOS      const struct umsdos_ioctl *
+UMSDOS_RMDIR_DOS       const struct umsdos_ioctl *
+UMSDOS_STAT_DOS        struct umsdos_ioctl *   // I-O
+UMSDOS_CREAT_EMD       const struct umsdos_ioctl *
+UMSDOS_UNLINK_EMD      const struct umsdos_ioctl *
+UMSDOS_READDIR_EMD     struct umsdos_ioctl *   // I-O
+UMSDOS_GETVERSION      struct umsdos_ioctl *
+UMSDOS_INIT_EMD        void
+UMSDOS_DOS_SETUP       const struct umsdos_ioctl *
+UMSDOS_RENAME_DOS      const struct umsdos_ioctl *
 .TE
 .sp 1
 // <include/linux/vt.h>
 .TS
-l l l.
-0x00005600     VT_OPENQRY      int *
-0x00005601     VT_GETMODE      struct vt_mode *
-0x00005602     VT_SETMODE      const struct vt_mode *
-0x00005603     VT_GETSTATE     struct vt_stat *
-0x00005604     VT_SENDSIG      void
-0x00005605     VT_RELDISP      int
-0x00005606     VT_ACTIVATE     int
-0x00005607     VT_WAITACTIVE   int
-0x00005608     VT_DISALLOCATE  int
-0x00005609     VT_RESIZE       const struct vt_sizes *
-0x0000560A     VT_RESIZEX      const struct vt_consize *
+l l.
+VT_OPENQRY     int *
+VT_GETMODE     struct vt_mode *
+VT_SETMODE     const struct vt_mode *
+VT_GETSTATE    struct vt_stat *
+VT_SENDSIG     void
+VT_RELDISP     int
+VT_ACTIVATE    int
+VT_WAITACTIVE  int
+VT_DISALLOCATE int
+VT_RESIZE      const struct vt_sizes *
+VT_RESIZEX     const struct vt_consize *
 .TE
 .sp 1
 // More arguments.
@@ -1033,12 +1033,12 @@ and
 .BR SIOCPROTOPRIVATE .
 .TS
 l l l.
-0x00000001     FDSETPRM        FIBMAP
-0x00000002     FDDEFPRM        FIGETBSZ
-0x00005382     CDROMAUDIOBUFSIZ        SCSI_IOCTL_GET_IDLUN
-0x00005402     SNDCTL_TMR_START        TCSETS
-0x00005403     SNDCTL_TMR_STOP TCSETSW
-0x00005404     SNDCTL_TMR_CONTINUE     TCSETSF
+FDSETPRM       FIBMAP
+FDDEFPRM       FIGETBSZ
+SCSI_IOCTL_GET_IDLUN
+SNDCTL_TMR_START       TCSETS
+SNDCTL_TMR_STOP        TCSETSW
+SNDCTL_TMR_CONTINUE    TCSETSF
 .TE
 .SH SEE ALSO
 .BR ioctl (2),