From: john@jjdev.com (John de la Garza)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Man pages for Kernel API
Date: Tue, 3 Jun 2014 11:19:03 -0700 [thread overview]
Message-ID: <20140603181902.GA28795@vega.jjdev.com> (raw)
In-Reply-To: <CAEK-7J+HLtbhKTCx6f+WhLYo4squ-LKbgp7Z_GqxgmY5uKbahQ@mail.gmail.com>
On Tue, Jun 03, 2014 at 10:12:24AM +0530, Dipanjan Das wrote:
> Hi,
>
> Like there is section #2 of man pages dedicated to syscalls, is there any
> official way to get the list of all supported Kernal APIs?
check out the man page for man itself (man man)
look for this:
9 Kernel routines [Non standard]
You may need to install them (man 9 files) as they may not be installed
###### example
john at vega:~/download/koans$ man -k printk
printk (9) - print a kernel message
printk_timed_ratelimit (9) - caller-controlled printk ratelimiting
snd_printd (9) - debug printk
snd_printdd (9) - debug printk
snd_printk (9) - printk wrapper
trace_printk (9) - printf formatting in the ftrace buffer
next prev parent reply other threads:[~2014-06-03 18:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 4:42 Man pages for Kernel API Dipanjan Das
2014-06-03 18:19 ` John de la Garza [this message]
2014-06-04 8:51 ` navid Rahimi
2014-06-04 22:19 ` Frank Ch. Eigler
2014-06-05 0:14 ` navid Rahimi
2014-06-05 15:52 ` navid Rahimi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140603181902.GA28795@vega.jjdev.com \
--to=john@jjdev.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.