Commande | Description |
| MAJOR(9) | macros to manipulate device major/minor numbers |
| MAP_NR(9) | get memory map index for page in kernel memory |
| MINOR(9) | macros to manipulate device major/minor numbers |
| MKDEV(9) | macros to manipulate device major/minor numbers |
| MOD_DEC_USE_COUNT(9) | Support reference counting of modules |
| MOD_INC_USE_COUNT(9) | Support reference counting of modules |
| atomic_add(9) | thread/SMP safe arithmetic on atomic data |
| atomic_dec(9) | thread/SMP safe arithmetic on atomic data |
| atomic_inc(9) | thread/SMP safe arithmetic on atomic data |
| atomic_sub(9) | thread/SMP safe arithmetic on atomic data |
| cleanup_module(9) | module load and unload functions |
| cli(9) | disable/enable interrupts |
| disable_bh(9) | split-half interrupt handling |
| enable_bh(9) | split-half interrupt handling |
| free_irq(9) | register an interrupt handler |
| init_bh(9) | split-half interrupt handling |
| init_module(9) | module load and unload functions |
| intro(9) | Introduction to kernel interface |
| kfree(9) | allocate and free pieces of memory |
| kmalloc(9) | allocate and free pieces of memory |
| mark_bh(9) | split-half interrupt handling |
| mem_map_reserve(9) | Manipulate flags of virtual memory pages |
| mem_map_unreserve(9) | Manipulate flags of virtual memory pages |
| pcibios_find_class(9) | find a PCI class or device |
| pcibios_find_device(9) | find a PCI class or device |
| pcibios_present(9) | determine whether a PCI bus is available |
| pcibios_read_config_byte(9) | read one byte of data from the configuration space of the PCI bus |
| pcibios_read_config_dword(9) | read a double word of data from the configuration space of the PCI bus |
| pcibios_read_config_word(9) | read a word of data from the configuration space of the PCI bus |
| pcibios_strerror(9) | Convert BIOS32 return codes to strings |
| pcibios_write_config_byte(9) | write one byte of data to the configuration space of the PCI bus |
| pcibios_write_config_dword(9) | write one double word of data to the configuration space of the PCI bus |
| pcibios_write_config_word(9) | write one word of data to the configuration space of the PCI bus |
| poll_wait(9) | wait for selectable event to be ready |
| printk(9) | print messages to console log |
| probe_irq_off(9) | safe probing for IRQs |
| probe_irq_on(9) | safe probing for IRQs |
| proc_dir_entry(9) | register entries in the /proc filesystem |
| proc_net_register(9) | register network entries in the /proc filesystem |
| proc_net_unregister(9) | register network entries in the /proc filesystem |
| proc_register(9) | register entries in the /proc filesystem |
| proc_register_dynamic(9) | register entries in the /proc filesystem |
| proc_scsi_register(9) | register SCSI entries in the /proc filesystem |
| proc_scsi_unregister(9) | register SCSI entries in the /proc filesystem |
| proc_unregister(9) | register entries in the /proc filesystem |
| register_chrdev(9) | register a driver major number |
| register_console(9) | take on kernel console duties |
| remove_bh(9) | split-half interrupt handling |
| request_irq(9) | register an interrupt handler |
| restore_flags(9) | save/restore processor state and irq mask |
| save_flags(9) | save/restore processor state and irq mask |
| skb_append(9) | insert an sk_buff into a list |
| skb_dequeue(9) | remove an sk_buff from the head of a list |
| skb_insert(9) | insert an sk_buff into a list |
| skb_peek(9) | peek an sk_buff |
| skb_queue_empty(9) | detect an empty skbuff queue |
| skb_queue_head(9) | insert an sk_buff at the head of a list |
| skb_queue_head_init(9) | prepare an sk_buff_head for use |
| skb_queue_len(9) | determine the length of an sk_buff_head |
| skb_queue_tail(9) | insert an sk_buff at the tail of a list |
| skb_unlink(9) | remove an sk_buff from its list |
| skel(9) | skeleton man page for section 9 entries |
| sleep_on(9) | synchronization using a condition variable |
| sti(9) | disable/enable interrupts |
| unregister_chrdev(9) | register a driver major number |
| wake_up(9) | wake up sleeping processes |