Searched refs:_SYS_WRAP (Results 1 – 2 of 2) sorted by relevance
| /components/lwp/ |
| A D | syscall_generic.h | 45 #define _SYS_WRAP(func) ({int _ret = func; _ret < 0 ? GET_ERRNO() : _ret;}) macro
|
| A D | lwp_syscall.c | 3064 ret = _SYS_WRAP(timer_create(clockid, &sevp_k, &timerid_k)); in sys_timer_create() 3074 ret = _SYS_WRAP(timer_create(clockid, sevp, timerid)); in sys_timer_create() 4497 ret = _SYS_WRAP(stat(copy_path, &statbuff)); in sys_stat() 4566 ret = _SYS_WRAP(dfs_file_lstat(copy_path, &statbuff)); in sys_lstat() 4568 ret = _SYS_WRAP(stat(copy_path, &statbuff)); in sys_lstat() 7616 err = _SYS_WRAP(mkdir(kpath, mode)); in sys_mkdir() 9565 ret = _SYS_WRAP(statfs(copy_path, &statfsbuff)); in sys_statfs() 9640 ret = _SYS_WRAP(statfs(copy_path, &statfsbuff)); in sys_statfs64() 9685 ret = _SYS_WRAP(fstatfs(fd, &statfsbuff)); in sys_fstatfs() 9736 ret = _SYS_WRAP(fstatfs(fd, &statfsbuff)); in sys_fstatfs64()
|
Completed in 29 milliseconds