Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Derrno.h18 #define EAGAIN 6 /* 资源不可用,请重试。 Resource unavailable, try again (may be the same value as … macro
/DragonOS-0.1.2/kernel/src/common/
Derrno.h18 #define EAGAIN 6 /* 资源不可用,请重试。 Resource unavailable, try again (may be the same value as … macro
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md22 …#define EAGAIN 6 /* 资源不可用,请重试。 Resource unavailable, try again (may be the same value as…
183 … #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]).*/
/DragonOS-0.1.2/kernel/src/libs/libUI/
Dscreen_manager.c130 return -EAGAIN; in scm_register_alloc()
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c799 return -EAGAIN; in xhci_reset_port()
1048 retval = -EAGAIN; in xhci_set_address()
1395 return -EAGAIN; in xhci_get_desc()
1569 return -EAGAIN; // slot id 不合法 in xhci_get_descriptor()
1588 return -EAGAIN; in xhci_get_descriptor()
1780 retval = -EAGAIN; in xhci_configure_endpoint()