Home
last modified time | relevance | path

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

/DragonOS-0.1.8/
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)
41   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.8/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.8/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.8/kernel/src/libs/
Dcasting.rs67 if x.is::<T>() { in downcast_arc()
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahci.h215 uint32_t is; // 0x10, interrupt status member
236 uint32_t is; // 0x08, Interrupt status member
Dahcidisk.rs70 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in read_at()
197 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in read_at()
229 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in write_at()
344 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.8/user/apps/test_bind/
Dlink.lds124 the constructors, so we make sure it is
125 first. Because this is a wildcard, it
131 is in. */
173 FIXME: Why do we need it? When there is no .bss section, we do not
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds124 the constructors, so we make sure it is
125 first. Because this is a wildcard, it
131 is in. */
173 FIXME: Why do we need it? When there is no .bss section, we do not
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds124 the constructors, so we make sure it is
125 first. Because this is a wildcard, it
131 is in. */
173 FIXME: Why do we need it? When there is no .bss section, we do not
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds124 the constructors, so we make sure it is
125 first. Because this is a wildcard, it
131 is in. */
173 FIXME: Why do we need it? When there is no .bss section, we do not
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds124 the constructors, so we make sure it is
125 first. Because this is a wildcard, it
131 is in. */
173 FIXME: Why do we need it? When there is no .bss section, we do not
/DragonOS-0.1.8/docs/kernel/sched/
Dkernel_timer.md160 println!("para is {:?}", para);
/DragonOS-0.1.8/tools/
Dwrite_disk_image.sh48 if ${GRUB_PATH_I386_LEGACY_FILE} --is-x86-multiboot2 ${kernel}; then
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16