hermit
0.11.0
In hermit::
syscalls
Modules
socket
Structs
Dirent64
SpinlockContainer
SpinlockIrqSaveContainer
Functions
sys_abort
sys_add_queue
sys_alloc
sys_alloc_zeroed
sys_available_parallelism
sys_block_current_task
sys_block_current_task_with_timeout
sys_clock_getres
sys_clock_gettime
sys_clock_nanosleep
sys_clock_settime
sys_close
sys_dealloc
sys_destroy_queue
sys_dup
sys_dup2
sys_eventfd
sys_exit
sys_fcntl
sys_free
sys_fstat
sys_futex_wait
sys_futex_wake
sys_get_priority
sys_get_processor_count
sys_get_processor_frequency
sys_getdents64
sys_getpagesize
sys_getpid
sys_gettimeofday
sys_image_start_addr
sys_init_queue
sys_ioctl
sys_isatty
sys_join
sys_lseek
sys_lstat
sys_malloc
sys_mkdir
sys_msleep
sys_nanosleep
sys_notify
sys_open
sys_opendir
sys_poll
sys_rand
sys_read
sys_read_entropy
sys_readv
sys_realloc
sys_rmdir
sys_secure_rand32
sys_secure_rand64
sys_sem_destroy
sys_sem_init
sys_sem_post
sys_sem_timedwait
sys_sem_trywait
sys_set_current_task_priority
sys_set_priority
sys_setitimer
sys_spawn
sys_spawn2
sys_spinlock_destroy
sys_spinlock_init
sys_spinlock_irqsave_destroy
sys_spinlock_irqsave_init
sys_spinlock_irqsave_lock
sys_spinlock_irqsave_unlock
sys_spinlock_lock
sys_spinlock_unlock
sys_srand
sys_stat
sys_thread_exit
sys_unlink
sys_usleep
sys_wait
sys_wakeup_task
sys_write
sys_writev
sys_yield
Type Aliases
Tid
clockid_t
sem_t
hermit
::
syscalls
Function
sys_stat
Copy item path
Settings
Help
Summary
Source
#[no_mangle] pub unsafe extern "C" fn sys_stat( name:
*const
c_char
, stat:
*mut
FileAttr
, ) ->
i32