Home
last modified time | relevance | path

Searched refs:is (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.5/
DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is to say, a work containing the Program or a portion of it,
[all …]
DREADME_EN.md7   DragonOS is an operating system running on the X86_64 Architecture. This project is cur…
9 [All you want to know about DragonOS is here - DragonOS](https://dragonos.org/?p=46)
40   You can send an email to the project's maintainer: longjin. His email address is [longj…
61   DragonOS is an open source public welfare project, but its development cannot be separa…
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Derrno.md59 #define EHOSTUNREACH 23 /* 主机不可达 Host is unreachable.*/
75 #define EISCONN 30 /* 套接字已连接 Socket is connected.*/
91 #define ENETDOWN 38 /* 网络已关闭 Network is down.*/
101 … #define ENODATA 43 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue.*/
129 #define ENOTCONN 56 /* 套接字未连接 The socket is not connected.*/
/DragonOS-0.1.5/docs/kernel/locking/
Drwlock.md137 "Reader1: the value is {value}
148 "Reader2: the value is {value}
159 "Writers: the value is {guard}
174 "Upgrader1 before upgrade: the value is {value}
182 "Upgrader1 after upgrade: the value is {temp}
/DragonOS-0.1.5/kernel/src/driver/disk/ahci/
Dahci.h215 uint32_t is; // 0x10, interrupt status member
236 uint32_t is; // 0x08, Interrupt status member
Dahcidisk.rs69 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in read_at()
174 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in read_at()
202 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in write_at()
296 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in write_at()
Dhba.rs50 pub is: u32, // 0x10, interrupt status field
72 pub is: u32, // 0x08, Interrupt status field
/DragonOS-0.1.5/tools/
Dwrite_disk_image.sh48 if ${GRUB_PATH_I386_LEGACY_FILE} --is-x86-multiboot2 ${kernel}; then