SYMBOL INDEX (2489 symbols across 341 files) FILE: drivers/block/ata.c type fs_operations (line 27) | struct fs_operations type ide (line 70) | struct ide type ide (line 72) | struct ide type device (line 87) | struct device type interrupt (line 112) | struct interrupt function ata_identify_device (line 118) | static void ata_identify_device(struct ide *ide, struct ata_drv *drive) function identify_drive (line 145) | static int identify_drive(struct ide *ide, struct ata_drv *drive) function get_device_size (line 219) | static void get_device_size(struct ata_drv *drive) function get_piomode (line 247) | static int get_piomode(struct ata_drv *drive) function get_udma (line 265) | static int get_udma(struct ata_drv *drive) function get_ata (line 287) | static int get_ata(struct ata_drv *drive) function show_capabilities (line 306) | static void show_capabilities(struct ide *ide, struct ata_drv *drive) function ata_softreset (line 435) | static int ata_softreset(struct ide *ide) function sector2chs (line 513) | static void sector2chs(__off_t offset, int *cyl, int *head, int *sector,... function irq_ide0 (line 523) | void irq_ide0(int num, struct sigcontext *sc) function irq_ide1 (line 536) | void irq_ide1(int num, struct sigcontext *sc) function ide0_timer (line 549) | void ide0_timer(unsigned int arg) function ide1_timer (line 559) | void ide1_timer(unsigned int arg) function ata_error (line 569) | void ata_error(struct ide *ide, int status) function ata_delay (line 613) | void ata_delay(void) function ata_wait400ns (line 622) | void ata_wait400ns(struct ide *ide) function ata_wait_nobusy (line 632) | int ata_wait_nobusy(struct ide *ide) function ata_wait_state (line 649) | int ata_wait_state(struct ide *ide, unsigned char state) function ata_io (line 672) | int ata_io(struct ide *ide, struct ata_drv *drive, __off_t offset, int n... function ata_set_timeout (line 701) | void ata_set_timeout(struct ide *ide, int timeout, int reason) function ata_end_request (line 709) | void ata_end_request(struct ide *ide) function ata_select_drv (line 752) | int ata_select_drv(struct ide *ide, int drive, int mode, unsigned char l... type ide (line 782) | struct ide function ide_table_init (line 799) | void ide_table_init(struct ide *ide, int channel) function ata_channel_init (line 804) | int ata_channel_init(struct ide *ide) function ata_open (line 862) | int ata_open(struct inode *i, struct fd *f) function ata_close (line 879) | int ata_close(struct inode *i, struct fd *f) function ata_read (line 896) | int ata_read(__dev_t dev, __blk_t block, char *buffer, int blksize) function ata_write (line 914) | int ata_write(__dev_t dev, __blk_t block, char *buffer, int blksize) function ata_ioctl (line 932) | int ata_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 949) | __loff_t ata_llseek(struct inode *i, __loff_t offset) function ata_init (line 966) | void ata_init(void) FILE: drivers/block/ata_hd.c type fs_operations (line 26) | struct fs_operations function assign_minors (line 69) | static void assign_minors(__dev_t rdev, struct ata_drv *drive, struct pa... function __off_t (line 97) | static __off_t block2sector(__blk_t block, int blksize, struct partition... function setup_transfer (line 108) | static int setup_transfer(int mode, __dev_t dev, __blk_t block, char *bu... function pio_read (line 163) | static int pio_read(struct ide *ide, struct ata_drv *drive, struct xfer_... function pio_read_end (line 175) | static int pio_read_end(struct ide *ide, struct xfer_data *xd) function pio_write (line 210) | static int pio_write(struct ide *ide, struct ata_drv *drive, struct xfer... function pio_write_end (line 234) | static int pio_write_end(struct ide *ide, struct xfer_data *xd) function dma_transfer (line 260) | static int dma_transfer(struct ide *ide, struct ata_drv *drive, struct x... function dma_transfer_end (line 275) | static int dma_transfer_end(struct ide *ide, struct xfer_data *xd) function ata_hd_open (line 312) | int ata_hd_open(struct inode *i, struct fd *f) function ata_hd_close (line 317) | int ata_hd_close(struct inode *i, struct fd *f) function ata_hd_read (line 323) | int ata_hd_read(__dev_t dev, __blk_t block, char *buffer, int blksize) function ata_hd_write (line 328) | int ata_hd_write(__dev_t dev, __blk_t block, char *buffer, int blksize) function ata_hd_ioctl (line 333) | int ata_hd_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 409) | __loff_t ata_hd_llseek(struct inode *i, __loff_t offset) function ata_hd_init (line 414) | int ata_hd_init(struct ide *ide, struct ata_drv *drive) FILE: drivers/block/ata_pci.c function setup_ata_device (line 17) | static int setup_ata_device(struct ide *ide, struct pci_device *pci_dev) function ata_setup_dma (line 76) | void ata_setup_dma(struct ide *ide, struct ata_drv *drive, char *buffer,... function ata_start_dma (line 93) | void ata_start_dma(struct ide *ide, struct ata_drv *drive) function ata_stop_dma (line 101) | void ata_stop_dma(struct ide *ide, struct ata_drv *drive) function ata_pci (line 111) | int ata_pci(struct ide *ide) FILE: drivers/block/atapi.c function send_packet_command (line 17) | int send_packet_command(unsigned char *pkt, struct ide *ide, struct ata_... function atapi_cmd_testunit (line 56) | int atapi_cmd_testunit(struct ide *ide, struct ata_drv *drive) function atapi_cmd_reqsense (line 65) | int atapi_cmd_reqsense(struct ide *ide, struct ata_drv *drive) function atapi_cmd_startstop (line 75) | int atapi_cmd_startstop(int action, struct ide *ide, struct ata_drv *drive) function atapi_cmd_mediumrm (line 85) | int atapi_cmd_mediumrm(int action, struct ide *ide, struct ata_drv *drive) function atapi_cmd_get_capacity (line 95) | int atapi_cmd_get_capacity(struct ide *ide, struct ata_drv *drive) function atapi_cmd_read10 (line 104) | int atapi_cmd_read10(struct ide *ide, struct ata_drv *drive) FILE: drivers/block/atapi_cd.c type fs_operations (line 19) | struct fs_operations function setup_transfer (line 62) | static int setup_transfer(int mode, __dev_t dev, __blk_t block, char *bu... function atapi_pio_read (line 89) | static int atapi_pio_read(struct ide *ide, struct ata_drv *drive, struct... function atapi_pio_read_end (line 103) | static int atapi_pio_read_end(struct ide *ide, struct xfer_data *xd) function request_sense (line 176) | static int request_sense(char *buffer, __dev_t dev, struct ide *ide, str... function get_capacity (line 197) | static void get_capacity(struct inode *i, struct ide *ide, struct ata_dr... function atapi_cd_open (line 213) | int atapi_cd_open(struct inode *i, struct fd *f) function atapi_cd_close (line 281) | int atapi_cd_close(struct inode *i, struct fd *f) function atapi_cd_read (line 308) | int atapi_cd_read(__dev_t dev, __blk_t block, char *buffer, int blksize) function atapi_cd_ioctl (line 313) | int atapi_cd_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int ... function __loff_t (line 345) | __loff_t atapi_cd_llseek(struct inode *i, __loff_t offset) function atapi_cd_init (line 350) | int atapi_cd_init(struct ide *ide, struct ata_drv *drive) FILE: drivers/block/blk_queue.c function add_blk_request (line 21) | void add_blk_request(struct blk_request *br) function do_blk_request (line 40) | int do_blk_request(struct device *d, void *fn, struct buffer *buf) function run_blk_request (line 70) | void run_blk_request(struct device *d) FILE: drivers/block/dma.c function start_dma (line 44) | void start_dma(int channel, void *address, unsigned int count, int mode) function dma_register (line 73) | int dma_register(int channel, char *dev_name) function dma_unregister (line 82) | int dma_unregister(int channel) function dma_init (line 92) | void dma_init(void) FILE: drivers/block/floppy.c type resource (line 39) | struct resource type fddt (line 41) | struct fddt type fdd_status (line 62) | struct fdd_status { type fdd_status (line 69) | struct fdd_status type fddt (line 75) | struct fddt type fs_operations (line 77) | struct fs_operations type device (line 120) | struct device type interrupt (line 132) | struct interrupt function fdc_in (line 134) | static int fdc_in(void) function fdc_out (line 157) | static void fdc_out(unsigned char value) function fdc_get_results (line 178) | static void fdc_get_results(void) function fdc_motor_on (line 189) | static int fdc_motor_on(void) function do_motor_off (line 219) | static void do_motor_off(unsigned int fdd) function fdc_motor_off (line 226) | static void fdc_motor_off(void) function fdc_reset (line 235) | static void fdc_reset(void) function fdc_recalibrate (line 281) | static int fdc_recalibrate(void) function fdc_seek (line 328) | static int fdc_seek(int track, int head) function fdc_get_chip (line 384) | static int fdc_get_chip(void) function fdc_block2chs (line 444) | static int fdc_block2chs(__blk_t block, int blksize, int *cyl, int *head... function set_current_fdd_type (line 459) | static void set_current_fdd_type(int minor) function setup_transfer (line 471) | static int setup_transfer(int mode, __dev_t dev, __blk_t block, char *bu... function irq_floppy (line 603) | void irq_floppy(int num, struct sigcontext *sc) function fdc_timer (line 614) | void fdc_timer(unsigned int reason) function fdc_open (line 628) | int fdc_open(struct inode *i, struct fd *f) function fdc_close (line 644) | int fdc_close(struct inode *i, struct fd *f) function fdc_read (line 661) | int fdc_read(__dev_t dev, __blk_t block, char *buffer, int blksize) function fdc_write (line 666) | int fdc_write(__dev_t dev, __blk_t block, char *buffer, int blksize) function fdc_ioctl (line 671) | int fdc_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 732) | __loff_t fdc_llseek(struct inode *i, __loff_t offset) function floppy_init (line 748) | void floppy_init(void) FILE: drivers/block/part.c function read_msdos_partition (line 17) | int read_msdos_partition(__dev_t dev, struct partition *part) FILE: drivers/block/ramdisk.c type ramdisk (line 21) | struct ramdisk type fs_operations (line 23) | struct fs_operations type device (line 66) | struct device type ramdisk (line 78) | struct ramdisk function ramdisk_open (line 86) | int ramdisk_open(struct inode *i, struct fd *f) function ramdisk_close (line 94) | int ramdisk_close(struct inode *i, struct fd *f) function ramdisk_read (line 103) | int ramdisk_read(__dev_t dev, __blk_t block, char *buffer, int blksize) function ramdisk_write (line 128) | int ramdisk_write(__dev_t dev, __blk_t block, char *buffer, int blksize) function ramdisk_ioctl (line 153) | int ramdisk_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 193) | __loff_t ramdisk_llseek(struct inode *i, __loff_t offset) function ramdisk_init (line 198) | void ramdisk_init(void) FILE: drivers/char/charq.c type cblock (line 28) | struct cblock type cblock (line 29) | struct cblock type cblock (line 31) | struct cblock type cblock (line 33) | struct cblock function put_free_cblock (line 43) | static void put_free_cblock(struct cblock *old) type cblock (line 79) | struct cblock type clist (line 79) | struct clist type cblock (line 81) | struct cblock function delete_cblock_from_head (line 107) | static void delete_cblock_from_head(struct clist *q) function delete_cblock_from_tail (line 128) | static void delete_cblock_from_tail(struct clist *q) function charq_putchar (line 149) | int charq_putchar(struct clist *q, unsigned char ch) function charq_unputchar (line 182) | int charq_unputchar(struct clist *q) function charq_getchar (line 207) | unsigned char charq_getchar(struct clist *q) function charq_flush (line 232) | void charq_flush(struct clist *q) function charq_room (line 245) | int charq_room(struct clist *q) function charq_init (line 250) | void charq_init(void) FILE: drivers/char/console.c type video_parms (line 52) | struct video_parms type vconsole (line 53) | struct vconsole type fs_operations (line 55) | struct fs_operations type device (line 98) | struct device type device (line 110) | struct device function is_vconsole (line 133) | static int is_vconsole(__dev_t dev) function adjust (line 142) | static void adjust(struct vconsole *vc, int x, int y) function cr (line 160) | static void cr(struct vconsole *vc) function lf (line 165) | static void lf(struct vconsole *vc) function ri (line 174) | static void ri(struct vconsole *vc) function csi_J (line 179) | static void csi_J(struct vconsole *vc, int mode) function csi_K (line 208) | static void csi_K(struct vconsole *vc, int mode) function csi_X (line 231) | static void csi_X(struct vconsole *vc, int count) function csi_L (line 240) | static void csi_L(struct vconsole *vc, int count) function csi_M (line 250) | static void csi_M(struct vconsole *vc, int count) function csi_P (line 260) | static void csi_P(struct vconsole *vc, int count) function csi_at (line 270) | static void csi_at(struct vconsole *vc, int count) function default_color_attr (line 280) | static void default_color_attr(struct vconsole *vc) function csi_m (line 290) | static void csi_m(struct vconsole *vc) function init_vt (line 367) | static void init_vt(struct vconsole *vc) function insert_seq (line 379) | static void insert_seq(struct tty *tty, char *buf, int count) function vcbuf_scroll_up (line 387) | static void vcbuf_scroll_up(void) function vcbuf_refresh (line 392) | static void vcbuf_refresh(struct vconsole *vc) function echo_char (line 401) | static void echo_char(struct vconsole *vc, unsigned char *buf, unsigned ... function vconsole_reset (line 482) | void vconsole_reset(struct tty *tty) function vconsole_write (line 521) | void vconsole_write(struct tty *tty) function vconsole_select (line 841) | void vconsole_select(int new_cons) function vconsole_select_final (line 863) | void vconsole_select_final(int new_cons) function unblank_screen (line 893) | void unblank_screen(struct vconsole *vc) function vconsole_start (line 903) | void vconsole_start(struct tty *tty) function vconsole_stop (line 916) | void vconsole_stop(struct tty *tty) function vconsole_beep (line 929) | void vconsole_beep(void) function vconsole_deltab (line 939) | void vconsole_deltab(struct tty *tty) function console_init (line 975) | void console_init(void) FILE: drivers/char/fb.c type fs_operations (line 27) | struct fs_operations type device (line 70) | struct device function fb_open (line 82) | int fb_open(struct inode *i, struct fd *f) function fb_close (line 87) | int fb_close(struct inode *i, struct fd *f) function fb_read (line 92) | int fb_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function fb_write (line 107) | int fb_write(struct inode *i, struct fd *f, const char *buffer, __size_t... function fb_mmap (line 122) | int fb_mmap(struct inode *i, struct vma *vma) function fb_ioctl (line 135) | int fb_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 147) | __loff_t fb_llseek(struct inode *i, __loff_t offset) function fb_init (line 152) | void fb_init(void) FILE: drivers/char/keyboard.c type bh (line 79) | struct bh type interrupt (line 80) | struct interrupt type diacritic (line 82) | struct diacritic type diacritic (line 84) | struct diacritic type diacritic (line 96) | struct diacritic type diacritic (line 108) | struct diacritic type diacritic (line 120) | struct diacritic type diacritic (line 128) | struct diacritic function keyboard_identify (line 186) | static void keyboard_identify(void) function putc (line 240) | static void putc(struct tty *tty, unsigned char ch) function puts (line 251) | static void puts(struct tty *tty, char *seq) function set_leds (line 262) | void set_leds(unsigned char led_status) function irq_keyboard (line 271) | void irq_keyboard(int num, struct sigcontext *sc) function irq_keyboard_bh (line 569) | void irq_keyboard_bh(struct sigcontext *sc) function keyboard_init (line 631) | void keyboard_init(void) FILE: drivers/char/lp.c type lp (line 16) | struct lp type fs_operations (line 18) | struct fs_operations type device (line 61) | struct device type lp (line 73) | struct lp function lp_delay (line 77) | static void lp_delay(void) function lp_ready (line 86) | static int lp_ready(int minor) function lp_probe (line 102) | static int lp_probe(int minor) function lp_write_data (line 120) | static int lp_write_data(int minor, unsigned char c) function lp_open (line 138) | int lp_open(struct inode *i, struct fd *f) function lp_close (line 156) | int lp_close(struct inode *i, struct fd *f) function lp_write (line 168) | int lp_write(struct inode *i, struct fd *f, const char *buffer, __size_t... function lp_init (line 191) | void lp_init(void) FILE: drivers/char/memdev.c type fs_operations (line 20) | struct fs_operations type fs_operations (line 63) | struct fs_operations type fs_operations (line 106) | struct fs_operations type fs_operations (line 149) | struct fs_operations type fs_operations (line 192) | struct fs_operations type fs_operations (line 235) | struct fs_operations type fs_operations (line 278) | struct fs_operations type fs_operations (line 321) | struct fs_operations type device (line 364) | struct device function mem_open (line 376) | int mem_open(struct inode *i, struct fd *f) function mem_close (line 381) | int mem_close(struct inode *i, struct fd *f) function mem_read (line 386) | int mem_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function mem_write (line 400) | int mem_write(struct inode *i, struct fd *f, const char *buffer, __size_... function __loff_t (line 414) | __loff_t mem_llseek(struct inode *i, __loff_t offset) function kmem_open (line 419) | int kmem_open(struct inode *i, struct fd *f) function kmem_close (line 424) | int kmem_close(struct inode *i, struct fd *f) function kmem_read (line 429) | int kmem_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function kmem_write (line 443) | int kmem_write(struct inode *i, struct fd *f, const char *buffer, __size... function __loff_t (line 457) | __loff_t kmem_llseek(struct inode *i, __loff_t offset) function null_open (line 462) | int null_open(struct inode *i, struct fd *f) function null_close (line 467) | int null_close(struct inode *i, struct fd *f) function null_read (line 472) | int null_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function null_write (line 477) | int null_write(struct inode *i, struct fd *f, const char *buffer, __size... function __loff_t (line 482) | __loff_t null_llseek(struct inode *i, __loff_t offset) function port_open (line 487) | int port_open(struct inode *i, struct fd *f) function port_close (line 492) | int port_close(struct inode *i, struct fd *f) function port_read (line 497) | int port_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function port_write (line 512) | int port_write(struct inode *i, struct fd *f, const char *buffer, __size... function __loff_t (line 527) | __loff_t port_llseek(struct inode *i, __loff_t offset) function zero_open (line 532) | int zero_open(struct inode *i, struct fd *f) function zero_close (line 537) | int zero_close(struct inode *i, struct fd *f) function zero_read (line 542) | int zero_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function zero_write (line 548) | int zero_write(struct inode *i, struct fd *f, const char *buffer, __size... function __loff_t (line 553) | __loff_t zero_llseek(struct inode *i, __loff_t offset) function full_open (line 559) | int full_open(struct inode *i, struct fd *f) function full_close (line 564) | int full_close(struct inode *i, struct fd *f) function full_read (line 569) | int full_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function full_write (line 575) | int full_write(struct inode *i, struct fd *f, const char *buffer, __size... function __loff_t (line 580) | __loff_t full_llseek(struct inode *i, __loff_t offset) function urandom_open (line 585) | int urandom_open(struct inode *i, struct fd *f) function urandom_close (line 590) | int urandom_close(struct inode *i, struct fd *f) function urandom_read (line 595) | int urandom_read(struct inode *i, struct fd *f, char *buffer, __size_t c... function urandom_write (line 607) | int urandom_write(struct inode *i, struct fd *f, const char *buffer, __s... function __loff_t (line 612) | __loff_t urandom_llseek(struct inode *i, __loff_t offset) function memdev_open (line 617) | int memdev_open(struct inode *i, struct fd *f) function mem_mmap (line 657) | int mem_mmap(struct inode *i, struct vma *vma) function memdev_init (line 680) | void memdev_init(void) FILE: drivers/char/ps2.c function is_ready_to_read (line 34) | static int is_ready_to_read(void) function is_ready_to_write (line 51) | static int is_ready_to_write(void) function ps2_delay (line 63) | static void ps2_delay(void) function ps2_wait_ack (line 72) | int ps2_wait_ack(void) function ps2_write (line 87) | void ps2_write(const unsigned char port, const unsigned char byte) function ps2_read (line 96) | unsigned char ps2_read(const unsigned char port) function ps2_clear_buffer (line 104) | void ps2_clear_buffer(void) function reboot (line 118) | void reboot(void) function ps2_init (line 126) | void ps2_init(void) FILE: drivers/char/psaux.c type fs_operations (line 24) | struct fs_operations type device (line 67) | struct device type psaux (line 79) | struct psaux type interrupt (line 81) | struct interrupt function psaux_command_write (line 88) | static int psaux_command_write(const unsigned char byte) function psaux_identify (line 99) | static void psaux_identify(void) function irq_psaux (line 125) | void irq_psaux(int num, struct sigcontext *sc) function psaux_open (line 143) | int psaux_open(struct inode *i, struct fd *f) function psaux_close (line 159) | int psaux_close(struct inode *i, struct fd *f) function psaux_read (line 171) | int psaux_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function psaux_write (line 204) | int psaux_write(struct inode *i, struct fd *f, const char *buffer, __siz... function psaux_select (line 225) | int psaux_select(struct inode *i, struct fd *f, int flag) function psaux_init (line 244) | void psaux_init(void) FILE: drivers/char/pty.c type devpts_files (line 22) | struct devpts_files type fs_operations (line 24) | struct fs_operations type fs_operations (line 67) | struct fs_operations type device (line 110) | struct device type device (line 122) | struct device function pty_wakeup_read (line 134) | void pty_wakeup_read(struct tty *tty) function pty_open (line 140) | int pty_open(struct tty *tty) function pty_close (line 180) | int pty_close(struct tty *tty) function pty_read (line 214) | int pty_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function pty_write (line 246) | int pty_write(struct inode *i, struct fd *f, const char *buffer, __size_... function pty_ioctl (line 268) | int pty_ioctl(struct tty *tty, struct fd *f, int cmd, unsigned int arg) function pty_select (line 293) | int pty_select(struct inode *i, struct fd *f, int flag) function pty_init (line 317) | void pty_init(void) FILE: drivers/char/serial.c type fs_operations (line 24) | struct fs_operations type serial (line 68) | struct serial type device (line 70) | struct device type serial (line 120) | struct serial type bh (line 121) | struct bh type interrupt (line 124) | struct interrupt type interrupt (line 125) | struct interrupt type interrupt (line 126) | struct interrupt function is_serial (line 128) | static int is_serial(__dev_t dev) type serial (line 138) | struct serial function serial_identify (line 152) | static int serial_identify(struct serial *s) function serial_default (line 194) | static void serial_default(struct serial *s) function serial_setup (line 203) | static void serial_setup(struct serial *s) function serial_stop (line 217) | static void serial_stop(struct tty *tty) function serial_start (line 229) | static void serial_start(struct tty *tty) function serial_errors (line 240) | static void serial_errors(struct serial *s, int status) function serial_send (line 269) | static void serial_send(struct tty *tty) function serial_receive (line 295) | static int serial_receive(struct serial *s) function irq_serial (line 318) | void irq_serial(int num, struct sigcontext *sc) function serial_open (line 344) | int serial_open(struct tty *tty) function serial_close (line 374) | int serial_close(struct tty *tty) function serial_set_termios (line 402) | void serial_set_termios(struct tty *tty) function serial_write (line 460) | void serial_write(struct tty *tty) function irq_serial_bh (line 471) | void irq_serial_bh(struct sigcontext *sc) function register_serial (line 492) | static int register_serial(struct serial *s, int minor) function setup_serial_device (line 543) | static int setup_serial_device(int minor, struct pci_device *pci_dev) function serial_pci (line 573) | static int serial_pci(int minor) function serial_isa (line 592) | static int serial_isa(void) function serial_init (line 626) | void serial_init(void) FILE: drivers/char/sysrq.c function memory (line 26) | static void memory(void) function proc_list (line 40) | static void proc_list(void) function sysrq (line 69) | void sysrq(int op) FILE: drivers/char/tty.c type tty (line 34) | struct tty function wait_vtime_off (line 37) | static void wait_vtime_off(unsigned int arg) function termios2termio (line 44) | static void termios2termio(struct termios *termios, struct termio *termio) function termio2termios (line 58) | static void termio2termios(struct termio *termio, struct termios *termios) function opost (line 72) | static int opost(struct tty *tty, unsigned char ch) function out_char (line 118) | static void out_char(struct tty *tty, unsigned char ch) function erase_char (line 131) | static void erase_char(struct tty *tty, unsigned char erasechar) function set_termios (line 176) | static void set_termios(struct tty *tty, struct termios *new_termios) function set_termio (line 184) | static void set_termio(struct tty *tty, struct termio *new_termio) function tty_reset (line 192) | void tty_reset(struct tty *tty) type tty (line 202) | struct tty type tty (line 205) | struct tty type tty (line 208) | struct tty type tty (line 208) | struct tty type tty (line 233) | struct tty function unregister_tty (line 246) | void unregister_tty(struct tty *tty) type tty (line 265) | struct tty type tty (line 267) | struct tty function disassociate_ctty (line 299) | void disassociate_ctty(struct tty *tty) function termios_reset (line 321) | void termios_reset(struct tty *tty) function tty_deltab (line 348) | void tty_deltab(struct tty *tty) function do_cook (line 382) | void do_cook(struct tty *tty) function tty_open (line 525) | int tty_open(struct inode *i, struct fd *f) function tty_close (line 597) | int tty_close(struct inode *i, struct fd *f) function tty_read (line 625) | int tty_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function tty_write (line 774) | int tty_write(struct inode *i, struct fd *f, const char *buffer, __size_... function tty_ioctl (line 836) | int tty_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 1136) | __loff_t tty_llseek(struct inode *i, __loff_t offset) function tty_select (line 1141) | int tty_select(struct inode *i, struct fd *f, int flag) function tty_init (line 1167) | void tty_init(void) FILE: drivers/char/vt.c function vt_ioctl (line 20) | int vt_ioctl(struct tty *tty, int cmd, unsigned int arg) FILE: drivers/pci/pci.c type pci_device (line 16) | struct pci_device function get_addr (line 49) | static unsigned int get_addr(int bus, int dev, int func, int offset) function is_mechanism_1_supported (line 62) | static int is_mechanism_1_supported(void) function add_pci_device (line 78) | static void add_pci_device(struct pci_device *pci_dev) function scan_bus (line 96) | static void scan_bus(void) function pci_read_char (line 218) | unsigned char pci_read_char(struct pci_device *pci_dev, int offset) function pci_read_short (line 227) | unsigned short int pci_read_short(struct pci_device *pci_dev, int offset) function pci_read_long (line 236) | unsigned int pci_read_long(struct pci_device *pci_dev, int offset) function pci_write_char (line 245) | void pci_write_char(struct pci_device *pci_dev, int offset, unsigned cha... function pci_write_short (line 251) | void pci_write_short(struct pci_device *pci_dev, int offset, unsigned sh... function pci_write_long (line 257) | void pci_write_long(struct pci_device *pci_dev, int offset, unsigned int... function pci_show_desc (line 263) | void pci_show_desc(struct pci_device *pci_dev) function pci_init (line 278) | void pci_init(void) FILE: drivers/video/bga.c function bga_write_register (line 21) | static void bga_write_register(int index, int data) function bga_read_register (line 27) | static unsigned short int bga_read_register(unsigned short int cmd) function setup_bga_device (line 33) | static int setup_bga_device(struct pci_device *pci_dev) function bga_init (line 90) | void bga_init(void) FILE: drivers/video/fbcon.c function get_fg_color (line 47) | static int get_fg_color(unsigned char color) function get_bg_color (line 56) | static int get_bg_color(unsigned char color) function set_color (line 64) | static void set_color(void *addr, int color) function draw_glyph (line 101) | static void draw_glyph(unsigned char *addr, int x, int y, unsigned char ... function remove_cursor (line 140) | static void remove_cursor(struct vconsole *vc) function draw_cursor (line 159) | static void draw_cursor(struct vconsole *vc) function fbcon_put_char (line 167) | void fbcon_put_char(struct vconsole *vc, unsigned char ch) function fbcon_insert_char (line 185) | void fbcon_insert_char(struct vconsole *vc) function fbcon_delete_char (line 216) | void fbcon_delete_char(struct vconsole *vc) function fbcon_update_curpos (line 245) | void fbcon_update_curpos(struct vconsole *vc) function fbcon_show_cursor (line 263) | void fbcon_show_cursor(struct vconsole *vc, int mode) function fbcon_get_curpos (line 282) | void fbcon_get_curpos(struct vconsole *vc) function fbcon_write_screen (line 287) | void fbcon_write_screen(struct vconsole *vc, int from, int count, short ... function fbcon_blank_screen (line 321) | void fbcon_blank_screen(struct vconsole *vc) function fbcon_scroll_screen (line 339) | void fbcon_scroll_screen(struct vconsole *vc, int top, int mode) function fbcon_restore_screen (line 417) | void fbcon_restore_screen(struct vconsole *vc) function fbcon_screen_on (line 443) | void fbcon_screen_on(struct vconsole *vc) function fbcon_screen_off (line 464) | void fbcon_screen_off(unsigned int arg) function fbcon_buf_scroll (line 476) | void fbcon_buf_scroll(struct vconsole *vc, int mode) function fbcon_cursor_blink (line 549) | void fbcon_cursor_blink(unsigned int arg) function fbcon_init (line 573) | void fbcon_init(void) FILE: drivers/video/font-lat9-8x14.c type fbcon_font_desc (line 267) | struct fbcon_font_desc FILE: drivers/video/font-lat9-8x16.c type fbcon_font_desc (line 267) | struct fbcon_font_desc FILE: drivers/video/font-lat9-8x8.c type fbcon_font_desc (line 267) | struct fbcon_font_desc FILE: drivers/video/fonts.c type fbcon_font_desc (line 16) | struct fbcon_font_desc type fbcon_font_desc (line 22) | struct fbcon_font_desc FILE: drivers/video/vgacon.c function vgacon_put_char (line 37) | void vgacon_put_char(struct vconsole *vc, unsigned char ch) function vgacon_insert_char (line 52) | void vgacon_insert_char(struct vconsole *vc) function vgacon_delete_char (line 75) | void vgacon_delete_char(struct vconsole *vc) function vgacon_update_curpos (line 93) | void vgacon_update_curpos(struct vconsole *vc) function vgacon_show_cursor (line 106) | void vgacon_show_cursor(struct vconsole *vc, int mode) function vgacon_get_curpos (line 131) | void vgacon_get_curpos(struct vconsole *vc) function vgacon_write_screen (line 144) | void vgacon_write_screen(struct vconsole *vc, int from, int count, short... function vgacon_blank_screen (line 156) | void vgacon_blank_screen(struct vconsole *vc) function vgacon_scroll_screen (line 172) | void vgacon_scroll_screen(struct vconsole *vc, int top, int mode) function vgacon_restore_screen (line 212) | void vgacon_restore_screen(struct vconsole *vc) function vgacon_screen_on (line 222) | void vgacon_screen_on(struct vconsole *vc) function vgacon_screen_off (line 242) | void vgacon_screen_off(unsigned int arg) function vgacon_buf_scroll (line 254) | void vgacon_buf_scroll(struct vconsole *vc, int mode) function vgacon_cursor_blink (line 304) | void vgacon_cursor_blink(unsigned int arg) function vgacon_init (line 309) | void vgacon_init(void) FILE: drivers/video/video.c function video_init (line 18) | void video_init(void) FILE: fs/buffer.c type buffer (line 29) | struct buffer type buffer (line 30) | struct buffer type buffer (line 33) | struct buffer type buffer (line 34) | struct buffer type resource (line 36) | struct resource type buffer (line 38) | struct buffer type buffer (line 40) | struct buffer type buffer (line 42) | struct buffer type buffer (line 42) | struct buffer type buffer (line 45) | struct buffer function del_buffer_from_pool (line 58) | static void del_buffer_from_pool(struct buffer *buf) function insert_to_hash (line 88) | static void insert_to_hash(struct buffer *buf) function remove_from_hash (line 107) | static void remove_from_hash(struct buffer *buf) function insert_on_dirty_list (line 132) | static void insert_on_dirty_list(struct buffer *buf) function remove_from_dirty_list (line 159) | static void remove_from_dirty_list(struct buffer *buf) function insert_on_free_list (line 191) | static void insert_on_free_list(struct buffer *buf) function append_on_free_list (line 221) | static void append_on_free_list(struct buffer *buf) function remove_from_free_list (line 239) | static void remove_from_free_list(struct buffer *buf) function buffer_wait (line 268) | static void buffer_wait(struct buffer *buf) type buffer (line 285) | struct buffer type buffer (line 287) | struct buffer type buffer (line 325) | struct buffer type buffer (line 328) | struct buffer type buffer (line 372) | struct buffer type buffer (line 375) | struct buffer function sync_one_buffer (line 402) | static int sync_one_buffer(struct buffer *buf) type buffer (line 424) | struct buffer type buffer (line 426) | struct buffer type buffer (line 442) | struct buffer type buffer (line 445) | struct buffer function gbread (line 487) | int gbread(struct device *d, struct blk_request *brh) type buffer (line 527) | struct buffer type buffer (line 529) | struct buffer type device (line 530) | struct device function bwrite (line 549) | void bwrite(struct buffer *buf) function brelse (line 555) | void brelse(struct buffer *buf) function sync_buffers (line 574) | void sync_buffers(__dev_t dev) function invalidate_buffers (line 615) | void invalidate_buffers(__dev_t dev) function reclaim_siblings (line 637) | static int reclaim_siblings(struct buffer *buf) function reclaim_buffers (line 702) | int reclaim_buffers(void) function kbdflushd (line 777) | int kbdflushd(void) function buffer_init (line 832) | void buffer_init(void) FILE: fs/devices.c type device (line 18) | struct device type device (line 19) | struct device type fs_operations (line 21) | struct fs_operations type fs_operations (line 64) | struct fs_operations function register_device (line 107) | int register_device(int type, struct device *new_d) function unregister_device (line 155) | void unregister_device(int type, struct device *device) type device (line 190) | struct device type device (line 194) | struct device function chr_dev_open (line 235) | int chr_dev_open(struct inode *i, struct fd *f) function blk_dev_open (line 247) | int blk_dev_open(struct inode *i, struct fd *f) function blk_dev_close (line 258) | int blk_dev_close(struct inode *i, struct fd *f) function blk_dev_read (line 269) | int blk_dev_read(struct inode *i, struct fd *f, char *buffer, __size_t c... function blk_dev_write (line 318) | int blk_dev_write(struct inode *i, struct fd *f, const char *buffer, __s... function blk_dev_ioctl (line 367) | int blk_dev_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 378) | __loff_t blk_dev_llseek(struct inode *i, __loff_t offset) function dev_init (line 389) | void dev_init(void) FILE: fs/devpts/dir.c type fs_operations (line 18) | struct fs_operations function devpts_dir_open (line 61) | int devpts_dir_open(struct inode *i, struct fd *f) function devpts_dir_close (line 67) | int devpts_dir_close(struct inode *i, struct fd *f) function devpts_dir_read (line 72) | int devpts_dir_read(struct inode *i, struct fd *f, char *buffer, __size_... function devpts_readdir (line 77) | int devpts_readdir(struct inode *i, struct fd *f, struct dirent *dirent,... FILE: fs/devpts/inode.c function devpts_read_inode (line 17) | int devpts_read_inode(struct inode *i) function devpts_statfs (line 47) | void devpts_statfs(struct superblock *sb, struct statfs *statfsbuf) FILE: fs/devpts/namei.c function devpts_lookup (line 16) | int devpts_lookup(const char *name, struct inode *dir, struct inode **i_... FILE: fs/devpts/super.c type devpts_files (line 20) | struct devpts_files type fs_operations (line 22) | struct fs_operations function devpts_ialloc (line 65) | int devpts_ialloc(struct inode *i, int mode) function devpts_ifree (line 101) | void devpts_ifree(struct inode *i) function devpts_read_superblock (line 114) | int devpts_read_superblock(__dev_t dev, struct superblock *sb) function devpts_init (line 130) | int devpts_init(void) FILE: fs/elf.c function elf_create_stack (line 65) | static void elf_create_stack(struct binargs *barg, unsigned int *sp, uns... function elf_load_interpreter (line 286) | static int elf_load_interpreter(struct inode *ii) function check_elf (line 391) | int check_elf(struct elf32_hdr *elf32_h) function elf_load (line 404) | int elf_load(struct inode *i, struct binargs *barg, struct sigcontext *s... FILE: fs/ext2/bitmaps.c function find_first_zero (line 20) | static int find_first_zero(struct superblock *sb, __blk_t bmblock, struc... function change_bit (line 41) | static int change_bit(int mode, struct superblock *sb, __blk_t bmblock, ... function ext2_ialloc (line 82) | int ext2_ialloc(struct inode *i, int mode) function ext2_ifree (line 157) | void ext2_ifree(struct inode *i) function ext2_balloc (line 215) | int ext2_balloc(struct superblock *sb) function ext2_bfree (line 279) | void ext2_bfree(struct superblock *sb, int block) FILE: fs/ext2/dir.c type fs_operations (line 19) | struct fs_operations function ext2_dir_open (line 62) | int ext2_dir_open(struct inode *i, struct fd *f) function ext2_dir_close (line 68) | int ext2_dir_close(struct inode *i, struct fd *f) function ext2_dir_read (line 73) | int ext2_dir_read(struct inode *i, struct fd *f, char *buffer, __size_t ... function ext2_readdir (line 78) | int ext2_readdir(struct inode *i, struct fd *f, struct dirent *dirent, _... function ext2_readdir64 (line 145) | int ext2_readdir64(struct inode *i, struct fd *f, struct dirent64 *diren... FILE: fs/ext2/file.c type fs_operations (line 21) | struct fs_operations function ext2_file_open (line 64) | int ext2_file_open(struct inode *i, struct fd *f) function ext2_file_close (line 74) | int ext2_file_close(struct inode *i, struct fd *f) function ext2_file_write (line 79) | int ext2_file_write(struct inode *i, struct fd *f, const char *buffer, _... function __loff_t (line 205) | __loff_t ext2_file_llseek(struct inode *i, __loff_t offset) FILE: fs/ext2/inode.c function free_dblock (line 31) | static int free_dblock(struct inode *i, int block, int offset) function free_indblock (line 53) | static int free_indblock(struct inode *i, int block, int offset) function get_group_desc (line 83) | static int get_group_desc(struct superblock *sb, __blk_t block_group, st... function ext2_read_inode (line 99) | int ext2_read_inode(struct inode *i) function ext2_write_inode (line 178) | int ext2_write_inode(struct inode *i) function ext2_bmap (line 227) | int ext2_bmap(struct inode *i, __off_t offset, int mode) function ext2_truncate (line 423) | int ext2_truncate(struct inode *i, __off_t length) FILE: fs/ext2/namei.c type buffer (line 22) | struct buffer type inode (line 22) | struct inode type ext2_dir_entry_2 (line 22) | struct ext2_dir_entry_2 type buffer (line 27) | struct buffer type ext2_dir_entry_2 (line 51) | struct ext2_dir_entry_2 type ext2_dir_entry_2 (line 67) | struct ext2_dir_entry_2 type buffer (line 86) | struct buffer type inode (line 86) | struct inode type inode (line 86) | struct inode type ext2_dir_entry_2 (line 86) | struct ext2_dir_entry_2 type buffer (line 91) | struct buffer type ext2_dir_entry_2 (line 115) | struct ext2_dir_entry_2 type buffer (line 152) | struct buffer type inode (line 152) | struct inode type ext2_dir_entry_2 (line 152) | struct ext2_dir_entry_2 type buffer (line 155) | struct buffer type ext2_dir_entry_2 (line 164) | struct ext2_dir_entry_2 function is_dir_empty (line 172) | static int is_dir_empty(struct inode *dir) function is_subdir (line 219) | static int is_subdir(struct inode *dir_new, struct inode *i_old) function ext2_lookup (line 243) | int ext2_lookup(const char *name, struct inode *dir, struct inode **i_res) function ext2_rmdir (line 309) | int ext2_rmdir(struct inode *dir, struct inode *i) function ext2_link (line 348) | int ext2_link(struct inode *i_old, struct inode *dir_new, char *name) function ext2_unlink (line 391) | int ext2_unlink(struct inode *dir, struct inode *i, char *name) function ext2_symlink (line 429) | int ext2_symlink(struct inode *dir, char *name, char *oldname) function ext2_mkdir (line 529) | int ext2_mkdir(struct inode *dir, char *name, __mode_t mode) function ext2_mknod (line 628) | int ext2_mknod(struct inode *dir, char *name, __mode_t mode, __dev_t dev) function ext2_create (line 717) | int ext2_create(struct inode *dir, char *name, int flags, __mode_t mode,... function ext2_rename (line 787) | int ext2_rename(struct inode *i_old, struct inode *dir_old, struct inode... FILE: fs/ext2/super.c type fs_operations (line 19) | struct fs_operations function check_superblock (line 62) | static void check_superblock(struct ext2_super_block *sb) function ext2_statfs (line 75) | void ext2_statfs(struct superblock *sb, struct statfs *statfsbuf) function ext2_read_superblock (line 92) | int ext2_read_superblock(__dev_t dev, struct superblock *sb) function ext2_remount_fs (line 149) | int ext2_remount_fs(struct superblock *sb, int flags) function ext2_write_superblock (line 185) | int ext2_write_superblock(struct superblock *sb) function ext2_release_superblock (line 202) | void ext2_release_superblock(struct superblock *sb) function ext2_init (line 216) | int ext2_init(void) FILE: fs/ext2/symlink.c type fs_operations (line 18) | struct fs_operations function ext2_readlink (line 61) | int ext2_readlink(struct inode *i, char *buffer, __size_t count) function ext2_followlink (line 94) | int ext2_followlink(struct inode *dir, struct inode *i, struct inode **i... FILE: fs/fd.c type fd (line 15) | struct fd type resource (line 17) | struct resource function get_new_fd (line 19) | int get_new_fd(struct inode *i) function release_fd (line 40) | void release_fd(unsigned int fd) function get_new_user_fd (line 47) | int get_new_user_fd(int fd) function release_user_fd (line 62) | void release_user_fd(int ufd) function fd_init (line 67) | void fd_init(void) FILE: fs/filesystems.c type filesystems (line 15) | struct filesystems function register_filesystem (line 17) | int register_filesystem(const char *name, struct fs_operations *fsop) type filesystems (line 43) | struct filesystems function fs_init (line 61) | void fs_init(void) FILE: fs/inode.c type inode (line 40) | struct inode type inode (line 41) | struct inode type inode (line 42) | struct inode type resource (line 44) | struct resource type inode (line 46) | struct inode type inode (line 49) | struct inode type inode (line 51) | struct inode type inode (line 51) | struct inode type inode (line 54) | struct inode function del_inode_from_pool (line 69) | static void del_inode_from_pool(struct inode *i) function insert_to_hash (line 102) | static void insert_to_hash(struct inode *i) function remove_from_hash (line 121) | static void remove_from_hash(struct inode *i) function insert_on_free_list (line 150) | static void insert_on_free_list(struct inode *i) function remove_from_free_list (line 161) | static void remove_from_free_list(struct inode *i) type inode (line 184) | struct inode type inode (line 187) | struct inode function read_inode (line 228) | static int read_inode(struct inode *i) function write_inode (line 238) | static int write_inode(struct inode *i) type inode (line 253) | struct inode type inode (line 255) | struct inode function wait_on_inode (line 271) | static void wait_on_inode(struct inode *i) function inode_lock (line 282) | void inode_lock(struct inode *i) function inode_unlock (line 299) | void inode_unlock(struct inode *i) type inode (line 309) | struct inode type superblock (line 309) | struct superblock type inode (line 311) | struct inode type inode (line 330) | struct inode type superblock (line 330) | struct superblock type inode (line 333) | struct inode function bmap (line 383) | int bmap(struct inode *i, __off_t offset, int mode) function check_fs_busy (line 388) | int check_fs_busy(__dev_t dev, struct inode *root) function iput (line 409) | void iput(struct inode *i) function sync_inodes (line 461) | void sync_inodes(__dev_t dev) function invalidate_inodes (line 483) | void invalidate_inodes(__dev_t dev) function inode_init (line 503) | void inode_init(void) FILE: fs/iso9660/dir.c type fs_operations (line 18) | struct fs_operations function iso9660_dir_open (line 61) | int iso9660_dir_open(struct inode *i, struct fd *f) function iso9660_dir_close (line 67) | int iso9660_dir_close(struct inode *i, struct fd *f) function iso9660_dir_read (line 72) | int iso9660_dir_read(struct inode *i, struct fd *f, char *buffer, __size... function iso9660_readdir (line 77) | int iso9660_readdir(struct inode *i, struct fd *f, struct dirent *dirent... FILE: fs/iso9660/file.c type fs_operations (line 19) | struct fs_operations function iso9660_file_open (line 62) | int iso9660_file_open(struct inode *i, struct fd *f) function iso9660_file_close (line 71) | int iso9660_file_close(struct inode *i, struct fd *f) function __loff_t (line 76) | __loff_t iso9660_file_llseek(struct inode *i, __loff_t offset) FILE: fs/iso9660/inode.c function read_pathtable (line 22) | static int read_pathtable(struct inode *i) function iso9660_read_inode (line 91) | int iso9660_read_inode(struct inode *i) function iso9660_bmap (line 175) | int iso9660_bmap(struct inode *i, __off_t offset, int mode) FILE: fs/iso9660/namei.c function iso9660_lookup (line 19) | int iso9660_lookup(const char *name, struct inode *dir, struct inode **i... FILE: fs/iso9660/rrip.c function check_rrip_inode (line 19) | void check_rrip_inode(struct iso9660_directory_record *d, struct inode *i) function get_rrip_filename (line 152) | int get_rrip_filename(struct iso9660_directory_record *d, struct inode *... function get_rrip_symlink (line 228) | int get_rrip_symlink(struct inode *i, char *name) FILE: fs/iso9660/super.c type fs_operations (line 20) | struct fs_operations function isonum_711 (line 63) | int isonum_711(char *str) function isonum_723 (line 72) | int isonum_723(char *str) function isonum_731 (line 81) | int isonum_731(char *str) function isonum_733 (line 90) | int isonum_733(char *p) function isodate (line 96) | unsigned int isodate(const char *p) function iso9660_cleanfilename (line 117) | int iso9660_cleanfilename(char *filename, int len) function iso9660_statfs (line 139) | void iso9660_statfs(struct superblock *sb, struct statfs *statfsbuf) function iso9660_read_superblock (line 152) | int iso9660_read_superblock(__dev_t dev, struct superblock *sb) function iso9660_release_superblock (line 215) | void iso9660_release_superblock(struct superblock *sb) function iso9660_init (line 222) | int iso9660_init(void) FILE: fs/iso9660/symlink.c type fs_operations (line 19) | struct fs_operations function iso9660_readlink (line 62) | int iso9660_readlink(struct inode *i, char *buffer, __size_t count) function iso9660_followlink (line 82) | int iso9660_followlink(struct inode *dir, struct inode *i, struct inode ... FILE: fs/locks.c type flock_file (line 20) | struct flock_file type resource (line 22) | struct resource type flock_file (line 24) | struct flock_file type inode (line 24) | struct inode type flock_file (line 26) | struct flock_file type flock_file (line 33) | struct flock_file type flock_file (line 33) | struct flock_file type flock_file (line 36) | struct flock_file function release_flock (line 56) | static void release_flock(struct flock_file *ff) type flock_file (line 89) | struct flock_file type inode (line 89) | struct inode type proc (line 89) | struct proc type flock_file (line 91) | struct flock_file function posix_lock (line 106) | int posix_lock(int ufd, int cmd, struct flock *fl) function flock_release_inode (line 158) | void flock_release_inode(struct inode *i) function flock_inode (line 175) | int flock_inode(struct inode *i, int op) FILE: fs/minix/bitmaps.c function count_bits (line 21) | static int count_bits(struct superblock *sb, __blk_t offset, int num, in... function minix_change_bit (line 59) | int minix_change_bit(int mode, struct superblock *sb, int map, int item) function minix_balloc (line 92) | int minix_balloc(struct superblock *sb) function minix_bfree (line 122) | void minix_bfree(struct superblock *sb, int block) function minix_count_free_inodes (line 149) | int minix_count_free_inodes(struct superblock *sb) function minix_count_free_blocks (line 157) | int minix_count_free_blocks(struct superblock *sb) function minix_find_first_zero (line 165) | int minix_find_first_zero(struct superblock *sb, __blk_t offset, int num... FILE: fs/minix/dir.c type fs_operations (line 20) | struct fs_operations function minix_dir_open (line 63) | int minix_dir_open(struct inode *i, struct fd *f) function minix_dir_close (line 69) | int minix_dir_close(struct inode *i, struct fd *f) function minix_dir_read (line 74) | int minix_dir_read(struct inode *i, struct fd *f, char *buffer, __size_t... function minix_readdir (line 79) | int minix_readdir(struct inode *i, struct fd *f, struct dirent *dirent, ... FILE: fs/minix/file.c type fs_operations (line 21) | struct fs_operations function minix_file_open (line 64) | int minix_file_open(struct inode *i, struct fd *f) function minix_file_close (line 74) | int minix_file_close(struct inode *i, struct fd *f) function minix_file_write (line 79) | int minix_file_write(struct inode *i, struct fd *f, const char *buffer, ... function __loff_t (line 126) | __loff_t minix_file_llseek(struct inode *i, __loff_t offset) FILE: fs/minix/inode.c function minix_read_inode (line 24) | int minix_read_inode(struct inode *i) function minix_write_inode (line 33) | int minix_write_inode(struct inode *i) function minix_ialloc (line 42) | int minix_ialloc(struct inode *i, int mode) function minix_ifree (line 51) | void minix_ifree(struct inode *i) function minix_bmap (line 60) | int minix_bmap(struct inode *i, __off_t offset, int mode) function minix_truncate (line 69) | int minix_truncate(struct inode *i, __off_t length) FILE: fs/minix/namei.c type buffer (line 22) | struct buffer type inode (line 22) | struct inode type minix_dir_entry (line 22) | struct minix_dir_entry type buffer (line 27) | struct buffer type minix_dir_entry (line 42) | struct minix_dir_entry type buffer (line 65) | struct buffer type inode (line 65) | struct inode type inode (line 65) | struct inode type minix_dir_entry (line 65) | struct minix_dir_entry type buffer (line 70) | struct buffer type minix_dir_entry (line 85) | struct minix_dir_entry type buffer (line 118) | struct buffer type inode (line 118) | struct inode type minix_dir_entry (line 118) | struct minix_dir_entry type buffer (line 121) | struct buffer type minix_dir_entry (line 130) | struct minix_dir_entry function is_dir_empty (line 137) | static int is_dir_empty(struct inode *dir) function is_subdir (line 179) | static int is_subdir(struct inode *dir_new, struct inode *i_old) function minix_lookup (line 203) | int minix_lookup(const char *name, struct inode *dir, struct inode **i_res) function minix_rmdir (line 256) | int minix_rmdir(struct inode *dir, struct inode *i) function minix_link (line 294) | int minix_link(struct inode *i_old, struct inode *dir_new, char *name) function minix_unlink (line 335) | int minix_unlink(struct inode *dir, struct inode *i, char *name) function minix_symlink (line 366) | int minix_symlink(struct inode *dir, char *name, char *oldname) function minix_mkdir (line 460) | int minix_mkdir(struct inode *dir, char *name, __mode_t mode) function minix_mknod (line 556) | int minix_mknod(struct inode *dir, char *name, __mode_t mode, __dev_t dev) function minix_create (line 640) | int minix_create(struct inode *dir, char *name, int flags, __mode_t mode... function minix_rename (line 705) | int minix_rename(struct inode *i_old, struct inode *dir_old, struct inod... FILE: fs/minix/super.c type fs_operations (line 20) | struct fs_operations function check_superblock (line 63) | static void check_superblock(struct minix_super_block *sb) function minix_statfs (line 73) | void minix_statfs(struct superblock *sb, struct statfs *statfsbuf) function minix_read_superblock (line 87) | int minix_read_superblock(__dev_t dev, struct superblock *sb) function minix_remount_fs (line 202) | int minix_remount_fs(struct superblock *sb, int flags) function minix_write_superblock (line 236) | int minix_write_superblock(struct superblock *sb) function minix_release_superblock (line 253) | void minix_release_superblock(struct superblock *sb) function minix_init (line 267) | int minix_init(void) FILE: fs/minix/symlink.c type fs_operations (line 18) | struct fs_operations function minix_readlink (line 61) | int minix_readlink(struct inode *i, char *buffer, __size_t count) function minix_followlink (line 97) | int minix_followlink(struct inode *dir, struct inode *i, struct inode **... FILE: fs/minix/v1_inode.c function free_zone (line 34) | static int free_zone(struct inode *i, int block, int offset) function free_indblock (line 55) | static int free_indblock(struct inode *i, int block, int offset) function v1_minix_read_inode (line 85) | int v1_minix_read_inode(struct inode *i) function v1_minix_write_inode (line 155) | int v1_minix_write_inode(struct inode *i) function v1_minix_ialloc (line 186) | int v1_minix_ialloc(struct inode *i, int mode) function v1_minix_ifree (line 222) | void v1_minix_ifree(struct inode *i) function v1_minix_bmap (line 250) | int v1_minix_bmap(struct inode *i, __off_t offset, int mode) function v1_minix_truncate (line 380) | int v1_minix_truncate(struct inode *i, __off_t length) FILE: fs/minix/v2_inode.c function free_zone (line 36) | static int free_zone(struct inode *i, int block, int offset) function free_indblock (line 57) | static int free_indblock(struct inode *i, int block, int offset) function v2_minix_read_inode (line 87) | int v2_minix_read_inode(struct inode *i) function v2_minix_write_inode (line 157) | int v2_minix_write_inode(struct inode *i) function v2_minix_ialloc (line 190) | int v2_minix_ialloc(struct inode *i, int mode) function v2_minix_ifree (line 226) | void v2_minix_ifree(struct inode *i) function v2_minix_bmap (line 254) | int v2_minix_bmap(struct inode *i, __off_t offset, int mode) function v2_minix_truncate (line 445) | int v2_minix_truncate(struct inode *i, __off_t length) FILE: fs/namei.c function do_namei (line 20) | static int do_namei(char *path, struct inode *dir, struct inode **i_res,... function parse_namei (line 134) | int parse_namei(char *path, struct inode *base_dir, struct inode **i_res... function namei (line 164) | int namei(char *path, struct inode **i_res, struct inode **d_res, int fo... FILE: fs/pipefs/fifo.c function fifo_open (line 20) | int fifo_open(struct inode *i, struct fd *f) FILE: fs/pipefs/pipe.c type resource (line 21) | struct resource function pipefs_close (line 23) | int pipefs_close(struct inode *i, struct fd *f) function pipefs_read (line 50) | int pipefs_read(struct inode *i, struct fd *f, char *buffer, __size_t co... function pipefs_write (line 109) | int pipefs_write(struct inode *i, struct fd *f, const char *buffer, __si... function pipefs_ioctl (line 172) | int pipefs_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 189) | __loff_t pipefs_llseek(struct inode *i, __loff_t offset) function pipefs_select (line 194) | int pipefs_select(struct inode *i, struct fd *f, int flag) FILE: fs/pipefs/super.c type fs_operations (line 21) | struct fs_operations function pipefs_ialloc (line 64) | int pipefs_ialloc(struct inode *i, int mode) function pipefs_ifree (line 87) | void pipefs_ifree(struct inode *i) function pipefs_read_superblock (line 100) | int pipefs_read_superblock(__dev_t dev, struct superblock *sb) function pipefs_init (line 111) | int pipefs_init(void) FILE: fs/procfs/data.c function data_proc_self (line 53) | int data_proc_self(char *buffer, __pid_t pid) function data_proc_buddyinfo (line 58) | int data_proc_buddyinfo(char *buffer, __pid_t pid) function data_proc_cmdline (line 77) | int data_proc_cmdline(char *buffer, __pid_t pid) function data_proc_cpuinfo (line 82) | int data_proc_cpuinfo(char *buffer, __pid_t pid) function data_proc_devices (line 121) | int data_proc_devices(char *buffer, __pid_t pid) function data_proc_dma (line 146) | int data_proc_dma(char *buffer, __pid_t pid) function data_proc_filesystems (line 159) | int data_proc_filesystems(char *buffer, __pid_t pid) function data_proc_interrupts (line 177) | int data_proc_interrupts(char *buffer, __pid_t pid) function data_proc_loadavg (line 196) | int data_proc_loadavg(char *buffer, __pid_t pid) function data_proc_locks (line 220) | int data_proc_locks(char *buffer, __pid_t pid) function data_proc_meminfo (line 240) | int data_proc_meminfo(char *buffer, __pid_t pid) function data_proc_mounts (line 272) | int data_proc_mounts(char *buffer, __pid_t pid) function data_proc_partitions (line 291) | int data_proc_partitions(char *buffer, __pid_t pid) function data_proc_pci (line 326) | int data_proc_pci(char *buffer, __pid_t pid) function data_proc_rtc (line 372) | int data_proc_rtc(char *buffer, __pid_t pid) function data_proc_stat (line 406) | int data_proc_stat(char *buffer, __pid_t pid) function data_proc_uptime (line 432) | int data_proc_uptime(char *buffer, __pid_t pid) function data_proc_fullversion (line 443) | int data_proc_fullversion(char *buffer, __pid_t pid) function data_proc_unix (line 449) | int data_proc_unix(char *buffer, __pid_t pid) function data_proc_pci_devices (line 481) | int data_proc_pci_devices(char *buffer, __pid_t pid) function data_proc_buffernr (line 517) | int data_proc_buffernr(char *buffer, __pid_t pid) function data_proc_domainname (line 522) | int data_proc_domainname(char *buffer, __pid_t pid) function data_proc_filemax (line 527) | int data_proc_filemax(char *buffer, __pid_t pid) function data_proc_filenr (line 532) | int data_proc_filenr(char *buffer, __pid_t pid) function data_proc_hostname (line 545) | int data_proc_hostname(char *buffer, __pid_t pid) function data_proc_inodemax (line 550) | int data_proc_inodemax(char *buffer, __pid_t pid) function data_proc_inodenr (line 555) | int data_proc_inodenr(char *buffer, __pid_t pid) function data_proc_osrelease (line 560) | int data_proc_osrelease(char *buffer, __pid_t pid) function data_proc_ostype (line 565) | int data_proc_ostype(char *buffer, __pid_t pid) function data_proc_version (line 570) | int data_proc_version(char *buffer, __pid_t pid) function data_proc_dirty_background_ratio (line 575) | int data_proc_dirty_background_ratio(char *buffer, __pid_t pid) function data_proc_pid_fd (line 585) | int data_proc_pid_fd(char *buffer, __pid_t pid, __ino_t inode) function data_proc_pid_cmdline (line 600) | int data_proc_pid_cmdline(char *buffer, __pid_t pid) function data_proc_pid_cwd (line 629) | int data_proc_pid_cwd(char *buffer, __pid_t pid) function data_proc_pid_environ (line 649) | int data_proc_pid_environ(char *buffer, __pid_t pid) function data_proc_pid_exe (line 678) | int data_proc_pid_exe(char *buffer, __pid_t pid) function data_proc_pid_maps (line 703) | int data_proc_pid_maps(char *buffer, __pid_t pid) function data_proc_pid_mountinfo (line 760) | int data_proc_pid_mountinfo(char *buffer, __pid_t pid) function data_proc_pid_root (line 784) | int data_proc_pid_root(char *buffer, __pid_t pid) function data_proc_pid_stat (line 804) | int data_proc_pid_stat(char *buffer, __pid_t pid) function data_proc_pid_statm (line 889) | int data_proc_pid_statm(char *buffer, __pid_t pid) function data_proc_pid_status (line 929) | int data_proc_pid_status(char *buffer, __pid_t pid) FILE: fs/procfs/dir.c type fs_operations (line 19) | struct fs_operations function free_all_fdstr (line 62) | static void free_all_fdstr(struct procfs_dir_entry *d) function proc_listdir (line 72) | static int proc_listdir(char *buffer, int count) function proc_listfd (line 110) | static int proc_listfd(struct inode *i, char *buffer, int count) function dir_read (line 150) | static int dir_read(struct inode *i, struct fd *f, char *buffer, __size_... function procfs_dir_open (line 193) | int procfs_dir_open(struct inode *i, struct fd *f) function procfs_dir_close (line 199) | int procfs_dir_close(struct inode *i, struct fd *f) function procfs_dir_read (line 204) | int procfs_dir_read(struct inode *i, struct fd *f, char *buffer, __size_... function procfs_readdir (line 209) | int procfs_readdir(struct inode *i, struct fd *f, struct dirent *dirent,... FILE: fs/procfs/file.c type fs_operations (line 18) | struct fs_operations function procfs_file_open (line 61) | int procfs_file_open(struct inode *i, struct fd *f) function procfs_file_close (line 70) | int procfs_file_close(struct inode *i, struct fd *f) function procfs_file_read (line 75) | int procfs_file_read(struct inode *i, struct fd *f, char *buffer, __size... function __loff_t (line 120) | __loff_t procfs_file_llseek(struct inode *i, __loff_t offset) FILE: fs/procfs/inode.c function procfs_read_inode (line 22) | int procfs_read_inode(struct inode *i) function procfs_bmap (line 85) | int procfs_bmap(struct inode *i, __off_t offset, int mode) function procfs_statfs (line 90) | void procfs_statfs(struct superblock *sb, struct statfs *statfsbuf) FILE: fs/procfs/kmsg.c function kmsg_open (line 16) | static int kmsg_open(struct inode *i, struct fd *f) function kmsg_close (line 21) | static int kmsg_close(struct inode *i, struct fd *f) function kmsg_read (line 26) | static int kmsg_read(struct inode *i, struct fd *f, char *buffer, __size... function kmsg_select (line 31) | static int kmsg_select(struct inode *i, struct fd *f, int flag) type fs_operations (line 43) | struct fs_operations FILE: fs/procfs/namei.c function procfs_lookup (line 19) | int procfs_lookup(const char *name, struct inode *dir, struct inode **i_... FILE: fs/procfs/super.c type fs_operations (line 19) | struct fs_operations function procfs_read_superblock (line 62) | int procfs_read_superblock(__dev_t dev, struct superblock *sb) function procfs_init (line 80) | int procfs_init(void) FILE: fs/procfs/symlink.c type fs_operations (line 19) | struct fs_operations function procfs_readlink (line 62) | int procfs_readlink(struct inode *i, char *buffer, __size_t count) function procfs_followlink (line 104) | int procfs_followlink(struct inode *dir, struct inode *i, struct inode *... FILE: fs/procfs/tree.c type procfs_dir_entry (line 28) | struct procfs_dir_entry type procfs_dir_entry (line 127) | struct procfs_dir_entry type inode (line 127) | struct inode type procfs_dir_entry (line 131) | struct procfs_dir_entry FILE: fs/script.c function script_load (line 14) | int script_load(char *interpreter, char *args, char *data) FILE: fs/sockfs/socket.c function sockfs_open (line 17) | int sockfs_open(struct inode *i, struct fd *f) function sockfs_close (line 22) | int sockfs_close(struct inode *i, struct fd *f) function sockfs_read (line 31) | int sockfs_read(struct inode *i, struct fd *f, char *buffer, __size_t co... function sockfs_write (line 39) | int sockfs_write(struct inode *i, struct fd *f, const char *buffer, __si... function sockfs_ioctl (line 47) | int sockfs_ioctl(struct inode *i, struct fd *f, int cmd, unsigned int arg) function __loff_t (line 55) | __loff_t sockfs_llseek(struct inode *i, __loff_t offset) function sockfs_select (line 60) | int sockfs_select(struct inode *i, struct fd *f, int flag) FILE: fs/sockfs/super.c type fs_operations (line 21) | struct fs_operations function sockfs_ialloc (line 64) | int sockfs_ialloc(struct inode *i, int mode) function sockfs_ifree (line 86) | void sockfs_ifree(struct inode *i) function sockfs_read_superblock (line 95) | int sockfs_read_superblock(__dev_t dev, struct superblock *sb) function sockfs_init (line 106) | int sockfs_init(void) FILE: fs/super.c type mount (line 22) | struct mount type resource (line 23) | struct resource function superblock_lock (line 25) | void superblock_lock(struct superblock *sb) function superblock_unlock (line 42) | void superblock_unlock(struct superblock *sb) type mount (line 52) | struct mount type mount (line 55) | struct mount type mount (line 67) | struct mount type mount (line 67) | struct mount type mount (line 70) | struct mount function del_mount_point (line 99) | void del_mount_point(struct mount *mp) type mount (line 134) | struct mount type inode (line 134) | struct inode type mount (line 136) | struct mount type superblock (line 157) | struct superblock type mount (line 159) | struct mount function sync_superblocks (line 172) | void sync_superblocks(__dev_t dev) function kern_mount (line 195) | int kern_mount(__dev_t dev, struct filesystems *fs) function mount_root (line 214) | int mount_root(void) FILE: include/fiwix/ata.h type ata_drv_ident (line 173) | struct ata_drv_ident { type prd (line 242) | struct prd { type ide (line 248) | struct ide type xfer_data (line 250) | struct xfer_data { type ata_xfer (line 269) | struct ata_xfer { type ata_drv (line 278) | struct ata_drv { type ide (line 303) | struct ide { type ide (line 319) | struct ide type sigcontext (line 321) | struct sigcontext type sigcontext (line 323) | struct sigcontext type ide (line 326) | struct ide type ide (line 328) | struct ide type ide (line 329) | struct ide type ide (line 330) | struct ide type ide (line 331) | struct ide type ata_drv (line 331) | struct ata_drv type ide (line 332) | struct ide type ide (line 333) | struct ide type ide (line 334) | struct ide type ide (line 335) | struct ide type ide (line 336) | struct ide type ide (line 337) | struct ide type inode (line 339) | struct inode type fd (line 339) | struct fd type inode (line 340) | struct inode type fd (line 340) | struct fd type inode (line 343) | struct inode type fd (line 343) | struct fd type inode (line 344) | struct inode FILE: include/fiwix/ata_hd.h type inode (line 15) | struct inode type fd (line 15) | struct fd type inode (line 16) | struct inode type fd (line 16) | struct fd type inode (line 19) | struct inode type fd (line 19) | struct fd type inode (line 20) | struct inode type ide (line 21) | struct ide type ata_drv (line 21) | struct ata_drv FILE: include/fiwix/ata_pci.h type ide (line 14) | struct ide type ata_drv (line 14) | struct ata_drv type ide (line 15) | struct ide type ata_drv (line 15) | struct ata_drv type ide (line 16) | struct ide type ata_drv (line 16) | struct ata_drv type ide (line 17) | struct ide FILE: include/fiwix/atapi.h type ide (line 47) | struct ide type ata_drv (line 47) | struct ata_drv type ide (line 48) | struct ide type ata_drv (line 48) | struct ata_drv type ide (line 49) | struct ide type ata_drv (line 49) | struct ata_drv type ide (line 50) | struct ide type ata_drv (line 50) | struct ata_drv type ide (line 51) | struct ide type ata_drv (line 51) | struct ata_drv type ide (line 52) | struct ide type ata_drv (line 52) | struct ata_drv type ide (line 53) | struct ide type ata_drv (line 53) | struct ata_drv FILE: include/fiwix/atapi_cd.h type inode (line 15) | struct inode type fd (line 15) | struct fd type inode (line 16) | struct inode type fd (line 16) | struct fd type inode (line 18) | struct inode type fd (line 18) | struct fd type inode (line 19) | struct inode type ide (line 20) | struct ide type ata_drv (line 20) | struct ata_drv FILE: include/fiwix/bios.h type bios_mem_map (line 15) | struct bios_mem_map { type bios_mem_map (line 22) | struct bios_mem_map type bios_mem_map (line 23) | struct bios_mem_map type multiboot_mmap_entry (line 28) | struct multiboot_mmap_entry FILE: include/fiwix/blk_queue.h type blk_request (line 20) | struct blk_request { type blk_request (line 36) | struct blk_request type device (line 37) | struct device type buffer (line 37) | struct buffer type device (line 38) | struct device FILE: include/fiwix/buffer.h type buffer (line 23) | struct buffer { type buffer (line 42) | struct buffer type buffer (line 43) | struct buffer type device (line 48) | struct device type blk_request (line 48) | struct blk_request type buffer (line 49) | struct buffer type buffer (line 50) | struct buffer type buffer (line 51) | struct buffer FILE: include/fiwix/charq.h type clist (line 16) | struct clist { type cblock (line 23) | struct cblock { type clist (line 31) | struct clist type clist (line 32) | struct clist type clist (line 33) | struct clist type clist (line 34) | struct clist type clist (line 35) | struct clist FILE: include/fiwix/console.h type vconsole (line 109) | struct vconsole { type video_parms (line 132) | struct video_parms { type video_parms (line 170) | struct video_parms type tty (line 172) | struct tty type tty (line 173) | struct tty type vconsole (line 176) | struct vconsole type vconsole (line 177) | struct vconsole type tty (line 178) | struct tty type tty (line 179) | struct tty type tty (line 181) | struct tty FILE: include/fiwix/cpu.h type cpu (line 46) | struct cpu { type cpu (line 58) | struct cpu type cpu_type (line 60) | struct cpu_type { FILE: include/fiwix/devices.h type device (line 25) | struct device { type device (line 37) | struct device type device (line 38) | struct device type device (line 40) | struct device type device (line 41) | struct device type device (line 42) | struct device type inode (line 43) | struct inode type fd (line 43) | struct fd type inode (line 44) | struct inode type fd (line 44) | struct fd type inode (line 45) | struct inode type fd (line 45) | struct fd type inode (line 46) | struct inode type fd (line 46) | struct fd type inode (line 47) | struct inode type fd (line 47) | struct fd type inode (line 48) | struct inode type fd (line 48) | struct fd type inode (line 49) | struct inode FILE: include/fiwix/dirent.h type dirent (line 14) | struct dirent { type dirent64 (line 21) | struct dirent64 { FILE: include/fiwix/fb.h type inode (line 16) | struct inode type fd (line 16) | struct fd type inode (line 17) | struct inode type fd (line 17) | struct fd type inode (line 18) | struct inode type fd (line 18) | struct fd type inode (line 19) | struct inode type fd (line 19) | struct fd type inode (line 20) | struct inode type vma (line 20) | struct vma type inode (line 21) | struct inode type fd (line 21) | struct fd type inode (line 22) | struct inode FILE: include/fiwix/fbcon.h type vconsole (line 11) | struct vconsole type vconsole (line 13) | struct vconsole type vconsole (line 14) | struct vconsole type vconsole (line 15) | struct vconsole type vconsole (line 16) | struct vconsole type vconsole (line 17) | struct vconsole type vconsole (line 18) | struct vconsole type vconsole (line 19) | struct vconsole type vconsole (line 20) | struct vconsole type vconsole (line 21) | struct vconsole type vconsole (line 22) | struct vconsole type vconsole (line 23) | struct vconsole type vconsole (line 25) | struct vconsole FILE: include/fiwix/fcntl.h type flock (line 64) | struct flock { FILE: include/fiwix/fd.h type fd (line 22) | struct fd type fd (line 24) | struct fd { FILE: include/fiwix/filesystems.h type filesystems (line 25) | struct filesystems { type filesystems (line 30) | struct filesystems type mount (line 32) | struct mount { type mount (line 41) | struct mount type fs_operations (line 43) | struct fs_operations type filesystems (line 44) | struct filesystems type superblock (line 47) | struct superblock type filesystems (line 49) | struct filesystems type inode (line 54) | struct inode type fd (line 54) | struct fd type inode (line 55) | struct inode type fd (line 55) | struct fd type inode (line 56) | struct inode type fd (line 56) | struct fd type inode (line 57) | struct inode type inode (line 58) | struct inode type fd (line 58) | struct fd type inode (line 59) | struct inode type fd (line 59) | struct fd type inode (line 60) | struct inode type fd (line 60) | struct fd type inode (line 61) | struct inode type fd (line 61) | struct fd type dirent (line 61) | struct dirent type inode (line 62) | struct inode type inode (line 63) | struct inode type inode (line 63) | struct inode type inode (line 63) | struct inode type inode (line 64) | struct inode type inode (line 65) | struct inode type inode (line 65) | struct inode type inode (line 66) | struct inode type inode (line 66) | struct inode type inode (line 67) | struct inode type inode (line 67) | struct inode type inode (line 68) | struct inode type inode (line 68) | struct inode type inode (line 69) | struct inode type inode (line 70) | struct inode type inode (line 71) | struct inode type inode (line 72) | struct inode type inode (line 73) | struct inode type inode (line 73) | struct inode type inode (line 74) | struct inode type inode (line 74) | struct inode type inode (line 74) | struct inode type inode (line 74) | struct inode type inode (line 75) | struct inode type inode (line 76) | struct inode type inode (line 77) | struct inode type inode (line 78) | struct inode type superblock (line 79) | struct superblock type statfs (line 79) | struct statfs type superblock (line 80) | struct superblock type superblock (line 81) | struct superblock type superblock (line 82) | struct superblock type superblock (line 83) | struct superblock type inode (line 87) | struct inode type fd (line 87) | struct fd type inode (line 88) | struct inode type fd (line 88) | struct fd type inode (line 89) | struct inode type fd (line 89) | struct fd type inode (line 90) | struct inode type inode (line 91) | struct inode type fd (line 91) | struct fd type inode (line 92) | struct inode type fd (line 92) | struct fd type inode (line 93) | struct inode type fd (line 93) | struct fd type inode (line 94) | struct inode type fd (line 94) | struct fd type dirent (line 94) | struct dirent type inode (line 95) | struct inode type fd (line 95) | struct fd type dirent64 (line 95) | struct dirent64 type inode (line 96) | struct inode type inode (line 97) | struct inode type inode (line 97) | struct inode type inode (line 97) | struct inode type inode (line 98) | struct inode type inode (line 99) | struct inode type inode (line 99) | struct inode type inode (line 100) | struct inode type inode (line 100) | struct inode type inode (line 101) | struct inode type inode (line 101) | struct inode type inode (line 102) | struct inode type inode (line 102) | struct inode type inode (line 103) | struct inode type inode (line 104) | struct inode type inode (line 105) | struct inode type inode (line 106) | struct inode type inode (line 107) | struct inode type inode (line 107) | struct inode type inode (line 108) | struct inode type inode (line 108) | struct inode type inode (line 108) | struct inode type inode (line 108) | struct inode type inode (line 109) | struct inode type inode (line 110) | struct inode type inode (line 111) | struct inode type inode (line 112) | struct inode type superblock (line 113) | struct superblock type statfs (line 113) | struct statfs type superblock (line 114) | struct superblock type superblock (line 115) | struct superblock type superblock (line 116) | struct superblock type superblock (line 117) | struct superblock type inode (line 121) | struct inode type fd (line 121) | struct fd type inode (line 122) | struct inode type fd (line 122) | struct fd type inode (line 123) | struct inode type fd (line 123) | struct fd type inode (line 124) | struct inode type fd (line 124) | struct fd type inode (line 125) | struct inode type fd (line 125) | struct fd type inode (line 126) | struct inode type inode (line 127) | struct inode type fd (line 127) | struct fd type inode (line 128) | struct inode type inode (line 129) | struct inode type superblock (line 130) | struct superblock type inode (line 134) | struct inode type fd (line 134) | struct fd type inode (line 135) | struct inode type fd (line 135) | struct fd type inode (line 136) | struct inode type inode (line 137) | struct inode type fd (line 137) | struct fd type inode (line 138) | struct inode type fd (line 138) | struct fd type inode (line 139) | struct inode type fd (line 139) | struct fd type inode (line 140) | struct inode type fd (line 140) | struct fd type dirent (line 140) | struct dirent type inode (line 141) | struct inode type inode (line 142) | struct inode type inode (line 142) | struct inode type inode (line 142) | struct inode type inode (line 143) | struct inode type inode (line 144) | struct inode type inode (line 144) | struct inode type inode (line 145) | struct inode type superblock (line 146) | struct superblock type statfs (line 146) | struct statfs type superblock (line 147) | struct superblock type superblock (line 148) | struct superblock type inode (line 152) | struct inode type fd (line 152) | struct fd type inode (line 153) | struct inode type fd (line 153) | struct fd type inode (line 154) | struct inode type fd (line 154) | struct fd type inode (line 155) | struct inode type inode (line 156) | struct inode type fd (line 156) | struct fd type inode (line 157) | struct inode type fd (line 157) | struct fd type inode (line 158) | struct inode type fd (line 158) | struct fd type inode (line 159) | struct inode type fd (line 159) | struct fd type dirent (line 159) | struct dirent type inode (line 160) | struct inode type inode (line 161) | struct inode type inode (line 161) | struct inode type inode (line 161) | struct inode type inode (line 162) | struct inode type inode (line 163) | struct inode type inode (line 163) | struct inode type inode (line 164) | struct inode type superblock (line 165) | struct superblock type statfs (line 165) | struct statfs type superblock (line 166) | struct superblock type inode (line 171) | struct inode type fd (line 171) | struct fd type inode (line 172) | struct inode type fd (line 172) | struct fd type inode (line 173) | struct inode type fd (line 173) | struct fd type inode (line 174) | struct inode type fd (line 174) | struct fd type inode (line 175) | struct inode type fd (line 175) | struct fd type inode (line 176) | struct inode type inode (line 177) | struct inode type fd (line 177) | struct fd type inode (line 178) | struct inode type inode (line 179) | struct inode type superblock (line 180) | struct superblock type inode (line 186) | struct inode type fd (line 186) | struct fd type inode (line 187) | struct inode type fd (line 187) | struct fd type inode (line 188) | struct inode type fd (line 188) | struct fd type inode (line 189) | struct inode type fd (line 189) | struct fd type dirent (line 189) | struct dirent type inode (line 190) | struct inode type inode (line 190) | struct inode type inode (line 191) | struct inode type superblock (line 192) | struct superblock type statfs (line 192) | struct statfs type inode (line 193) | struct inode type inode (line 194) | struct inode type superblock (line 195) | struct superblock FILE: include/fiwix/floppy.h type fddt (line 75) | struct fddt { type sigcontext (line 89) | struct sigcontext type inode (line 92) | struct inode type fd (line 92) | struct fd type inode (line 93) | struct inode type fd (line 93) | struct fd type inode (line 96) | struct inode type fd (line 96) | struct fd type inode (line 97) | struct inode FILE: include/fiwix/font.h type fbcon_font_desc (line 11) | struct fbcon_font_desc { type fbcon_font_desc (line 19) | struct fbcon_font_desc type fbcon_font_desc (line 20) | struct fbcon_font_desc type fbcon_font_desc (line 21) | struct fbcon_font_desc type fbcon_font_desc (line 23) | struct fbcon_font_desc FILE: include/fiwix/fs.h type inode (line 65) | struct inode { type inode (line 103) | struct inode type inode (line 104) | struct inode type superblock (line 112) | struct superblock { type fs_operations (line 134) | struct fs_operations { type fs_operations (line 181) | struct fs_operations type fs_operations (line 182) | struct fs_operations type fs_operations (line 185) | struct fs_operations type fs_operations (line 186) | struct fs_operations type fs_operations (line 187) | struct fs_operations type fs_operations (line 188) | struct fs_operations type superblock (line 189) | struct superblock type superblock (line 190) | struct superblock type superblock (line 191) | struct superblock type superblock (line 192) | struct superblock type superblock (line 193) | struct superblock type superblock (line 194) | struct superblock type fs_operations (line 197) | struct fs_operations type fs_operations (line 198) | struct fs_operations type fs_operations (line 199) | struct fs_operations type fs_operations (line 200) | struct fs_operations type superblock (line 201) | struct superblock type superblock (line 202) | struct superblock type fs_operations (line 205) | struct fs_operations type fs_operations (line 206) | struct fs_operations type fs_operations (line 207) | struct fs_operations type fs_operations (line 208) | struct fs_operations type procfs_dir_entry (line 209) | struct procfs_dir_entry type inode (line 209) | struct inode type fs_operations (line 218) | struct fs_operations type fs_operations (line 219) | struct fs_operations type fs_operations (line 220) | struct fs_operations type fs_operations (line 221) | struct fs_operations type iso9660_directory_record (line 222) | struct iso9660_directory_record type inode (line 222) | struct inode type iso9660_directory_record (line 223) | struct iso9660_directory_record type inode (line 223) | struct inode type inode (line 224) | struct inode type fs_operations (line 227) | struct fs_operations type fs_operations (line 228) | struct fs_operations type inode (line 232) | struct inode type inode (line 233) | struct inode type inode (line 234) | struct inode type superblock (line 234) | struct superblock type inode (line 235) | struct inode type superblock (line 235) | struct superblock type inode (line 236) | struct inode type inode (line 237) | struct inode type inode (line 238) | struct inode type inode (line 243) | struct inode type inode (line 243) | struct inode type inode (line 243) | struct inode type inode (line 244) | struct inode type inode (line 244) | struct inode type superblock (line 246) | struct superblock type superblock (line 247) | struct superblock type mount (line 248) | struct mount type mount (line 249) | struct mount type mount (line 250) | struct mount type inode (line 250) | struct inode type inode (line 252) | struct inode type inode (line 260) | struct inode type inode (line 261) | struct inode type inode (line 263) | struct inode FILE: include/fiwix/fs_devpts.h type fs_operations (line 20) | struct fs_operations type devpts_files (line 22) | struct devpts_files { type devpts_files (line 26) | struct devpts_files FILE: include/fiwix/fs_ext2.h type ext2_group_desc (line 32) | struct ext2_group_desc type ext2_inode (line 64) | struct ext2_inode { type ext2_super_block (line 127) | struct ext2_super_block { type ext2_dir_entry (line 204) | struct ext2_dir_entry { type ext2_dir_entry_2 (line 227) | struct ext2_dir_entry_2 { type ext2_sb_info (line 249) | struct ext2_sb_info { type ext2_i_info (line 256) | struct ext2_i_info { FILE: include/fiwix/fs_iso9660.h type iso9660_super_block (line 69) | struct iso9660_super_block { type iso9660_directory_record (line 105) | struct iso9660_directory_record type iso9660_pathtable_record (line 120) | struct iso9660_pathtable_record type susp_sp (line 129) | struct susp_sp { type susp_ce (line 134) | struct susp_ce { type susp_er (line 140) | struct susp_er { type rrip_px (line 148) | struct rrip_px { type rrip_pn (line 156) | struct rrip_pn { type rrip_sl_component (line 161) | struct rrip_sl_component { type rrip_sl (line 167) | struct rrip_sl { type rrip_nm (line 172) | struct rrip_nm { type rrip_tf_timestamp (line 177) | struct rrip_tf_timestamp { type rrip_tf (line 181) | struct rrip_tf { type susp_rrip (line 186) | struct susp_rrip { type iso9660_inode (line 202) | struct iso9660_inode { type iso9660_sb_info (line 207) | struct iso9660_sb_info { FILE: include/fiwix/fs_minix.h type minix_super_block (line 59) | struct minix_super_block { type minix_inode (line 72) | struct minix_inode { type minix2_inode (line 82) | struct minix2_inode { type minix_dir_entry (line 94) | struct minix_dir_entry { type minix_sb_info (line 100) | struct minix_sb_info { type minix_i_info (line 109) | struct minix_i_info { type inode (line 116) | struct inode type inode (line 117) | struct inode type inode (line 118) | struct inode type inode (line 119) | struct inode type inode (line 120) | struct inode type inode (line 121) | struct inode type inode (line 123) | struct inode type inode (line 124) | struct inode type inode (line 125) | struct inode type inode (line 126) | struct inode type inode (line 127) | struct inode type inode (line 128) | struct inode FILE: include/fiwix/fs_pipe.h type fs_operations (line 11) | struct fs_operations type pipefs_inode (line 13) | struct pipefs_inode { FILE: include/fiwix/fs_proc.h type pid_dir_inodes (line 25) | enum pid_dir_inodes { type procfs_inode (line 39) | struct procfs_inode { type procfs_dir_entry (line 43) | struct procfs_dir_entry { type procfs_dir_entry (line 53) | struct procfs_dir_entry type fs_operations (line 54) | struct fs_operations FILE: include/fiwix/fs_sock.h type fs_operations (line 15) | struct fs_operations type sockfs_inode (line 17) | struct sockfs_inode { FILE: include/fiwix/i386elf.h type Elf32_Addr (line 8) | typedef unsigned long Elf32_Addr; type Elf32_Half (line 9) | typedef unsigned short Elf32_Half; type Elf32_Off (line 10) | typedef unsigned long Elf32_Off; type Elf32_Sword (line 11) | typedef long Elf32_Sword; type Elf32_Word (line 12) | typedef unsigned long Elf32_Word; type Elf32_Ehdr (line 23) | typedef struct elf32_hdr{ type Elf32_Phdr (line 74) | typedef struct elf32_phdr{ type Elf32_Shdr (line 104) | typedef struct { type Elf32_Sym (line 151) | typedef struct elf32_sym{ type Elf32_Rel (line 176) | typedef struct elf32_rel { type Elf32_Rela (line 181) | typedef struct elf32_rela{ type Elf32_Dyn (line 238) | typedef struct dynamic{ type Elf32_Nhdr (line 266) | typedef struct elf32_note { type elf32_hdr (line 280) | struct elf32_hdr FILE: include/fiwix/ipc.h type key_t (line 41) | typedef int key_t; type sysvipc_args (line 43) | struct sysvipc_args { type ipc_perm (line 52) | struct ipc_perm { type resource (line 62) | struct resource type ipc_perm (line 65) | struct ipc_perm FILE: include/fiwix/irq.h type interrupt (line 15) | struct interrupt { type interrupt (line 21) | struct interrupt type bh (line 26) | struct bh { type bh (line 32) | struct bh type interrupt (line 33) | struct interrupt type interrupt (line 34) | struct interrupt type sigcontext (line 35) | struct sigcontext type sigcontext (line 37) | struct sigcontext FILE: include/fiwix/kd.h type consolefontdesc (line 15) | struct consolefontdesc { type scrnmap_t (line 55) | typedef char scrnmap_t; type unipair (line 63) | struct unipair { type unimapdesc (line 67) | struct unimapdesc { type unimapinit (line 73) | struct unimapinit { type kbentry (line 100) | struct kbentry { type kbsentry (line 113) | struct kbsentry { type kbdiacr (line 120) | struct kbdiacr { type kbdiacrs (line 123) | struct kbdiacrs { type kbkeycode (line 130) | struct kbkeycode { type kbd_repeat (line 138) | struct kbd_repeat { type console_font_op (line 148) | struct console_font_op { FILE: include/fiwix/kernel.h type kernel_stat (line 68) | struct kernel_stat { type kernel_stat (line 110) | struct kernel_stat FILE: include/fiwix/keyboard.h type diacritic (line 144) | struct diacritic { type sigcontext (line 152) | struct sigcontext type sigcontext (line 153) | struct sigcontext FILE: include/fiwix/kparms.h type kernel_params (line 19) | struct kernel_params { type kernel_params (line 33) | struct kernel_params type kernel_params_value (line 35) | struct kernel_params_value { FILE: include/fiwix/linuxboot.h type screen_info (line 10) | struct screen_info { type setup_header (line 24) | struct setup_header { type bios_mem_entry (line 42) | struct bios_mem_entry { type boot_params (line 51) | struct boot_params { FILE: include/fiwix/locks.h type flock_file (line 15) | struct flock_file { type flock_file (line 23) | struct flock_file type flock (line 25) | struct flock type inode (line 26) | struct inode type inode (line 27) | struct inode FILE: include/fiwix/lp.h type lp (line 35) | struct lp { type inode (line 42) | struct inode type fd (line 42) | struct fd type inode (line 43) | struct inode type fd (line 43) | struct fd type inode (line 44) | struct inode type fd (line 44) | struct fd FILE: include/fiwix/memdev.h type inode (line 24) | struct inode type fd (line 24) | struct fd type inode (line 25) | struct inode type fd (line 25) | struct fd type inode (line 26) | struct inode type fd (line 26) | struct fd type inode (line 27) | struct inode type fd (line 27) | struct fd type inode (line 28) | struct inode type inode (line 30) | struct inode type fd (line 30) | struct fd type inode (line 31) | struct inode type fd (line 31) | struct fd type inode (line 32) | struct inode type fd (line 32) | struct fd type inode (line 33) | struct inode type fd (line 33) | struct fd type inode (line 34) | struct inode type inode (line 36) | struct inode type fd (line 36) | struct fd type inode (line 37) | struct inode type fd (line 37) | struct fd type inode (line 38) | struct inode type fd (line 38) | struct fd type inode (line 39) | struct inode type fd (line 39) | struct fd type inode (line 40) | struct inode type inode (line 42) | struct inode type fd (line 42) | struct fd type inode (line 43) | struct inode type fd (line 43) | struct fd type inode (line 44) | struct inode type fd (line 44) | struct fd type inode (line 45) | struct inode type fd (line 45) | struct fd type inode (line 46) | struct inode type inode (line 48) | struct inode type fd (line 48) | struct fd type inode (line 49) | struct inode type fd (line 49) | struct fd type inode (line 50) | struct inode type fd (line 50) | struct fd type inode (line 51) | struct inode type fd (line 51) | struct fd type inode (line 52) | struct inode type inode (line 54) | struct inode type fd (line 54) | struct fd type inode (line 55) | struct inode type fd (line 55) | struct fd type inode (line 56) | struct inode type fd (line 56) | struct fd type inode (line 57) | struct inode type fd (line 57) | struct fd type inode (line 58) | struct inode type inode (line 60) | struct inode type fd (line 60) | struct fd type inode (line 61) | struct inode type fd (line 61) | struct fd type inode (line 62) | struct inode type fd (line 62) | struct fd type inode (line 63) | struct inode type fd (line 63) | struct fd type inode (line 64) | struct inode type inode (line 66) | struct inode type fd (line 66) | struct fd type inode (line 67) | struct inode type vma (line 67) | struct vma FILE: include/fiwix/mm.h type page (line 39) | struct page { type page (line 53) | struct page type page (line 54) | struct page type bl_head (line 75) | struct bl_head { type page (line 90) | struct page type page (line 91) | struct page type page (line 92) | struct page type page (line 93) | struct page type inode (line 93) | struct inode type page (line 94) | struct page type inode (line 96) | struct inode type inode (line 97) | struct inode type page (line 98) | struct page type inode (line 98) | struct inode type page (line 99) | struct page type inode (line 99) | struct inode type inode (line 100) | struct inode type fd (line 100) | struct fd type proc (line 108) | struct proc type proc (line 109) | struct proc type proc (line 110) | struct proc type proc (line 111) | struct proc type proc (line 112) | struct proc FILE: include/fiwix/mman.h type mmap (line 51) | struct mmap { type proc (line 60) | struct proc type vma (line 61) | struct vma type vma (line 63) | struct vma type vma (line 64) | struct vma type inode (line 67) | struct inode type vma (line 69) | struct vma FILE: include/fiwix/msg.h type msqid_ds (line 25) | struct msqid_ds { type msgbuf (line 42) | struct msgbuf { type msginfo (line 48) | struct msginfo { type msg (line 60) | struct msg { type msqid_ds (line 68) | struct msqid_ds type msqid_ds (line 75) | struct msqid_ds type msqid_ds (line 76) | struct msqid_ds type msg (line 77) | struct msg type msg (line 78) | struct msg type msqid_ds (line 82) | struct msqid_ds FILE: include/fiwix/multiboot1.h type multiboot_uint8_t (line 94) | typedef unsigned char multiboot_uint8_t; type multiboot_uint16_t (line 95) | typedef unsigned short multiboot_uint16_t; type multiboot_uint32_t (line 96) | typedef unsigned int multiboot_uint32_t; type multiboot_uint64_t (line 97) | typedef unsigned long long multiboot_uint64_t; type multiboot_header (line 99) | struct multiboot_header type multiboot_aout_symbol_table (line 125) | struct multiboot_aout_symbol_table type multiboot_aout_symbol_table_t (line 132) | typedef struct multiboot_aout_symbol_table multiboot_aout_symbol_table_t; type multiboot_elf_section_header_table (line 135) | struct multiboot_elf_section_header_table type multiboot_elf_section_header_table_t (line 142) | typedef struct multiboot_elf_section_header_table multiboot_elf_section_... type multiboot_info (line 144) | struct multiboot_info type multiboot_info_t (line 221) | typedef struct multiboot_info multiboot_info_t; type multiboot_color (line 223) | struct multiboot_color type multiboot_mmap_entry (line 230) | struct multiboot_mmap_entry type multiboot_memory_map_t (line 242) | typedef struct multiboot_mmap_entry multiboot_memory_map_t; type multiboot_mod_list (line 244) | struct multiboot_mod_list type multiboot_module_t (line 256) | typedef struct multiboot_mod_list multiboot_module_t; type multiboot_apm_info (line 259) | struct multiboot_apm_info type vbe_controller (line 273) | struct vbe_controller type vbe_mode (line 290) | struct vbe_mode FILE: include/fiwix/net.h type socklen_t (line 35) | typedef unsigned int socklen_t; type socket (line 37) | struct socket { type domain_table (line 54) | struct domain_table { type proto_ops (line 60) | struct proto_ops { type socket (line 83) | struct socket type socket (line 85) | struct socket type socket (line 85) | struct socket type socket (line 86) | struct socket type socket (line 86) | struct socket type socket (line 87) | struct socket type socket (line 88) | struct socket type sockaddr (line 90) | struct sockaddr type sockaddr (line 92) | struct sockaddr type sockaddr (line 93) | struct sockaddr type sockaddr (line 94) | struct sockaddr type sockaddr (line 98) | struct sockaddr type sockaddr (line 99) | struct sockaddr FILE: include/fiwix/net/ipv4.h type ipv4_info (line 16) | struct ipv4_info { type ipv4_info (line 22) | struct ipv4_info type proto_ops (line 24) | struct proto_ops type socket (line 26) | struct socket type socket (line 27) | struct socket type socket (line 28) | struct socket type sockaddr (line 28) | struct sockaddr type socket (line 29) | struct socket type socket (line 30) | struct socket type sockaddr (line 30) | struct sockaddr type socket (line 31) | struct socket type sockaddr (line 31) | struct sockaddr type socket (line 32) | struct socket type sockaddr (line 32) | struct sockaddr type socket (line 33) | struct socket type socket (line 33) | struct socket type socket (line 34) | struct socket type fd (line 34) | struct fd type socket (line 35) | struct socket type fd (line 35) | struct fd type socket (line 36) | struct socket type fd (line 36) | struct fd type sockaddr (line 36) | struct sockaddr type socket (line 37) | struct socket type fd (line 37) | struct fd type sockaddr (line 37) | struct sockaddr type socket (line 38) | struct socket type fd (line 38) | struct fd type socket (line 39) | struct socket type fd (line 39) | struct fd type socket (line 40) | struct socket type fd (line 40) | struct fd type socket (line 41) | struct socket type socket (line 42) | struct socket type socket (line 43) | struct socket type socket (line 44) | struct socket FILE: include/fiwix/net/packet.h type packet (line 15) | struct packet { type packet (line 24) | struct packet type packet (line 24) | struct packet type packet (line 25) | struct packet type packet (line 25) | struct packet type packet (line 26) | struct packet type packet (line 26) | struct packet FILE: include/fiwix/net/unix.h type unix_info (line 17) | struct unix_info { type unix_info (line 32) | struct unix_info type proto_ops (line 34) | struct proto_ops type socket (line 36) | struct socket type socket (line 37) | struct socket type socket (line 38) | struct socket type sockaddr (line 38) | struct sockaddr type socket (line 39) | struct socket type socket (line 40) | struct socket type sockaddr (line 40) | struct sockaddr type socket (line 41) | struct socket type sockaddr (line 41) | struct sockaddr type socket (line 42) | struct socket type sockaddr (line 42) | struct sockaddr type socket (line 43) | struct socket type socket (line 43) | struct socket type socket (line 44) | struct socket type fd (line 44) | struct fd type socket (line 45) | struct socket type fd (line 45) | struct fd type socket (line 46) | struct socket type fd (line 46) | struct fd type sockaddr (line 46) | struct sockaddr type socket (line 47) | struct socket type fd (line 47) | struct fd type sockaddr (line 47) | struct sockaddr type socket (line 48) | struct socket type fd (line 48) | struct fd type socket (line 49) | struct socket type fd (line 49) | struct fd type socket (line 50) | struct socket type fd (line 50) | struct fd type socket (line 51) | struct socket type socket (line 52) | struct socket type socket (line 53) | struct socket type socket (line 54) | struct socket FILE: include/fiwix/part.h type hd_geometry (line 16) | struct hd_geometry { type partition (line 23) | struct partition { type partition (line 36) | struct partition FILE: include/fiwix/pci.h type pci_supported_devices (line 88) | struct pci_supported_devices { type pci_device (line 93) | struct pci_device { type pci_device (line 120) | struct pci_device type pci_device (line 122) | struct pci_device type pci_device (line 123) | struct pci_device type pci_device (line 124) | struct pci_device type pci_device (line 125) | struct pci_device type pci_device (line 126) | struct pci_device type pci_device (line 127) | struct pci_device type pci_device (line 128) | struct pci_device FILE: include/fiwix/process.h type vma (line 11) | struct vma { type proc (line 62) | struct proc type binargs (line 64) | struct binargs { type i386tss (line 74) | struct i386tss { type proc (line 105) | struct proc { type proc (line 169) | struct proc type proc (line 170) | struct proc type proc (line 172) | struct proc type proc (line 173) | struct proc type proc (line 175) | struct proc type rusage (line 175) | struct rusage type proc (line 176) | struct proc type rusage (line 176) | struct rusage type proc (line 177) | struct proc type proc (line 178) | struct proc type proc (line 178) | struct proc type proc (line 179) | struct proc type proc (line 181) | struct proc type proc (line 182) | struct proc type proc (line 184) | struct proc type proc (line 186) | struct proc type proc (line 187) | struct proc type inode (line 190) | struct inode type binargs (line 190) | struct binargs type sigcontext (line 190) | struct sigcontext FILE: include/fiwix/psaux.h type psaux (line 22) | struct psaux { type psaux (line 27) | struct psaux type inode (line 29) | struct inode type fd (line 29) | struct fd type inode (line 30) | struct inode type fd (line 30) | struct fd type inode (line 31) | struct inode type fd (line 31) | struct fd type inode (line 32) | struct inode type fd (line 32) | struct fd type inode (line 33) | struct inode type fd (line 33) | struct fd type sigcontext (line 35) | struct sigcontext FILE: include/fiwix/pty.h type tty (line 19) | struct tty type tty (line 20) | struct tty type tty (line 21) | struct tty type inode (line 22) | struct inode type fd (line 22) | struct fd type inode (line 23) | struct inode type fd (line 23) | struct fd type tty (line 24) | struct tty type fd (line 24) | struct fd type inode (line 25) | struct inode type fd (line 25) | struct fd FILE: include/fiwix/ramdisk.h type ramdisk (line 16) | struct ramdisk { type ramdisk (line 22) | struct ramdisk type inode (line 24) | struct inode type fd (line 24) | struct fd type inode (line 25) | struct inode type fd (line 25) | struct fd type inode (line 28) | struct inode type fd (line 28) | struct fd type inode (line 29) | struct inode FILE: include/fiwix/resource.h type rusage (line 36) | struct rusage { type rlimit (line 76) | struct rlimit { FILE: include/fiwix/sched.h type proc (line 52) | struct proc FILE: include/fiwix/segments.h type desc_r (line 56) | struct desc_r { type seg_desc (line 61) | struct seg_desc { type gate_desc (line 70) | struct gate_desc { FILE: include/fiwix/sem.h type semid_ds (line 34) | struct semid_ds { type sembuf (line 46) | struct sembuf { type semid_ds (line 55) | struct semid_ds type seminfo (line 57) | struct seminfo type seminfo (line 61) | struct seminfo { type sem (line 75) | struct sem { type sem_undo (line 83) | struct sem_undo { type semid_ds (line 92) | struct semid_ds type semid_ds (line 99) | struct semid_ds type semid_ds (line 100) | struct semid_ds type sem (line 101) | struct sem type sem (line 102) | struct sem type sem_undo (line 103) | struct sem_undo type sem_undo (line 104) | struct sem_undo type sembuf (line 106) | struct sembuf FILE: include/fiwix/serial.h type serial (line 97) | struct serial { type tty (line 109) | struct tty type tty (line 110) | struct tty type tty (line 111) | struct tty type tty (line 112) | struct tty type sigcontext (line 113) | struct sigcontext type sigcontext (line 114) | struct sigcontext FILE: include/fiwix/shm.h type shmid_ds (line 44) | struct shmid_ds { type shminfo (line 59) | struct shminfo { type shm_info (line 67) | struct shm_info { type shmid_ds (line 76) | struct shmid_ds type shmid_ds (line 84) | struct shmid_ds type shmid_ds (line 85) | struct shmid_ds type vma (line 87) | struct vma type shmid_ds (line 87) | struct shmid_ds type vma (line 88) | struct vma type vma (line 89) | struct vma type shmid_ds (line 93) | struct shmid_ds FILE: include/fiwix/sigcontext.h type sigcontext (line 11) | struct sigcontext { FILE: include/fiwix/signal.h type __sigset_t (line 47) | typedef unsigned int __sigset_t; type sigaction (line 50) | struct sigaction { FILE: include/fiwix/sleep.h type proc (line 18) | struct proc type resource (line 20) | struct resource { type proc (line 25) | struct proc type proc (line 26) | struct proc type proc (line 29) | struct proc type resource (line 31) | struct resource type resource (line 32) | struct resource FILE: include/fiwix/socket.h type sa_family_t (line 45) | typedef unsigned short int sa_family_t; type sockaddr (line 49) | struct sockaddr { type sockaddr_un (line 55) | struct sockaddr_un { FILE: include/fiwix/statbuf.h type old_stat (line 11) | struct old_stat { type new_stat (line 25) | struct new_stat { type stat64 (line 48) | struct stat64 { FILE: include/fiwix/statfs.h type fsid_t (line 11) | typedef struct { type statfs (line 15) | struct statfs { FILE: include/fiwix/stdio.h type tty (line 13) | struct tty FILE: include/fiwix/syscalls.h type sigcontext (line 31) | struct sigcontext type sigcontext (line 33) | struct sigcontext type sigcontext (line 39) | struct sigcontext type sigcontext (line 41) | struct sigcontext type sigcontext (line 52) | struct sigcontext type sigcontext (line 54) | struct sigcontext type old_stat (line 61) | struct old_stat type old_stat (line 70) | struct old_stat type utimbuf (line 72) | struct utimbuf type timeb (line 74) | struct timeb type tms (line 82) | struct tms type oldold_utsname (line 93) | struct oldold_utsname type ustat (line 96) | struct ustat type sigaction (line 101) | struct sigaction type sigaction (line 101) | struct sigaction type rlimit (line 109) | struct rlimit type rlimit (line 110) | struct rlimit type rusage (line 111) | struct rusage type timeval (line 112) | struct timeval type timezone (line 112) | struct timezone type timeval (line 113) | struct timeval type timezone (line 113) | struct timezone type old_stat (line 118) | struct old_stat type mmap (line 121) | struct mmap type statfs (line 127) | struct statfs type statfs (line 128) | struct statfs type itimerval (line 132) | struct itimerval type itimerval (line 132) | struct itimerval type itimerval (line 133) | struct itimerval type new_stat (line 134) | struct new_stat type new_stat (line 135) | struct new_stat type new_stat (line 136) | struct new_stat type old_utsname (line 137) | struct old_utsname type sigcontext (line 139) | struct sigcontext type sigcontext (line 141) | struct sigcontext type rusage (line 143) | struct rusage type sysinfo (line 144) | struct sysinfo type sysvipc_args (line 146) | struct sysvipc_args type sigcontext (line 150) | struct sigcontext type sigcontext (line 152) | struct sigcontext type new_utsname (line 155) | struct new_utsname type dirent (line 164) | struct dirent type timeval (line 165) | struct timeval type iovec (line 167) | struct iovec type iovec (line 168) | struct iovec type timespec (line 171) | struct timespec type timespec (line 171) | struct timespec type stat64 (line 179) | struct stat64 type stat64 (line 180) | struct stat64 type stat64 (line 181) | struct stat64 type dirent64 (line 183) | struct dirent64 type timeval (line 185) | struct timeval FILE: include/fiwix/sysconsole.h type sysconsole (line 15) | struct sysconsole { type sysconsole (line 20) | struct sysconsole type tty (line 23) | struct tty FILE: include/fiwix/system.h type sysinfo (line 16) | struct sysinfo { FILE: include/fiwix/termbits.h type tcflag_t (line 16) | typedef unsigned int tcflag_t; type cc_t (line 19) | typedef unsigned char cc_t; type speed_t (line 22) | typedef int speed_t; FILE: include/fiwix/termios.h type winsize (line 13) | struct winsize { type termio (line 24) | struct termio { type termios (line 37) | struct termios { FILE: include/fiwix/time.h type timespec (line 15) | struct timespec { type timeval (line 20) | struct timeval { type timezone (line 25) | struct timezone { type itimerval (line 30) | struct itimerval { type tm (line 35) | struct tm { type timeval (line 47) | struct timeval type timeval (line 48) | struct timeval type itimerval (line 49) | struct itimerval type itimerval (line 49) | struct itimerval type tm (line 50) | struct tm FILE: include/fiwix/timeb.h type timeb (line 11) | struct timeb { FILE: include/fiwix/timer.h type callout (line 29) | struct callout { type callout_req (line 36) | struct callout_req { type callout_req (line 41) | struct callout_req type callout_req (line 42) | struct callout_req type sigcontext (line 43) | struct sigcontext type sigcontext (line 44) | struct sigcontext type sigcontext (line 45) | struct sigcontext FILE: include/fiwix/times.h type tms (line 11) | struct tms { FILE: include/fiwix/traps.h type traps (line 15) | struct traps { type sigcontext (line 21) | struct sigcontext type sigcontext (line 22) | struct sigcontext type sigcontext (line 23) | struct sigcontext type sigcontext (line 24) | struct sigcontext type sigcontext (line 25) | struct sigcontext type sigcontext (line 26) | struct sigcontext type sigcontext (line 27) | struct sigcontext type sigcontext (line 28) | struct sigcontext type sigcontext (line 29) | struct sigcontext type sigcontext (line 30) | struct sigcontext type sigcontext (line 31) | struct sigcontext type sigcontext (line 32) | struct sigcontext type sigcontext (line 33) | struct sigcontext type sigcontext (line 34) | struct sigcontext type sigcontext (line 35) | struct sigcontext type sigcontext (line 36) | struct sigcontext type sigcontext (line 37) | struct sigcontext type sigcontext (line 38) | struct sigcontext type sigcontext (line 39) | struct sigcontext type sigcontext (line 40) | struct sigcontext type sigcontext (line 42) | struct sigcontext type sigcontext (line 46) | struct sigcontext FILE: include/fiwix/tty.h type kbd_state (line 26) | struct kbd_state { type tty (line 30) | struct tty { type tty (line 60) | struct tty type tty (line 62) | struct tty type tty (line 63) | struct tty type tty (line 64) | struct tty type tty (line 65) | struct tty type tty (line 66) | struct tty type tty (line 67) | struct tty type tty (line 68) | struct tty type tty (line 69) | struct tty type inode (line 70) | struct inode type fd (line 70) | struct fd type inode (line 71) | struct inode type fd (line 71) | struct fd type inode (line 72) | struct inode type fd (line 72) | struct fd type inode (line 73) | struct inode type fd (line 73) | struct fd type inode (line 74) | struct inode type fd (line 74) | struct fd type inode (line 75) | struct inode type inode (line 76) | struct inode type fd (line 76) | struct fd type tty (line 79) | struct tty FILE: include/fiwix/types.h type __signed__ (line 11) | typedef __signed__ char __s8; type __u8 (line 12) | typedef unsigned char __u8; type __s16 (line 13) | typedef __signed__ short int __s16; type __u16 (line 14) | typedef unsigned short int __u16; type __signed__ (line 15) | typedef __signed__ int __s32; type __u32 (line 16) | typedef unsigned int __u32; type __s64 (line 17) | typedef __signed__ long long int __s64; type __u64 (line 18) | typedef unsigned long long int __u64; type __u16 (line 20) | typedef __u16 __uid_t; type __u16 (line 21) | typedef __u16 __gid_t; type __u32 (line 22) | typedef __u32 __ino_t; type __u64 (line 23) | typedef __u64 __ino64_t; type __u16 (line 24) | typedef __u16 __mode_t; type __u16 (line 25) | typedef __u16 __nlink_t; type __u32 (line 26) | typedef __u32 __off_t; type __s32 (line 27) | typedef __s32 __pid_t; type __s32 (line 28) | typedef __s32 __ssize_t; type __u32 (line 29) | typedef __u32 __size_t; type __u32 (line 30) | typedef __u32 __clock_t; type __u32 (line 31) | typedef __u32 __time_t; type __u16 (line 32) | typedef __u16 __dev_t; type __u16 (line 33) | typedef __u16 __key_t; type __s32 (line 34) | typedef __s32 __blk_t; type __s32 (line 35) | typedef __s32 __daddr_t; type __s64 (line 36) | typedef __s64 __loff_t; type fd_set (line 47) | typedef struct { type iovec (line 52) | struct iovec { FILE: include/fiwix/ustat.h type ustat (line 13) | struct ustat { FILE: include/fiwix/utime.h type utimbuf (line 13) | struct utimbuf { FILE: include/fiwix/utsname.h type oldold_utsname (line 37) | struct oldold_utsname type old_utsname (line 47) | struct old_utsname type new_utsname (line 57) | struct new_utsname type new_utsname (line 75) | struct new_utsname FILE: include/fiwix/vgacon.h type vconsole (line 35) | struct vconsole type vconsole (line 36) | struct vconsole type vconsole (line 37) | struct vconsole type vconsole (line 38) | struct vconsole type vconsole (line 39) | struct vconsole type vconsole (line 40) | struct vconsole type vconsole (line 41) | struct vconsole type vconsole (line 42) | struct vconsole type vconsole (line 43) | struct vconsole type vconsole (line 44) | struct vconsole type vconsole (line 45) | struct vconsole type vconsole (line 47) | struct vconsole FILE: include/fiwix/vt.h type vt_mode (line 8) | struct vt_mode { type vt_stat (line 21) | struct vt_stat { type vt_sizes (line 35) | struct vt_sizes { type vt_consize (line 42) | struct vt_consize { FILE: kernel/cmos.c function cmos_update_in_progress (line 11) | int cmos_update_in_progress(void) function cmos_read_date (line 16) | unsigned char cmos_read_date(unsigned char addr) function cmos_write_date (line 27) | void cmos_write_date(unsigned char addr, unsigned char value) function cmos_read (line 38) | unsigned char cmos_read(unsigned char addr) function cmos_write (line 49) | void cmos_write(unsigned char addr, unsigned char value) FILE: kernel/cpu.c type cpu (line 19) | struct cpu type cpu_type (line 21) | struct cpu_type function detect_cpuspeed (line 46) | static unsigned int detect_cpuspeed(void) function show_cache (line 73) | static void show_cache(int value) function check_cache (line 151) | static void check_cache(int maxcpuid) function get_cpu_flags (line 185) | int get_cpu_flags(char *buffer) function cpu_init (line 200) | void cpu_init(void) FILE: kernel/gdt.c type seg_desc (line 15) | struct seg_desc type desc_r (line 17) | struct desc_r function gdt_set_entry (line 22) | static void gdt_set_entry(int num, unsigned int base_addr, unsigned int ... function gdt_init (line 33) | void gdt_init(void) FILE: kernel/idt.c type gate_desc (line 13) | struct gate_desc type desc_r (line 15) | struct desc_r function set_idt_entry (line 32) | static void set_idt_entry(int num, __off_t handler, unsigned int flags) function idt_init (line 40) | void idt_init(void) FILE: kernel/init.c function init_trampoline (line 29) | static void init_trampoline(void) function init_init (line 40) | void init_init(void) FILE: kernel/irq.c type interrupt (line 18) | struct interrupt type bh (line 19) | struct bh function register_irq (line 21) | int register_irq(int num, struct interrupt *new_irq) function unregister_irq (line 44) | int unregister_irq(int num, const struct interrupt *old_irq) function add_bh (line 73) | void add_bh(struct bh *new) function irq_handler (line 90) | void irq_handler(int num, struct sigcontext sc) function unknown_irq_handler (line 117) | void unknown_irq_handler(void) function do_bh (line 124) | void do_bh(struct sigcontext sc) function irq_init (line 140) | void irq_init(void) FILE: kernel/kexec.c function _memcpy_b (line 32) | static void _memcpy_b(void *dest, const void *src, unsigned int count) function _memset_b (line 45) | static void _memset_b(void *dest, unsigned char value, unsigned int count) function multiboot1_trampoline (line 56) | static void multiboot1_trampoline(unsigned int ramdisk_addr, unsigned in... function kexec_multiboot1 (line 209) | void kexec_multiboot1(void) function linux_trampoline (line 308) | static void linux_trampoline(char *kernel_src_addr, unsigned int kernel_... function kexec_linux (line 474) | void kexec_linux(void) FILE: kernel/main.c type kernel_params (line 37) | struct kernel_params type kernel_stat (line 38) | struct kernel_stat type new_utsname (line 41) | struct new_utsname function set_default_values (line 50) | static void set_default_values(void) function start_kernel (line 64) | void start_kernel(unsigned int magic, unsigned int info, unsigned int la... function stop_kernel (line 142) | void stop_kernel(void) function cpu_idle (line 189) | void cpu_idle(void) FILE: kernel/multiboot.c type kernel_params_value (line 27) | struct kernel_params_value function check_param (line 106) | static int check_param(struct kernel_params_value *kpv, const char *value) function parse_arg (line 215) | static int parse_arg(const char *arg) function parse_bgaresolution (line 297) | static void parse_bgaresolution(void) function get_last_boot_addr (line 334) | unsigned int get_last_boot_addr(unsigned int magic, unsigned int info) function multiboot (line 385) | void multiboot(unsigned int magic, unsigned int info) FILE: kernel/pic.c function pic_get_irq_reg (line 24) | static unsigned short int pic_get_irq_reg(int ocw3) function enable_irq (line 31) | void enable_irq(int irq) function disable_irq (line 41) | void disable_irq(int irq) function spurious_interrupt (line 51) | void spurious_interrupt(int irq) function ack_pic_irq (line 77) | void ack_pic_irq(int irq) function pic_init (line 85) | void pic_init(void) FILE: kernel/pit.c function pit_beep_on (line 11) | void pit_beep_on(void) function pit_beep_off (line 19) | void pit_beep_off(unsigned int unused) function pit_getcounter0 (line 24) | int pit_getcounter0(void) function pit_init (line 35) | void pit_init(unsigned short int hertz) FILE: kernel/process.c type proc (line 19) | struct proc type proc (line 20) | struct proc type proc (line 22) | struct proc type proc (line 23) | struct proc type proc (line 24) | struct proc type resource (line 27) | struct resource type resource (line 28) | struct resource function add_crusage (line 34) | void add_crusage(struct proc *p, struct rusage *cru) function get_rusage (line 64) | void get_rusage(struct proc *p, struct rusage *ru) function add_rusage (line 82) | void add_rusage(struct proc *p) type proc (line 115) | struct proc type proc (line 115) | struct proc type proc (line 117) | struct proc function FOR_EACH_PROCESS (line 119) | FOR_EACH_PROCESS(p) { function __pid_t (line 129) | __pid_t remove_zombie(struct proc *p) function is_orphaned_pgrp (line 152) | int is_orphaned_pgrp(__pid_t pgid) type proc (line 177) | struct proc type proc (line 179) | struct proc function release_proc (line 203) | void release_proc(struct proc *p) function get_unused_pid (line 229) | int get_unused_pid(void) type proc (line 262) | struct proc type proc (line 264) | struct proc function FOR_EACH_PROCESS (line 266) | FOR_EACH_PROCESS(p) { type proc (line 276) | struct proc type proc (line 278) | struct proc function proc_slot_init (line 303) | void proc_slot_init(struct proc *p) function proc_init (line 331) | void proc_init(void) FILE: kernel/sched.c type seg_desc (line 19) | struct seg_desc function context_switch (line 22) | static void context_switch(struct proc *next) function set_tss (line 35) | void set_tss(struct proc *p) function do_sched (line 47) | void do_sched(void) function sched_init (line 84) | void sched_init(void) FILE: kernel/signal.c function can_signal (line 22) | int can_signal(struct proc *p) function send_sig (line 31) | int send_sig(struct proc *p, __sigset_t signum) function issig (line 122) | int issig(void) function psig (line 156) | void psig(unsigned int stack) function kill_pid (line 245) | int kill_pid(__pid_t pid, __sigset_t signum, int sender) function kill_pgrp (line 263) | int kill_pgrp(__pid_t pgid, __sigset_t signum, int sender) FILE: kernel/sleep.c type proc (line 21) | struct proc type proc (line 22) | struct proc function runnable (line 25) | void runnable(struct proc *p) function not_runnable (line 44) | void not_runnable(struct proc *p, int state) function sleep (line 63) | int sleep(void *address, int state) function wakeup (line 115) | void wakeup(void *address) function wakeup_proc (line 152) | void wakeup_proc(struct proc *p) function lock_resource (line 193) | void lock_resource(struct resource *resource) function unlock_resource (line 211) | void unlock_resource(struct resource *resource) function can_lock_area (line 224) | int can_lock_area(unsigned int type) function unlock_area (line 237) | int unlock_area(unsigned int type) function sleep_init (line 250) | void sleep_init(void) FILE: kernel/syscalls.c function verify_address (line 20) | static int verify_address(int type, const void *addr, unsigned int size) function free_name (line 79) | void free_name(const char *name) function malloc_name (line 91) | int malloc_name(const char *string, char **name) function check_user_permission (line 116) | int check_user_permission(struct inode *i) function check_group (line 126) | int check_group(struct inode *i) function check_user_area (line 152) | int check_user_area(int type, const void *addr, unsigned int size) function check_permission (line 157) | int check_permission(int mask, struct inode *i) function do_bad_syscall (line 477) | static void do_bad_syscall(unsigned int num) type sigcontext (line 491) | struct sigcontext type sigcontext (line 493) | struct sigcontext FILE: kernel/syscalls/access.c function sys_access (line 19) | int sys_access(const char *filename, __mode_t mode) FILE: kernel/syscalls/alarm.c function sys_alarm (line 16) | int sys_alarm(unsigned int secs) FILE: kernel/syscalls/brk.c function sys_brk (line 17) | int sys_brk(unsigned int brk) FILE: kernel/syscalls/chdir.c function sys_chdir (line 18) | int sys_chdir(const char *dirname) FILE: kernel/syscalls/chmod.c function sys_chmod (line 20) | int sys_chmod(const char *filename, __mode_t mode) FILE: kernel/syscalls/chown.c function sys_chown (line 20) | int sys_chown(const char *filename, __uid_t owner, __gid_t group) FILE: kernel/syscalls/chown32.c function sys_chown32 (line 21) | int sys_chown32(const char *filename, unsigned int owner, unsigned int g... FILE: kernel/syscalls/chroot.c function sys_chroot (line 18) | int sys_chroot(const char *dirname) FILE: kernel/syscalls/close.c function sys_close (line 14) | int sys_close(unsigned int ufd) FILE: kernel/syscalls/creat.c function sys_creat (line 17) | int sys_creat(const char *filename, __mode_t mode) FILE: kernel/syscalls/dup.c function sys_dup (line 17) | int sys_dup(unsigned int ufd) FILE: kernel/syscalls/dup2.c function sys_dup2 (line 16) | int sys_dup2(unsigned int old_ufd, unsigned int new_ufd) FILE: kernel/syscalls/execve.c function initialize_barg (line 21) | static int initialize_barg(struct binargs *barg, char *argv[], char *env... function free_barg_pages (line 49) | static void free_barg_pages(struct binargs *barg) function add_strings (line 60) | static int add_strings(struct binargs *barg, char *filename, char *inter... function copy_strings (line 172) | static int copy_strings(struct binargs *barg, char *argv[], char *envp[]) function do_execve (line 240) | static int do_execve(const char *filename, char *argv[], char *envp[], s... type sigcontext (line 341) | struct sigcontext type sigcontext (line 343) | struct sigcontext FILE: kernel/syscalls/exit.c function do_exit (line 23) | void do_exit(int exit_code) function sys_exit (line 115) | int sys_exit(int exit_code) FILE: kernel/syscalls/fchdir.c function sys_fchdir (line 17) | int sys_fchdir(unsigned int ufd) FILE: kernel/syscalls/fchmod.c function sys_fchmod (line 19) | int sys_fchmod(unsigned int ufd, __mode_t mode) FILE: kernel/syscalls/fchown.c function sys_fchown (line 19) | int sys_fchown(unsigned int ufd, __uid_t owner, __gid_t group) FILE: kernel/syscalls/fcntl.c function sys_fcntl (line 18) | int sys_fcntl(unsigned int ufd, int cmd, unsigned int arg) FILE: kernel/syscalls/fcntl64.c function sys_fcntl64 (line 16) | int sys_fcntl64(unsigned int ufd, int cmd, unsigned int arg) FILE: kernel/syscalls/fdatasync.c function sys_fdatasync (line 15) | int sys_fdatasync(int ufd) FILE: kernel/syscalls/flock.c function sys_flock (line 17) | int sys_flock(unsigned int ufd, int op) FILE: kernel/syscalls/fork.c function free_vma_table (line 21) | static void free_vma_table(struct proc *p) type sigcontext (line 34) | struct sigcontext function sys_fork (line 36) | int sys_fork(int arg1, int arg2, int arg3, int arg4, int arg5, struct si... FILE: kernel/syscalls/fstat.c function sys_fstat (line 18) | int sys_fstat(unsigned int ufd, struct old_stat *statbuf) FILE: kernel/syscalls/fstat64.c function sys_fstat64 (line 19) | int sys_fstat64(unsigned int ufd, struct stat64 *statbuf) FILE: kernel/syscalls/fstatfs.c function sys_fstatfs (line 17) | int sys_fstatfs(unsigned int ufd, struct statfs *statfsbuf) FILE: kernel/syscalls/fsync.c function sys_fsync (line 19) | int sys_fsync(unsigned int ufd) FILE: kernel/syscalls/ftime.c function sys_ftime (line 18) | int sys_ftime(struct timeb *tp) FILE: kernel/syscalls/ftruncate.c function sys_ftruncate (line 19) | int sys_ftruncate(unsigned int ufd, __off_t length) FILE: kernel/syscalls/ftruncate64.c function sys_ftruncate64 (line 20) | int sys_ftruncate64(unsigned int ufd, __loff_t length) FILE: kernel/syscalls/getcwd.c function sys_getcwd (line 20) | int sys_getcwd(char *buf, __size_t size) FILE: kernel/syscalls/getdents.c function sys_getdents (line 18) | int sys_getdents(unsigned int ufd, struct dirent *dirent, unsigned int c... FILE: kernel/syscalls/getdents64.c function sys_getdents64 (line 19) | int sys_getdents64(unsigned int ufd, struct dirent64 *dirent, unsigned i... FILE: kernel/syscalls/getegid.c function sys_getegid (line 14) | int sys_getegid(void) FILE: kernel/syscalls/geteuid.c function sys_geteuid (line 14) | int sys_geteuid(void) FILE: kernel/syscalls/getgid.c function sys_getgid (line 14) | int sys_getgid(void) FILE: kernel/syscalls/getgroups.c function sys_getgroups (line 17) | int sys_getgroups(__ssize_t size, __gid_t *list) FILE: kernel/syscalls/getitimer.c function sys_getitimer (line 17) | int sys_getitimer(int which, struct itimerval *curr_value) FILE: kernel/syscalls/getpgid.c function sys_getpgid (line 17) | int sys_getpgid(__pid_t pid) FILE: kernel/syscalls/getpgrp.c function sys_getpgrp (line 14) | int sys_getpgrp(void) FILE: kernel/syscalls/getpid.c function sys_getpid (line 14) | int sys_getpid(void) FILE: kernel/syscalls/getppid.c function sys_getppid (line 14) | int sys_getppid(void) FILE: kernel/syscalls/getrlimit.c function sys_getrlimit (line 17) | int sys_getrlimit(int resource, struct rlimit *rlim) FILE: kernel/syscalls/getrusage.c function sys_getrusage (line 18) | int sys_getrusage(int who, struct rusage *usage) FILE: kernel/syscalls/getsid.c function sys_getsid (line 17) | int sys_getsid(__pid_t pid) FILE: kernel/syscalls/gettimeofday.c function sys_gettimeofday (line 18) | int sys_gettimeofday(struct timeval *tv, struct timezone *tz) FILE: kernel/syscalls/getuid.c function sys_getuid (line 14) | int sys_getuid(void) FILE: kernel/syscalls/ioctl.c function sys_ioctl (line 15) | int sys_ioctl(unsigned int ufd, int cmd, unsigned int arg) FILE: kernel/syscalls/ioperm.c function sys_ioperm (line 20) | int sys_ioperm(unsigned int from, unsigned int num, int turn_on) FILE: kernel/syscalls/iopl.c type sigcontext (line 35) | struct sigcontext type sigcontext (line 37) | struct sigcontext FILE: kernel/syscalls/ipc.c type resource (line 23) | struct resource function ipc_init (line 25) | void ipc_init(void) function ipc_has_perms (line 32) | int ipc_has_perms(struct ipc_perm *perm, int mode) type sysvipc_args (line 96) | struct sysvipc_args type ipc_kludge (line 97) | struct ipc_kludge { type ipc_kludge (line 135) | struct ipc_kludge function sys_ipc (line 162) | int sys_ipc(unsigned int call, struct sysvipc_args *args) FILE: kernel/syscalls/kill.c function sys_kill (line 17) | int sys_kill(__pid_t pid, __sigset_t signum) FILE: kernel/syscalls/lchown.c function sys_lchown (line 20) | int sys_lchown(const char *filename, __uid_t owner, __gid_t group) FILE: kernel/syscalls/link.c function sys_link (line 18) | int sys_link(const char *oldname, const char *newname) FILE: kernel/syscalls/llseek.c function sys_llseek (line 18) | int sys_llseek(unsigned int ufd, unsigned int offset_high, unsigned int ... FILE: kernel/syscalls/lseek.c function sys_lseek (line 18) | int sys_lseek(unsigned int ufd, __off_t offset, unsigned int whence) FILE: kernel/syscalls/lstat.c function sys_lstat (line 17) | int sys_lstat(const char *filename, struct old_stat *statbuf) FILE: kernel/syscalls/lstat64.c function sys_lstat64 (line 19) | int sys_lstat64(const char *filename, struct stat64 *statbuf) FILE: kernel/syscalls/mkdir.c function sys_mkdir (line 19) | int sys_mkdir(const char *dirname, __mode_t mode) FILE: kernel/syscalls/mknod.c function do_mknod (line 19) | int do_mknod(char *pathname, __mode_t mode, __dev_t dev) function sys_mknod (line 54) | int sys_mknod(const char *pathname, __mode_t mode, __dev_t dev) FILE: kernel/syscalls/mmap2.c function sys_mmap2 (line 23) | int sys_mmap2(unsigned int start, unsigned int length, unsigned int prot... FILE: kernel/syscalls/mount.c function sys_mount (line 21) | int sys_mount(const char *source, const char *target, const char *fstype... FILE: kernel/syscalls/mprotect.c function sys_mprotect (line 19) | int sys_mprotect(unsigned int addr, __size_t length, int prot) FILE: kernel/syscalls/msgctl.c function sys_msgctl (line 23) | int sys_msgctl(int msqid, int cmd, struct msqid_ds *buf) FILE: kernel/syscalls/msgget.c type msqid_ds (line 21) | struct msqid_ds type msqid_ds (line 28) | struct msqid_ds type msqid_ds (line 29) | struct msqid_ds function msg_release_mq (line 42) | void msg_release_mq(struct msqid_ds *mq) type msg (line 47) | struct msg type msg (line 48) | struct msg function msg_release_md (line 66) | void msg_release_md(struct msg *msg) function msg_init (line 73) | void msg_init(void) function sys_msgget (line 85) | int sys_msgget(key_t key, int msgflg) FILE: kernel/syscalls/msgrcv.c function sys_msgrcv (line 25) | int sys_msgrcv(int msqid, void *msgp, __size_t msgsz, int msgtyp, int ms... FILE: kernel/syscalls/msgsnd.c function sys_msgsnd (line 25) | int sys_msgsnd(int msqid, const void *msgp, __size_t msgsz, int msgflg) FILE: kernel/syscalls/munmap.c function sys_munmap (line 16) | int sys_munmap(unsigned int addr, __size_t length) FILE: kernel/syscalls/nanosleep.c function sys_nanosleep (line 21) | int sys_nanosleep(const struct timespec *req, struct timespec *rem) FILE: kernel/syscalls/newfstat.c function sys_newfstat (line 17) | int sys_newfstat(unsigned int ufd, struct new_stat *statbuf) FILE: kernel/syscalls/newlstat.c function sys_newlstat (line 17) | int sys_newlstat(const char *filename, struct new_stat *statbuf) FILE: kernel/syscalls/newstat.c function sys_newstat (line 17) | int sys_newstat(const char *filename, struct new_stat *statbuf) FILE: kernel/syscalls/newuname.c function sys_newuname (line 18) | int sys_newuname(struct new_utsname *uname) FILE: kernel/syscalls/old_mmap.c function old_mmap (line 20) | int old_mmap(struct mmap *mmap) FILE: kernel/syscalls/old_select.c function old_select (line 19) | int old_select(unsigned int *params) FILE: kernel/syscalls/olduname.c function sys_olduname (line 17) | int sys_olduname(struct oldold_utsname *uname) FILE: kernel/syscalls/open.c function sys_open (line 16) | int sys_open(const char *filename, int flags, __mode_t mode) FILE: kernel/syscalls/pause.c function sys_pause (line 18) | int sys_pause(void) FILE: kernel/syscalls/personality.c function sys_personality (line 13) | int sys_personality(unsigned int persona) FILE: kernel/syscalls/pipe.c function sys_pipe (line 15) | int sys_pipe(int pipefd[2]) FILE: kernel/syscalls/read.c function sys_read (line 17) | int sys_read(unsigned int ufd, char *buf, int count) FILE: kernel/syscalls/readlink.c function sys_readlink (line 19) | int sys_readlink(const char *filename, char *buffer, __size_t bufsize) FILE: kernel/syscalls/readv.c function sys_readv (line 18) | int sys_readv(unsigned int ufd, const struct iovec *iov, int iovcnt) FILE: kernel/syscalls/reboot.c function sys_reboot (line 19) | int sys_reboot(int magic1, int magic2, int flag) FILE: kernel/syscalls/rename.c function sys_rename (line 18) | int sys_rename(const char *oldpath, const char *newpath) FILE: kernel/syscalls/rmdir.c function sys_rmdir (line 17) | int sys_rmdir(const char *dirname) FILE: kernel/syscalls/select.c function check_fds (line 18) | static int check_fds(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds) function do_check (line 43) | static int do_check(struct inode *i, struct fd *f, int flag) function do_select (line 54) | int do_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, fd_set... function sys_select (line 97) | int sys_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exce... FILE: kernel/syscalls/semctl.c function sys_semctl (line 23) | int sys_semctl(int semid, int semnum, int cmd, void *arg) FILE: kernel/syscalls/semget.c type resource (line 21) | struct resource type semid_ds (line 23) | struct semid_ds type semid_ds (line 30) | struct semid_ds type semid_ds (line 31) | struct semid_ds function sem_release_ss (line 44) | void sem_release_ss(struct semid_ds *ss) type sem (line 49) | struct sem type sem (line 50) | struct sem function sem_release_sma (line 68) | void sem_release_sma(struct sem *sma) type sem_undo (line 76) | struct sem_undo type sem_undo (line 77) | struct sem_undo function sem_release_su (line 90) | void sem_release_su(struct sem_undo *su) function sem_init (line 96) | void sem_init(void) function sys_semget (line 115) | int sys_semget(key_t key, int nsems, int semflg) FILE: kernel/syscalls/semop.c function semundo_ops (line 24) | static void semundo_ops(struct semid_ds *ss, struct sembuf *sops, int max) function semexit (line 35) | void semexit(void) function sys_semop (line 73) | int sys_semop(int semid, struct sembuf *sops, int nsops) FILE: kernel/syscalls/setdomainname.c function sys_setdomainname (line 18) | int sys_setdomainname(const char *name, int length) FILE: kernel/syscalls/setfsgid.c function sys_setfsgid (line 15) | int sys_setfsgid(__gid_t fsgid) FILE: kernel/syscalls/setfsuid.c function sys_setfsuid (line 15) | int sys_setfsuid(__uid_t fsuid) FILE: kernel/syscalls/setgid.c function sys_setgid (line 16) | int sys_setgid(__gid_t gid) FILE: kernel/syscalls/setgroups.c function sys_setgroups (line 17) | int sys_setgroups(__ssize_t size, const __gid_t *list) FILE: kernel/syscalls/sethostname.c function sys_sethostname (line 18) | int sys_sethostname(const char *name, int length) FILE: kernel/syscalls/setitimer.c function sys_setitimer (line 16) | int sys_setitimer(int which, const struct itimerval *new_value, struct i... FILE: kernel/syscalls/setpgid.c function sys_setpgid (line 17) | int sys_setpgid(__pid_t pid, __pid_t pgid) FILE: kernel/syscalls/setregid.c function sys_setregid (line 16) | int sys_setregid(__gid_t gid, __gid_t egid) FILE: kernel/syscalls/setreuid.c function sys_setreuid (line 16) | int sys_setreuid(__uid_t uid, __uid_t euid) FILE: kernel/syscalls/setrlimit.c function sys_setrlimit (line 18) | int sys_setrlimit(int resource, const struct rlimit *rlim) FILE: kernel/syscalls/setsid.c function sys_setsid (line 16) | int sys_setsid(void) FILE: kernel/syscalls/settimeofday.c function sys_settimeofday (line 19) | int sys_settimeofday(const struct timeval *tv, const struct timezone *tz) FILE: kernel/syscalls/setuid.c function sys_setuid (line 16) | int sys_setuid(__uid_t uid) FILE: kernel/syscalls/sgetmask.c function sys_sgetmask (line 14) | int sys_sgetmask(void) FILE: kernel/syscalls/shmat.c function shm_map_page (line 23) | int shm_map_page(struct vma *vma, unsigned int cr2) function sys_shmat (line 52) | int sys_shmat(int shmid, char *shmaddr, int shmflg, unsigned int *raddr) FILE: kernel/syscalls/shmctl.c function sys_shmctl (line 23) | int sys_shmctl(int shmid, int cmd, struct shmid_ds *buf) FILE: kernel/syscalls/shmdt.c function sys_shmdt (line 22) | int sys_shmdt(char *shmaddr) FILE: kernel/syscalls/shmget.c type shmid_ds (line 22) | struct shmid_ds type shmid_ds (line 30) | struct shmid_ds type shmid_ds (line 31) | struct shmid_ds function shm_release_seg (line 48) | void shm_release_seg(struct shmid_ds *seg) function free_seg (line 57) | void free_seg(int shmid) type vma (line 79) | struct vma type shmid_ds (line 79) | struct shmid_ds function shm_release_attach (line 97) | void shm_release_attach(struct vma *attach) function shm_init (line 102) | void shm_init(void) function sys_shmget (line 113) | int sys_shmget(key_t key, __size_t size, int shmflg) FILE: kernel/syscalls/sigaction.c function sys_sigaction (line 17) | int sys_sigaction(__sigset_t signum, const struct sigaction *newaction, ... FILE: kernel/syscalls/signal.c function sys_signal (line 18) | unsigned int sys_signal(__sigset_t signum, void(* sighandler)(int)) FILE: kernel/syscalls/sigpending.c function sys_sigpending (line 17) | int sys_sigpending(__sigset_t *set) FILE: kernel/syscalls/sigprocmask.c function sys_sigprocmask (line 17) | int sys_sigprocmask(int how, const __sigset_t *set, __sigset_t *oldset) FILE: kernel/syscalls/sigreturn.c type sigcontext (line 17) | struct sigcontext type sigcontext (line 19) | struct sigcontext type sigcontext (line 28) | struct sigcontext FILE: kernel/syscalls/sigsuspend.c function sys_sigsuspend (line 18) | int sys_sigsuspend(__sigset_t *mask) FILE: kernel/syscalls/socketcall.c function sys_socketcall (line 17) | int sys_socketcall(int call, unsigned int *args) FILE: kernel/syscalls/ssetmask.c function sys_ssetmask (line 15) | int sys_ssetmask(int newmask) FILE: kernel/syscalls/stat.c function sys_stat (line 18) | int sys_stat(const char *filename, struct old_stat *statbuf) FILE: kernel/syscalls/stat64.c function sys_stat64 (line 19) | int sys_stat64(const char *filename, struct stat64 *statbuf) FILE: kernel/syscalls/statfs.c function sys_statfs (line 18) | int sys_statfs(const char *filename, struct statfs *statfsbuf) FILE: kernel/syscalls/stime.c function sys_stime (line 18) | int sys_stime(__time_t *t) FILE: kernel/syscalls/symlink.c function sys_symlink (line 18) | int sys_symlink(const char *oldpath, const char *newpath) FILE: kernel/syscalls/sync.c function sys_sync (line 17) | void sys_sync(void) FILE: kernel/syscalls/sysinfo.c function sys_sysinfo (line 20) | int sys_sysinfo(struct sysinfo *info) FILE: kernel/syscalls/syslog.c function sys_syslog (line 19) | int sys_syslog(int type, char *buffer, int len) FILE: kernel/syscalls/time.c function sys_time (line 17) | int sys_time(__time_t *tloc) FILE: kernel/syscalls/times.c function sys_times (line 18) | int sys_times(struct tms *buf) FILE: kernel/syscalls/truncate.c function sys_truncate (line 19) | int sys_truncate(const char *path, __off_t length) FILE: kernel/syscalls/truncate64.c function sys_truncate64 (line 19) | int sys_truncate64(const char *path, __loff_t length) FILE: kernel/syscalls/umask.c function sys_umask (line 16) | int sys_umask(__mode_t mask) FILE: kernel/syscalls/umount.c function sys_umount (line 15) | int sys_umount(const char *target) FILE: kernel/syscalls/umount2.c type resource (line 19) | struct resource function sys_umount2 (line 21) | int sys_umount2(const char *target, int flags) FILE: kernel/syscalls/uname.c function sys_uname (line 17) | int sys_uname(struct old_utsname *uname) FILE: kernel/syscalls/unlink.c function sys_unlink (line 19) | int sys_unlink(const char *filename) FILE: kernel/syscalls/ustat.c function sys_ustat (line 21) | int sys_ustat(__dev_t dev, struct ustat *ubuf) FILE: kernel/syscalls/utime.c function sys_utime (line 20) | int sys_utime(const char *filename, struct utimbuf *times) FILE: kernel/syscalls/utimes.c function sys_utimes (line 21) | int sys_utimes(const char *filename, struct timeval times[2]) FILE: kernel/syscalls/wait4.c function sys_wait4 (line 21) | int sys_wait4(__pid_t pid, int *status, int options, struct rusage *ru) FILE: kernel/syscalls/waitpid.c function sys_waitpid (line 17) | int sys_waitpid(__pid_t pid, int *status, int options) FILE: kernel/syscalls/write.c function sys_write (line 17) | int sys_write(unsigned int ufd, const char *buf, int count) FILE: kernel/syscalls/writev.c function sys_writev (line 18) | int sys_writev(int ufd, const struct iovec *iov, int iovcnt) FILE: kernel/timer.c type callout (line 39) | struct callout type callout (line 40) | struct callout type callout (line 41) | struct callout type bh (line 46) | struct bh type bh (line 47) | struct bh type interrupt (line 48) | struct interrupt function count_active_procs (line 50) | static unsigned int count_active_procs(void) function calc_load (line 66) | static void calc_load(void) type callout (line 82) | struct callout type callout (line 84) | struct callout function put_free_callout (line 95) | static void put_free_callout(struct callout *old) function do_del_callout (line 101) | static void do_del_callout(struct callout *c) function add_callout (line 123) | void add_callout(struct callout_req *creq, unsigned int ticks) function del_callout (line 161) | void del_callout(struct callout_req *creq) function irq_timer (line 178) | void irq_timer(int num, struct sigcontext *sc) function tv2ticks (line 188) | unsigned int tv2ticks(const struct timeval *tv) function ticks2tv (line 193) | void ticks2tv(int ticks, struct timeval *tv) function setitimer (line 199) | int setitimer(int which, const struct itimerval *new_value, struct itime... function mktime (line 233) | unsigned int mktime(struct tm *tm) function irq_timer_bh (line 258) | void irq_timer_bh(struct sigcontext *sc) function do_callouts_bh (line 338) | void do_callouts_bh(struct sigcontext *sc) function get_system_time (line 361) | void get_system_time(void) function set_system_time (line 379) | void set_system_time(__time_t t) function gettimeoffset (line 431) | int gettimeoffset(void) function timer_init (line 442) | void timer_init(void) FILE: kernel/traps.c type traps (line 20) | struct traps function do_divide_error (line 55) | void do_divide_error(unsigned int trap, struct sigcontext *sc) function do_debug (line 64) | void do_debug(unsigned int trap, struct sigcontext *sc) function do_nmi_interrupt (line 73) | void do_nmi_interrupt(unsigned int trap, struct sigcontext *sc) function do_breakpoint (line 96) | void do_breakpoint(unsigned int trap, struct sigcontext *sc) function do_overflow (line 105) | void do_overflow(unsigned int trap, struct sigcontext *sc) function do_bound (line 114) | void do_bound(unsigned int trap, struct sigcontext *sc) function do_invalid_opcode (line 123) | void do_invalid_opcode(unsigned int trap, struct sigcontext *sc) function do_no_math_coprocessor (line 132) | void do_no_math_coprocessor(unsigned int trap, struct sigcontext *sc) function do_double_fault (line 143) | void do_double_fault(unsigned int trap, struct sigcontext *sc) function do_coprocessor_segment_overrun (line 152) | void do_coprocessor_segment_overrun(unsigned int trap, struct sigcontext... function do_invalid_tss (line 161) | void do_invalid_tss(unsigned int trap, struct sigcontext *sc) function do_segment_not_present (line 170) | void do_segment_not_present(unsigned int trap, struct sigcontext *sc) function do_stack_segment_fault (line 179) | void do_stack_segment_fault(unsigned int trap, struct sigcontext *sc) function do_general_protection (line 188) | void do_general_protection(unsigned int trap, struct sigcontext *sc) function do_reserved (line 199) | void do_reserved(unsigned int trap, struct sigcontext *sc) function do_floating_point_error (line 208) | void do_floating_point_error(unsigned int trap, struct sigcontext *sc) function do_alignment_check (line 217) | void do_alignment_check(unsigned int trap, struct sigcontext *sc) function do_machine_check (line 226) | void do_machine_check(unsigned int trap, struct sigcontext *sc) function do_simd_fault (line 235) | void do_simd_fault(unsigned int trap, struct sigcontext *sc) function trap_handler (line 244) | void trap_handler(unsigned int trap, struct sigcontext sc) function stack_backtrace (line 272) | void stack_backtrace(void) function dump_registers (line 305) | int dump_registers(unsigned int trap, struct sigcontext *sc) FILE: lib/printk.c function puts (line 28) | static void puts(char *buffer, int msg_level) function flush_log_buf (line 468) | void flush_log_buf(struct tty *tty) function printk (line 493) | void printk(const char *format, ...) function sprintk (line 504) | int sprintk(char *buffer, const char *format, ...) function snprintk (line 515) | int snprintk(char *str, unsigned int size, const char *format, ...) FILE: lib/string.c function swap_asc_word (line 16) | void swap_asc_word(char *str, int len) function strcmp (line 44) | int strcmp(const char *str1, const char *str2) function strncmp (line 59) | int strncmp(const char *str1, const char *str2, __ssize_t n) function strncpy (line 87) | void strncpy(char *dest, const char *src, int len) function strlen (line 137) | int strlen(const char *str) function strtol (line 174) | int strtol(const char *nptr, char **endptr, int base) function is_dir (line 254) | int is_dir(const char *path) function atoi (line 265) | int atoi(const char *str) function memcpy_b (line 270) | void memcpy_b(void *dest, const void *src, unsigned int count) function memcpy_w (line 284) | void memcpy_w(void *dest, const void *src, unsigned int count) function memcpy_l (line 298) | void memcpy_l(void *dest, const void *src, unsigned int count) function memset_b (line 312) | void memset_b(void *dest, unsigned char value, unsigned int count) function memset_w (line 323) | void memset_w(void *dest, unsigned short int value, unsigned int count) function memset_l (line 334) | void memset_l(void *dest, unsigned int value, unsigned int count) function memcmp (line 345) | int memcmp(const void *str1, const void *str2, unsigned int count) FILE: lib/sysconsole.c type sysconsole (line 14) | struct sysconsole function add_sysconsoledev (line 16) | int add_sysconsoledev(__dev_t dev) function register_console (line 30) | void register_console(struct tty *tty) function sysconsole_init (line 42) | void sysconsole_init(void) FILE: mm/alloc.c function kmalloc (line 20) | unsigned int kmalloc(__size_t size) function kfree (line 48) | void kfree(unsigned int addr) FILE: mm/bios_map.c type bios_mem_map (line 15) | struct bios_mem_map type bios_mem_map (line 16) | struct bios_mem_map function bios_map_add (line 28) | static void bios_map_add(unsigned int from, unsigned int to, int from_ty... function is_addr_in_bios_map (line 64) | int is_addr_in_bios_map(unsigned int addr) function bios_map_reserve (line 93) | void bios_map_reserve(unsigned int from, unsigned int to) function bios_map_init (line 103) | void bios_map_init(struct multiboot_mmap_entry *bmmap_addr, unsigned int... FILE: mm/buddy_low.c type bl_head (line 18) | struct bl_head type bl_head (line 20) | struct bl_head type bl_head (line 20) | struct bl_head type bl_head (line 25) | struct bl_head function deallocate (line 28) | static void deallocate(struct bl_head *block) type bl_head (line 92) | struct bl_head type bl_head (line 94) | struct bl_head type page (line 95) | struct page type bl_head (line 106) | struct bl_head function bl_malloc (line 143) | unsigned int bl_malloc(__size_t size) function bl_free (line 156) | void bl_free(unsigned int addr) function buddy_low_init (line 169) | void buddy_low_init(void) FILE: mm/fault.c function send_sigsegv (line 24) | static void send_sigsegv(struct sigcontext *sc) function page_protection_violation (line 34) | static int page_protection_violation(struct vma *vma, unsigned int cr2, ... function page_not_present (line 87) | static int page_not_present(struct vma *vma, unsigned int cr2, struct si... function do_page_fault (line 212) | void do_page_fault(unsigned int trap, struct sigcontext *sc) FILE: mm/memory.c function map_kaddr (line 38) | unsigned int map_kaddr(unsigned int *page_dir, unsigned int from, unsign... function bss_init (line 69) | void bss_init(void) function setup_tmp_pgdir (line 81) | unsigned int setup_tmp_pgdir(unsigned int magic, unsigned int info) function get_mapped_addr (line 127) | unsigned int get_mapped_addr(struct proc *p, unsigned int addr) function clone_pages (line 139) | int clone_pages(struct proc *child) function free_page_tables (line 204) | int free_page_tables(struct proc *p) function map_page (line 220) | unsigned int map_page(struct proc *p, unsigned int vaddr, unsigned int a... function map_page_flags (line 225) | unsigned int map_page_flags(struct proc *p, unsigned int vaddr, unsigned... function unmap_page (line 260) | int unmap_page(unsigned int vaddr) function mem_init (line 295) | void mem_init(void) function mem_stats (line 465) | void mem_stats(void) FILE: mm/mmap.c type vma (line 21) | struct vma type vma (line 21) | struct vma function show_vma_regions (line 23) | void show_vma_regions(struct proc *p) function insert_vma_region (line 91) | static void insert_vma_region(struct vma *vma) function add_vma_region (line 131) | static void add_vma_region(struct vma *vma) function del_vma_region (line 148) | static void del_vma_region(struct vma *vma) function can_be_merged (line 180) | static int can_be_merged(struct vma *a, struct vma *b) function free_vma_region (line 197) | static int free_vma_region(struct vma *vma, unsigned int start, __ssize_... function merge_vma_regions (line 235) | void merge_vma_regions(struct vma *a, struct vma *b) function free_vma_pages (line 274) | void free_vma_pages(struct vma *vma, unsigned int start, __size_t length) function release_binary (line 330) | void release_binary(void) type vma (line 346) | struct vma type vma (line 348) | struct vma type vma (line 366) | struct vma type vma (line 368) | struct vma function expand_heap (line 384) | int expand_heap(unsigned int new) function get_unmapped_vma_region (line 410) | unsigned int get_unmapped_vma_region(unsigned int length) function do_mmap (line 436) | int do_mmap(struct inode *i, unsigned int start, unsigned int length, un... function do_munmap (line 535) | int do_munmap(unsigned int addr, __size_t length) function do_mprotect (line 565) | int do_mprotect(struct vma *vma, unsigned int addr, __size_t length, int... FILE: mm/page.c type page (line 43) | struct page type page (line 44) | struct page type page (line 45) | struct page function insert_to_hash (line 47) | static void insert_to_hash(struct page *pg) function remove_from_hash (line 67) | static void remove_from_hash(struct page *pg) function insert_on_free_list (line 97) | static void insert_on_free_list(struct page *pg) function remove_from_free_list (line 112) | static void remove_from_free_list(struct page *pg) function page_lock (line 130) | void page_lock(struct page *pg) function page_unlock (line 147) | void page_unlock(struct page *pg) type page (line 157) | struct page type page (line 160) | struct page type page (line 211) | struct page type inode (line 211) | struct inode type page (line 213) | struct page function release_page (line 233) | void release_page(struct page *pg) function is_valid_page (line 275) | int is_valid_page(int page) function invalidate_inode_pages (line 280) | void invalidate_inode_pages(struct inode *i) function update_page_cache (line 295) | void update_page_cache(struct inode *i, __off_t offset, const char *buf,... function write_page (line 316) | int write_page(struct page *pg, struct inode *i, __off_t offset, unsigne... function bread_page (line 336) | int bread_page(struct page *pg, struct inode *i, __off_t offset, char pr... function file_read (line 424) | int file_read(struct inode *i, struct fd *f, char *buffer, __size_t count) function reserve_pages (line 477) | void reserve_pages(unsigned int from, unsigned int to) function page_init (line 496) | void page_init(int pages) FILE: mm/swapper.c function kswapd (line 30) | int kswapd(void) FILE: net/core.c function dev_ioctl (line 16) | int dev_ioctl(int cmd, void *arg) FILE: net/domains.c type domain_table (line 15) | struct domain_table type proto_ops (line 21) | struct proto_ops type proto_ops (line 44) | struct proto_ops function assign_proto (line 67) | int assign_proto(struct socket *so, int domain) function net_init (line 83) | void net_init(void) FILE: net/ipv4.c type ipv4_info (line 23) | struct ipv4_info type resource (line 25) | struct resource function add_ipv4_socket (line 27) | static void add_ipv4_socket(struct ipv4_info *ip4) function remove_ipv4_socket (line 41) | static void remove_ipv4_socket(struct ipv4_info *ip4) function ipv4_create (line 59) | int ipv4_create(struct socket *s, int domain, int type, int protocol) function ipv4_free (line 77) | void ipv4_free(struct socket *s) function ipv4_bind (line 91) | int ipv4_bind(struct socket *s, const struct sockaddr *addr, int addrlen) function ipv4_listen (line 96) | int ipv4_listen(struct socket *s, int backlog) function ipv4_connect (line 101) | int ipv4_connect(struct socket *s, const struct sockaddr *addr, int addr... function ipv4_accept (line 106) | int ipv4_accept(struct socket *s, struct sockaddr *addr, unsigned int *a... function ipv4_getname (line 132) | int ipv4_getname(struct socket *s, struct sockaddr *addr, unsigned int *... function ipv4_socketpair (line 137) | int ipv4_socketpair(struct socket *s1, struct socket *s2) function ipv4_send (line 142) | int ipv4_send(struct socket *s, struct fd *f, const char *buffer, __size... function ipv4_recv (line 150) | int ipv4_recv(struct socket *s, struct fd *f, char *buffer, __size_t cou... function ipv4_sendto (line 158) | int ipv4_sendto(struct socket *s, struct fd *f, const char *buffer, __si... function ipv4_recvfrom (line 163) | int ipv4_recvfrom(struct socket *s, struct fd *f, char *buffer, __size_t... function ipv4_read (line 168) | int ipv4_read(struct socket *s, struct fd *f, char *buffer, __size_t count) function ipv4_write (line 173) | int ipv4_write(struct socket *s, struct fd *f, const char *buffer, __siz... function ipv4_ioctl (line 178) | int ipv4_ioctl(struct socket *s, struct fd *f, int cmd, unsigned int arg) function ipv4_select (line 192) | int ipv4_select(struct socket *s, int flag) function ipv4_shutdown (line 197) | int ipv4_shutdown(struct socket *s, int how) function ipv4_setsockopt (line 202) | int ipv4_setsockopt(struct socket *s, int level, int optname, const void... function ipv4_getsockopt (line 207) | int ipv4_getsockopt(struct socket *s, int level, int optname, void *optv... function ipv4_init (line 212) | int ipv4_init(void) FILE: net/packet.c type packet (line 14) | struct packet type packet (line 14) | struct packet type packet (line 19) | struct packet type packet (line 19) | struct packet type packet (line 21) | struct packet function append_packet_to_queue (line 30) | void append_packet_to_queue(struct packet *p, struct packet **queue_head) FILE: net/socket.c function check_sd (line 27) | static int check_sd(int sd) type socket (line 40) | struct socket type inode (line 42) | struct inode type socket (line 48) | struct socket type socket (line 48) | struct socket type socket (line 51) | struct socket function insert_socket_to_queue (line 66) | int insert_socket_to_queue(struct socket *ss, struct socket *sc) function sock_alloc (line 91) | int sock_alloc(struct socket **s) function sock_free (line 124) | void sock_free(struct socket *s) function socket (line 155) | int socket(int domain, int type, int protocol) function bind (line 185) | int bind(int sd, struct sockaddr *addr, int addrlen) function listen (line 204) | int listen(int sd, int backlog) function connect (line 226) | int connect(int sd, struct sockaddr *addr, int addrlen) function accept (line 245) | int accept(int sd, struct sockaddr *addr, unsigned int *addrlen) function getname (line 267) | int getname(int sd, struct sockaddr *addr, unsigned int *addrlen, int call) function socketpair (line 287) | int socketpair(int domain, int type, int protocol, int sockfd[2]) function send (line 346) | int send(int sd, const void *buf, __size_t len, int flags) function recv (line 367) | int recv(int sd, void *buf, __size_t len, int flags) function sendto (line 388) | int sendto(int sd, const void *buf, __size_t len, int flags, const struc... function recvfrom (line 409) | int recvfrom(int sd, void *buf, __size_t len, int flags, struct sockaddr... function shutdown (line 442) | int shutdown(int sd, int how) function setsockopt (line 458) | int setsockopt(int sd, int level, int optname, const void *optval, sockl... function getsockopt (line 474) | int getsockopt(int sd, int level, int optname, void *optval, socklen_t *... FILE: net/unix.c type unix_info (line 25) | struct unix_info type resource (line 27) | struct resource function add_unix_socket (line 29) | static void add_unix_socket(struct unix_info *u) function remove_unix_socket (line 43) | static void remove_unix_socket(struct unix_info *u) type unix_info (line 61) | struct unix_info type inode (line 61) | struct inode type unix_info (line 63) | struct unix_info function unix_create (line 78) | int unix_create(struct socket *s, int domain, int type, int protocol) function unix_free (line 90) | void unix_free(struct socket *s) function unix_bind (line 124) | int unix_bind(struct socket *s, const struct sockaddr *addr, int addrlen) function unix_listen (line 166) | int unix_listen(struct socket *s, int backlog) function unix_connect (line 171) | int unix_connect(struct socket *sc, const struct sockaddr *addr, int add... function unix_accept (line 209) | int unix_accept(struct socket *ss, struct sockaddr *addr, unsigned int *... function unix_getname (line 261) | int unix_getname(struct socket *s, struct sockaddr *addr, unsigned int *... function unix_socketpair (line 289) | int unix_socketpair(struct socket *s1, struct socket *s2) function unix_send (line 309) | int unix_send(struct socket *s, struct fd *f, const char *buffer, __size... function unix_recv (line 317) | int unix_recv(struct socket *s, struct fd *f, char *buffer, __size_t cou... function unix_sendto (line 325) | int unix_sendto(struct socket *s, struct fd *f, const char *buffer, __si... function unix_recvfrom (line 376) | int unix_recvfrom(struct socket *s, struct fd *f, char *buffer, __size_t... function unix_read (line 417) | int unix_read(struct socket *s, struct fd *f, char *buffer, __size_t count) function unix_write (line 478) | int unix_write(struct socket *s, struct fd *f, const char *buffer, __siz... function unix_ioctl (line 533) | int unix_ioctl(struct socket *s, struct fd *f, int cmd, unsigned int arg) function unix_select (line 545) | int unix_select(struct socket *s, int flag) function unix_shutdown (line 582) | int unix_shutdown(struct socket *s, int how) function unix_setsockopt (line 587) | int unix_setsockopt(struct socket *s, int level, int optname, const void... function unix_getsockopt (line 592) | int unix_getsockopt(struct socket *s, int level, int optname, void *optv... function unix_init (line 597) | int unix_init(void)