Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Derrno.h79 #define ENOTSUP 61 /* 不被支持 Not supported (may be the same value as [EOPNOTSUPP]). */ macro
/DragonOS-0.1.2/kernel/src/common/
Derrno.h79 #define ENOTSUP 61 /* 不被支持 Not supported (may be the same value as [EOPNOTSUPP]). */ macro
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c244 retval = -ENOTSUP; in devfs_register_device()
283 retval = -ENOTSUP; in devfs_unregister_device()
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md141 #define ENOTSUP 61 /* 不被支持 Not supported (may be the same value as [EOPNOTSUPP]).*/
147 …SUPP 64 /* 套接字不支持该操作 Operation not supported on socket (may be the same value as [ENOTSUP]).*/
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs10 spinlock_t, verify_area, EFAULT, EINVAL, ENOTSUP, EPERM, ESRCH, NULL, PF_EXITING,
103 return -(ENOTSUP as i32); in signal_kill_something_info()
261 retval = -(ENOTSUP as i32); in __send_signal_locked()
/DragonOS-0.1.2/kernel/src/process/
Dprocess.c185 retval = -ENOTSUP; in process_load_elf_file()