Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 schedule
 sha256
 sha256_compute_block
 sha256_internal
 stpdfs_copy_data, DirEntry
 stpdfs_load_rootdir, DirEntry
 stpdfs_read_inode, DirEntry
 stpdfs_search, DirEntry
 svm_map
 svm_unmap
T
 tailq_insert_after
 tailq_insert_head
 tailq_insert_tail
 tailq_map
 tailq_remove
V
 vfs_register
 video_setup
 vmem_add
 vmem_alloc
 vmem_bootstrap
 vmem_create
 vmem_destroy
 vmem_dump
 vmem_free
 vmem_size
 vmem_xalloc
 vmem_xfree
schedule
public sha256 sha256
sha256_compute_block
sha256_internal
stpdfs_copy_data
stpdfs_load_rootdir
stpdfs_read_inode
copy selected inode from file system to `inode_cache`
stpdfs_search
svm_map
svm_unmap
tailq_insert_after
tailq_insert_head
tailq_insert_tail
tailq_map
tailq_remove
vfs_register
video_setup
vmem_add
Adds a span [Address, Address + Size) to an arena.
vmem_alloc
Allocates n-bytes from arena.
vmem_bootstrap
Initialize static segments
vmem_create
Creates a new Vmem arena whose initial span is [Base, Base + Size).
vmem_destroy
Destroys an arena
vmem_dump
vmem_free
Free n-bytes at address to arena
vmem_size
Return information about arenas size
vmem_xalloc
vmem_xfree
Frees n-bytes at address.
Close