Home
last modified time | relevance | path

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

/DragonOS-0.1.2/docs/kernel/filesystem/devfs/
Dindex.md14 - `block` 块设备
/DragonOS-0.1.2/docs/kernel/process_management/
Dpcb.md3 PCB的全称为process control block, 它是每个进程/线程的核心控制结构。定义于`kernel/src/process/proc-types.h`中。
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md183 … #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]).*/
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c48 …int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block);
1001 … int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block) in xhci_set_address() argument
1026 trb.bei = (block ? 1 : 0); in xhci_set_address()
/DragonOS-0.1.2/kernel/
Dcbindgen.toml73 # These will wrap generated functions into a `extern "C"` block, e.g.
90 # A list of lines to add verbatim after the includes block