Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

       tapset::dev - systemtap dev tapset

DESCRIPTION

       MAJOR  Extract major device number from a kernel device number (kdev_t)

              See function::MAJOR(3stap)
               for details.

       MINOR  Extract minor device number from a kernel device number (kdev_t)

              See function::MINOR(3stap)
               for details.

       MKDEF  Creates a value that can be compared to a kernel device number (kdev_t)

              See function::MKDEF(3stap)
               for details.

       usrdev2kerndev
              Converts a user-space device number into the format used in the kernel

              See function::usrdev2kerndev(3stap)
               for details.

SEE ALSO

           function::MAJOR(3stap),        function::MINOR(3stap),      function::MKDEF(3stap),
       function::usrdev2kerndev(3stap),  stap(1), stapprobes(3stap)