Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bananymous/banan-os
/ functions
Functions
4,827 in github.com/Bananymous/banan-os
⨍
Functions
4,827
◇
Types & classes
1,340
↓ 4 callers
Function
strchrnul
userspace/libraries/LibC/string.cpp:254
↓ 4 callers
Function
strtoll
userspace/libraries/LibC/stdlib.cpp:94
↓ 4 callers
Function
system
userspace/libraries/LibC/stdlib.cpp:164
↓ 4 callers
Function
tcsetpgrp
userspace/libraries/LibC/unistd.cpp:861
↓ 4 callers
Function
u32_hash
BAN/include/BAN/Hash.h:15
↓ 4 callers
Function
u32_to_name
userspace/aoc2024/day24/main.cpp:29
↓ 4 callers
Function
unallocate_page
kernel/arch/x86_64/PageTable.cpp:67
↓ 4 callers
Function
unexpected_token_error
userspace/programs/Shell/TokenParser.cpp:64
↓ 4 callers
Function
unlinkat
userspace/libraries/LibC/unistd.cpp:662
↓ 4 callers
Function
value_to_base_char
BAN/include/BAN/Formatter.h:150
↓ 4 callers
Method
wait_not_pinned
kernel/kernel/Memory/MemoryRegion.cpp:103
↓ 4 callers
Function
wcslen
userspace/libraries/LibC/wchar.cpp:197
↓ 4 callers
Method
words_per_sector
kernel/include/kernel/Storage/ATA/ATADevice.h:27
↓ 4 callers
Method
write
kernel/kernel/APIC.cpp:479
↓ 4 callers
Method
write
kernel/kernel/ACPI/ACPI.cpp:145
↓ 3 callers
Function
abort
userspace/libraries/LibC/stdlib.cpp:22
↓ 3 callers
Function
add_file_action
userspace/libraries/LibC/spawn.cpp:140
↓ 3 callers
Method
add_inode
kernel/kernel/FS/DevFS/FileSystem.cpp:178
↓ 3 callers
Method
allocate_block
kernel/kernel/FS/TmpFS/FileSystem.cpp:337
↓ 3 callers
Function
alpha_blend4
userspace/programs/WindowServer/WindowServer.cpp:962
↓ 3 callers
Function
atomic_exchange
BAN/include/BAN/Atomic.h:27
↓ 3 callers
Function
atomic_fetch_add
BAN/include/BAN/Atomic.h:39
↓ 3 callers
Method
available_bytes
userspace/libraries/LibDEFLATE/include/LibDEFLATE/BitStream.h:77
↓ 3 callers
Function
bios_number_to_memory_type
kernel/kernel/BootInfo.cpp:12
↓ 3 callers
Method
block_with_wake_time_ms
kernel/include/kernel/ThreadBlocker.h:23
↓ 3 callers
Method
blocks
kernel/kernel/FS/FAT/FileSystem.cpp:70
↓ 3 callers
Method
bus
kernel/include/kernel/PCI.h:84
↓ 3 callers
Function
calculate_hash
userspace/aoc2023/day15/main.cpp:48
↓ 3 callers
Function
calculate_score
userspace/aoc2023/day13/main.cpp:21
↓ 3 callers
Method
can_access
kernel/kernel/FS/Inode.cpp:14
↓ 3 callers
Function
chown
userspace/libraries/LibC/unistd.cpp:618
↓ 3 callers
Method
cleanup_from_fs_no_lock
kernel/kernel/FS/Ext2/Inode.cpp:404
↓ 3 callers
Method
clear
userspace/libraries/LibAudio/Audio.cpp:49
↓ 3 callers
Method
clear
BAN/include/BAN/ByteSpan.h:108
↓ 3 callers
Method
command_slot_count
kernel/include/kernel/Storage/ATA/AHCI/Controller.h:25
↓ 3 callers
Method
cpu_time_ns
kernel/kernel/Thread.cpp:288
↓ 3 callers
Method
create_directory
kernel/kernel/FS/Inode.cpp:89
↓ 3 callers
Method
create_file
kernel/kernel/FS/Inode.cpp:78
↓ 3 callers
Function
create_huffman_tree
userspace/libraries/LibDEFLATE/Compressor.cpp:26
↓ 3 callers
Method
ctime
kernel/include/kernel/FS/Inode.h:98
↓ 3 callers
Method
ctl
kernel/kernel/Epoll.cpp:41
↓ 3 callers
Function
dcngettext_l
userspace/libraries/LibC/libintl.cpp:178
↓ 3 callers
Method
delete_inode
kernel/kernel/FS/Ext2/FileSystem.cpp:278
↓ 3 callers
Function
dngettext_l
userspace/libraries/LibC/libintl.cpp:168
↓ 3 callers
Method
draw_character
userspace/libraries/LibGUI/Texture.cpp:93
↓ 3 callers
Function
draw_circle
userspace/tests/test-joystick/main.cpp:20
↓ 3 callers
Function
drop_read_buffer
userspace/libraries/LibC/stdio.cpp:79
↓ 3 callers
Function
dump_range
kernel/arch/i686/PageTable.cpp:743
↓ 3 callers
Method
empty
kernel/include/kernel/Memory/ByteRingBuffer.h:57
↓ 3 callers
Function
emulate_program
userspace/aoc2024/day17/main.cpp:73
↓ 3 callers
Function
entry_color
userspace/programs/ls/main.cpp:51
↓ 3 callers
Method
eoi
kernel/kernel/PIC.cpp:71
↓ 3 callers
Method
epoll_notify
kernel/kernel/FS/Inode.cpp:358
↓ 3 callers
Function
epoll_pwait2
userspace/libraries/LibC/sys/epoll.cpp:46
↓ 3 callers
Function
evaluate
userspace/programs/test/main.cpp:205
↓ 3 callers
Method
evaluate
userspace/programs/Shell/CommandTypes.cpp:15
↓ 3 callers
Function
execl_impl
userspace/libraries/LibC/unistd.cpp:475
↓ 3 callers
Function
fat_date_to_timespec
kernel/kernel/FS/FAT/Inode.cpp:26
↓ 3 callers
Function
fchmodat
userspace/libraries/LibC/sys/stat.cpp:21
↓ 3 callers
Function
fegetenv
userspace/libraries/LibC/fenv.cpp:34
↓ 3 callers
Method
fetch_sub
BAN/include/BAN/Atomic.h:89
↓ 3 callers
Method
file_of
kernel/kernel/OpenFileDescriptorSet.cpp:869
↓ 3 callers
Method
find_builtin
userspace/programs/Shell/Builtin.cpp:289
↓ 3 callers
Method
find_section
bootloader/installer/ELF.cpp:130
↓ 3 callers
Method
free_block
kernel/kernel/FS/TmpFS/FileSystem.cpp:260
↓ 3 callers
Method
free_pages
kernel/kernel/Memory/Heap.cpp:226
↓ 3 callers
Function
free_uthread
userspace/libraries/LibC/pthread.cpp:123
↓ 3 callers
Function
from_unix_time
BAN/BAN/Time.cpp:40
↓ 3 callers
Function
fseeko
userspace/libraries/LibC/stdio.cpp:470
↓ 3 callers
Method
full_height
userspace/programs/WindowServer/Window.h:64
↓ 3 callers
Method
full_width
userspace/programs/WindowServer/Window.h:63
↓ 3 callers
Method
get
userspace/aoc2024/day10/main.cpp:43
↓ 3 callers
Method
get_alias
userspace/programs/Shell/Alias.cpp:12
↓ 3 callers
Function
get_ipv4_address
userspace/tests/test-tcp/main.cpp:10
↓ 3 callers
Function
get_mac_address
userspace/programs/dhcp-client/main.cpp:63
↓ 3 callers
Function
get_next_guard_state
userspace/aoc2024/day6/main.cpp:120
↓ 3 callers
Function
get_vendor_id
kernel/kernel/PCI.cpp:102
↓ 3 callers
Function
getopt_long_impl
userspace/libraries/LibC/getopt.cpp:14
↓ 3 callers
Function
getpwent_impl
userspace/libraries/LibC/pwd.cpp:32
↓ 3 callers
Function
getuid
userspace/libraries/LibC/unistd.cpp:771
↓ 3 callers
Method
handle_signal_if_interrupted
kernel/kernel/Thread.cpp:456
↓ 3 callers
Method
has_error
kernel/include/kernel/FS/Inode.h:150
↓ 3 callers
Method
has_fd
kernel/include/kernel/Epoll.h:55
↓ 3 callers
Method
has_hungup
kernel/include/kernel/FS/Inode.h:151
↓ 3 callers
Method
has_spinlock
kernel/include/kernel/Thread.h:148
↓ 3 callers
Function
host_to_little_endian
BAN/include/BAN/Endianness.h:39
↓ 3 callers
Method
initialize
userspace/libraries/LibAudio/Audio.cpp:84
↓ 3 callers
Method
initialize
kernel/kernel/Input/PS2/Keymap.cpp:13
↓ 3 callers
Method
initialize
kernel/kernel/Device/FramebufferDevice.cpp:72
↓ 3 callers
Function
inl
kernel/include/kernel/IO.h:38
↓ 3 callers
Method
interrupt_mechanism
kernel/include/kernel/PCI.h:102
↓ 3 callers
Method
invalidate_range
kernel/arch/i686/PageTable.cpp:343
↓ 3 callers
Method
ioctl
kernel/kernel/FS/Inode.cpp:319
↓ 3 callers
Method
is_contained_by
kernel/kernel/Memory/MemoryRegion.cpp:55
↓ 3 callers
Function
is_default_ignored_signal
kernel/kernel/Thread.cpp:148
↓ 3 callers
Method
is_detached
kernel/include/kernel/Thread.h:123
↓ 3 callers
Method
is_idle
kernel/kernel/Scheduler.cpp:727
↓ 3 callers
Method
is_in_service
kernel/kernel/PIC.cpp:124
↓ 3 callers
Function
is_name_string_start
kernel/include/kernel/ACPI/AML/Bytes.h:163
↓ 3 callers
Method
is_valid
kernel/include/kernel/Terminal/Serial.h:24
← previous
next →
601–700 of 4,827, ranked by callers