Here is a list of all documented file members with links to the documentation:
- l -
- lba0 : ahci.h
- lba1 : ahci.h
- lchar_t : types.h
- linkedlist_iterator_delete_item() : list_linked.64.c
- linkedlist_iterator_destroy() : list_linked.64.c
- linkedlist_iterator_end_of_list() : list_linked.64.c
- linkedlist_iterator_get_item() : list_linked.64.c
- linkedlist_iterator_internal_t : list_linked.64.c
- linkedlist_iterator_next() : list_linked.64.c
- linker_global_offset_table_entry_t : linker.h
- linker_relocation_entry_t : linker.h
- LINKER_RELOCATION_TYPE_32_16 : linker.h
- LINKER_RELOCATION_TYPE_32_32 : linker.h
- LINKER_RELOCATION_TYPE_32_PC16 : linker.h
- LINKER_RELOCATION_TYPE_32_PC32 : linker.h
- LINKER_RELOCATION_TYPE_64_16 : linker.h
- LINKER_RELOCATION_TYPE_64_32 : linker.h
- LINKER_RELOCATION_TYPE_64_32S : linker.h
- LINKER_RELOCATION_TYPE_64_64 : linker.h
- LINKER_RELOCATION_TYPE_64_8 : linker.h
- LINKER_RELOCATION_TYPE_64_GOT64 : linker.h
- LINKER_RELOCATION_TYPE_64_GOTOFF64 : linker.h
- LINKER_RELOCATION_TYPE_64_GOTPC64 : linker.h
- LINKER_RELOCATION_TYPE_64_PC32 : linker.h
- LINKER_RELOCATION_TYPE_64_PC64 : linker.h
- LINKER_RELOCATION_TYPE_64_PLTOFF64 : linker.h
- linker_relocation_type_t : linker.h
- linker_section_locations_t : linker.h
- LINKER_SECTION_TYPE_BSS : linker.h
- LINKER_SECTION_TYPE_DATA : linker.h
- LINKER_SECTION_TYPE_DATARELOC : linker.h
- LINKER_SECTION_TYPE_GOT : linker.h
- LINKER_SECTION_TYPE_GOT_RELATIVE_RELOCATION_TABLE : linker.h
- LINKER_SECTION_TYPE_HEAP : linker.h
- linker_section_type_names : linker.64.c, linker.h
- LINKER_SECTION_TYPE_NR_SECTIONS : linker.h
- LINKER_SECTION_TYPE_PLT : linker.h
- LINKER_SECTION_TYPE_RELOCATION_TABLE : linker.h
- LINKER_SECTION_TYPE_RODATA : linker.h
- LINKER_SECTION_TYPE_RODATARELOC : linker.h
- LINKER_SECTION_TYPE_STACK : linker.h
- linker_section_type_t : linker.h
- LINKER_SECTION_TYPE_TEXT : linker.h
- LINKER_SYMBOL_SCOPE_GLOBAL : linker.h
- LINKER_SYMBOL_SCOPE_LOCAL : linker.h
- linker_symbol_scope_t : linker.h
- LINKER_SYMBOL_TYPE_FUNCTION : linker.h
- LINKER_SYMBOL_TYPE_OBJECT : linker.h
- LINKER_SYMBOL_TYPE_SECTION : linker.h
- LINKER_SYMBOL_TYPE_SYMBOL : linker.h
- linker_symbol_type_t : linker.h
- LINKER_SYMBOL_TYPE_UNDEF : linker.h
- list_create_indexedlist : list.h
- list_create_indexedlist_with_heap : list.h
- list_create_list : list.h
- list_create_list_with_heap : list.h
- list_create_queue : list.h
- list_create_queue_with_heap : list.h
- list_create_sortedlist : list.h
- list_create_sortedlist_with_heap : list.h
- list_create_stack : list.h
- list_create_stack_with_heap : list.h
- list_create_with_type() : list.64.c, list.h
- list_data_comparator_f : list.h
- list_default_data_comparator() : list.64.c, list.h
- list_delete_at() : list.64.c, list.h
- LIST_DELETE_AT_FINDBY : list.h
- LIST_DELETE_AT_HEAD : list.h
- LIST_DELETE_AT_POSITION : list.h
- list_delete_at_position : list.h
- LIST_DELETE_AT_TAIL : list.h
- list_delete_at_tail : list.h
- list_destroy : list.h
- list_destroy_type_t : list.h
- LIST_DESTROY_WITH_DATA : list.h
- list_destroy_with_data : list.h
- list_destroy_with_type() : list.64.c, list.h
- LIST_DESTROY_WITHOUT_DATA : list.h
- list_duplicate_list : list.h
- list_duplicate_list_with_heap() : list.64.c, list.h
- list_get_data_at_position() : list.64.c, list.h
- list_get_data_from_listitem() : list.64.c, list.h
- list_get_heap() : list.64.c, list.h
- list_get_position() : list.64.c, list.h
- list_indexedlist_delete : list.h
- list_indexedlist_insert : list.h
- list_insert_at() : list.64.c, list.h
- LIST_INSERT_AT_ANYWHERE : list.h
- list_insert_at_head : list.h
- LIST_INSERT_AT_HEAD : list.h
- LIST_INSERT_AT_INDEXED : list.h
- LIST_INSERT_AT_POSITION : list.h
- list_insert_at_position : list.h
- LIST_INSERT_AT_SORTED : list.h
- LIST_INSERT_AT_TAIL : list.h
- list_insert_delete_at_t : list.h
- list_item_t : list.64.c, list_array.64.c, list_linked.64.c
- list_iterator_create() : list.64.c, list.h
- list_list_delete : list.h
- list_list_insert : list.h
- list_merge() : list.64.c, list.h
- list_queue_pop : list.h
- list_queue_push : list.h
- list_set_capacity() : list.64.c, list.h
- list_set_comparator() : list.64.c, list.h
- list_set_equality_comparator() : list.64.c, list.h
- list_size() : list.h, list.64.c
- list_sortedlist_delete : list.h
- list_sortedlist_insert : list.h
- list_stack_pop : list.h
- list_stack_push : list.h
- list_t : list.64.c, list_array.64.c, list_linked.64.c
- LIST_TYPE_ARRAY : list.h
- LIST_TYPE_INDEXEDLIST : list.h
- LIST_TYPE_LINKED : list.h
- LIST_TYPE_LIST : list.h
- LIST_TYPE_QUEUE : list.h
- LIST_TYPE_SORTEDLIST : list.h
- LIST_TYPE_STACK : list.h
- list_type_t : list.h
- lock_acquire() : sync.64.c, sync.h
- lock_create : sync.h
- lock_create_for_future : sync.h
- lock_create_with_heap : sync.h
- lock_create_with_heap_for_future() : sync.64.c, sync.h
- lock_destroy() : sync.64.c, sync.h
- lock_release() : sync.64.c, sync.h
- lock_t : sync.h, memory.h
- LOG_LEVEL : logging.h
- LOG_LEVEL_ACPI : logging.h
- LOG_LEVEL_ACPIAML : logging.h
- LOG_LEVEL_AHCI : logging.h
- LOG_LEVEL_APIC : logging.h
- LOG_LEVEL_COMPILER : logging.h
- LOG_LEVEL_COMPILER_ASSEMBLER : logging.h
- LOG_LEVEL_COMPILER_PASCAL : logging.h
- LOG_LEVEL_COMPRESSION : logging.h
- LOG_LEVEL_E1000 : logging.h
- LOG_LEVEL_EFI : logging.h
- LOG_LEVEL_FAT : logging.h
- LOG_LEVEL_FRAMEALLOCATOR : logging.h
- LOG_LEVEL_HEAP_HASH : logging.h
- LOG_LEVEL_HPET : logging.h
- LOG_LEVEL_HYPERVISOR : logging.h
- LOG_LEVEL_IOAPIC : logging.h
- LOG_LEVEL_KERNEL : logging.h
- LOG_LEVEL_LINKER : logging.h
- LOG_LEVEL_MEMORY : logging.h
- LOG_LEVEL_NETWORK : logging.h
- LOG_LEVEL_NVME : logging.h
- LOG_LEVEL_PAGING : logging.h
- LOG_LEVEL_PCI : logging.h
- LOG_LEVEL_PNG : logging.h
- LOG_LEVEL_SIMPLEHEAP : logging.h
- LOG_LEVEL_TASKING : logging.h
- LOG_LEVEL_TIMER : logging.h
- LOG_LEVEL_TOSDB : logging.h
- LOG_LEVEL_USB : logging.h
- LOG_LEVEL_VIDEO : logging.h
- LOG_LEVEL_VIRTIO : logging.h
- LOG_LEVEL_VIRTIO_CONSOLE : logging.h
- LOG_LEVEL_VIRTIOGPU : logging.h
- LOG_LEVEL_VIRTIONET : logging.h
- LOG_LEVEL_VMWARESVGA : logging.h
- LOG_LEVEL_WINDOWMANAGER : logging.h
- LOG_LOCATION : logging.h
- LOG_NEED_LOG : logging.h
- LOGBLOCK : logging.h
- logging_level_t : logging.h
- logging_modules_t : logging.h
- logging_printlog() : logging.64.c, logging.h