Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- ide_init()
: ide.c
, ide.h
- ide_operations
: ide.c
- ide_read()
: ide.c
- ide_write()
: ide.c
- identify_ata_device()
: ide.c
- idle()
: thread.c
- idle_thread
: thread.c
- idle_ticks
: thread.c
- idt
: interrupt.c
- IER_RECV
: serial.c
- IER_REG
: serial.c
- IER_XMIT
: serial.c
- IIR_REG
: serial.c
- in_external_intr
: interrupt.c
- in_something
: insult.c
- in_somethingLoc
: insult.c
- inb()
: io.h
- init()
: vga.c
, page-merge-seq.c
, parallel-merge.c
- init_grammar()
: insult.c
- init_poll()
: serial.c
- init_pool()
: palloc.c
- init_thread()
: thread.c
- inited
: random.c
- initial_thread
: thread.c
- inl()
: io.h
- inode_allow_write()
: inode.c
, inode.h
- inode_close()
: inode.c
, inode.h
- inode_create()
: inode.c
, inode.h
- inode_deny_write()
: inode.c
, inode.h
- inode_get_inumber()
: inode.c
, inode.h
- inode_init()
: inode.c
, inode.h
- inode_length()
: inode.c
, inode.h
- INODE_MAGIC
: inode.c
- inode_open()
: inode.c
, inode.h
- inode_read_at()
: inode.c
, inode.h
- inode_remove()
: inode.c
, inode.h
- inode_reopen()
: inode.c
, inode.h
- inode_write_at()
: inode.c
, inode.h
- inplace_merge()
: list.c
- input_full()
: input.c
, input.h
- input_getc()
: input.c
, input.h
- input_init()
: input.c
, input.h
- input_putc()
: input.c
, input.h
- input_sector()
: ide.c
- insb()
: io.h
- insert_elem()
: hash.c
- insl()
: io.h
- install_page()
: process.c
- insw()
: io.h
- INT16_MAX
: stdint.h
- INT16_MIN
: stdint.h
- int16_t
: stdint.h
- INT32_MAX
: stdint.h
- INT32_MIN
: stdint.h
- int32_t
: stdint.h
- INT64_MAX
: stdint.h
- INT64_MIN
: stdint.h
- int64_t
: stdint.h
- INT8_MAX
: stdint.h
- INT8_MIN
: stdint.h
- int8_t
: stdint.h
- int_devices
: pci.c
- INT_MAX
: limits.h
- INT_MIN
: limits.h
- interloper_thread_func
: priority-donate-chain.c
- interrupt_handler()
: ide.c
- INTMAX_MAX
: stdint.h
- INTMAX_MIN
: stdint.h
- intmax_t
: stdint.h
- INTPTR_MAX
: stdint.h
- INTPTR_MIN
: stdint.h
- intptr_t
: stdint.h
- INTQ_BUFSIZE
: intq.h
- intq_empty()
: intq.c
, intq.h
- intq_full()
: intq.c
, intq.h
- intq_getc()
: intq.c
, intq.h
- intq_init()
: intq.c
, intq.h
- intq_putc()
: intq.c
, intq.h
- INTR_CNT
: interrupt.c
- intr_context()
: interrupt.h
, interrupt.c
- intr_disable()
: interrupt.c
, interrupt.h
- intr_dump_frame()
: interrupt.h
, interrupt.c
- intr_enable()
: interrupt.c
, interrupt.h
- intr_exit()
: intr-stubs.h
- intr_get_level()
: interrupt.c
, interrupt.h
- intr_handler()
: interrupt.c
- intr_handler_func
: interrupt.h
- intr_handlers
: interrupt.c
- intr_init()
: interrupt.c
, interrupt.h
- intr_irq_mask()
: interrupt.c
, interrupt.h
- intr_irq_unmask()
: interrupt.c
, interrupt.h
- intr_is_registered()
: interrupt.h
, interrupt.c
- intr_level
: interrupt.h
- intr_name()
: interrupt.c
, interrupt.h
- intr_names
: interrupt.c
- INTR_OFF
: interrupt.h
- INTR_ON
: interrupt.h
- intr_register_ext()
: interrupt.h
, interrupt.c
- intr_register_int()
: interrupt.c
, interrupt.h
- intr_set_level()
: interrupt.c
, interrupt.h
- intr_stub_func
: intr-stubs.h
- intr_stubs
: intr-stubs.h
- intr_yield_on_return()
: interrupt.h
, interrupt.c
- inumber()
: syscall.c
, syscall.h
- invalidate_pagedir()
: pagedir.c
- invariant_keymap
: kbd.c
- inw()
: io.h
- IO_BASE
: serial.c
- IRQ_CASCADE0
: interrupt.c
- IRQ_CASCADE1
: interrupt.c
- is_all_zeros()
: ustar.c
- is_head()
: list.c
- is_interior()
: list.c
- is_kernel_vaddr()
: vaddr.h
- is_partitioned()
: qsort.c
- is_power_of_2()
: hash.c
- is_sorted()
: list.c
, qsort.c
- is_tail()
: list.c
- is_thread()
: thread.c
- is_user_vaddr()
: vaddr.h
- isalnum()
: ctype.h
- isalpha()
: ctype.h
- isascii()
: ctype.h
- isblank()
: ctype.h
- iscntrl()
: ctype.h
- isdigit()
: ctype.h
- isdir()
: syscall.h
, syscall.c
- isgraph()
: ctype.h
- islower()
: ctype.h
- isprint()
: ctype.h
- ispunct()
: ctype.h
- isspace()
: ctype.h
- issue_pio_command()
: ide.c
- isupper()
: ctype.h
- isxdigit()
: ctype.h
- ITER_CNT
: priority-fifo.c