Skip to main content

Crate test_syscalls

Crate test_syscalls 

Source

Structsยง

Ctx ๐Ÿ”’

Constantsยง

MAP_ANON ๐Ÿ”’
MAP_PRIVATE ๐Ÿ”’
MREMAP_MAYMOVE ๐Ÿ”’
O_CREATE ๐Ÿ”’
O_DIRECTORY ๐Ÿ”’
O_READ ๐Ÿ”’
O_TRUNC ๐Ÿ”’
O_WRITE ๐Ÿ”’
PAGE_SIZE ๐Ÿ”’
PROT_READ ๐Ÿ”’
PROT_WRITE ๐Ÿ”’
SEEK_SET ๐Ÿ”’

Functionsยง

_start
Implements start.
check_expect_err ๐Ÿ”’
Implements check expect err.
check_expect_one_of ๐Ÿ”’
Implements check expect one of.
check_ok ๐Ÿ”’
Implements check ok.
fail ๐Ÿ”’
Implements fail.
log ๐Ÿ”’
Implements log.
log_err ๐Ÿ”’
Implements log err.
log_hex_u64 ๐Ÿ”’
Implements log hex u64.
log_u64 ๐Ÿ”’
Implements log u64.
ok ๐Ÿ”’
Implements ok.
panic ๐Ÿ”’
Implements panic.
section ๐Ÿ”’
Implements section.
test_fs ๐Ÿ”’
Implements test fs.
test_handles ๐Ÿ”’
Implements test handles.
test_memory ๐Ÿ”’
Implements test memory.
test_process_and_ids ๐Ÿ”’
Implements test process and ids.
write_fd ๐Ÿ”’
Writes fd.