Home
last modified time | relevance | path

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

/DragonOS-0.1.3/
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   This project is a operating system running on computer which is in X86_ 64 Architecture…
9 [All you want to know about DragonOS is here - DragonOS](https://dragonos.org/uncategorized/summary…
42   You can send me an email. My email address is[ longjin@RinGoTek.cn ](mailto: longjin@Ri…
64   DragonOS is an open source public welfare project, but its development cannot be separa…
/DragonOS-0.1.3/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.3/kernel/src/driver/disk/ahci/
Dahci.c341 port->is = (uint32_t)-1; // Clear pending interrupt bits in ahci_read()
415 if (port->is & HBA_PxIS_TFES) // Task file error in ahci_read()
424 if (port->is & HBA_PxIS_TFES) in ahci_read()
437 port->is = 0xffff; // Clear pending interrupt bits in ahci_write()
494 if (port->is & HBA_PxIS_TFES) in ahci_write()
501 if (port->is & HBA_PxIS_TFES) in ahci_write()
Dahci.h215 uint32_t is; // 0x10, interrupt status member
236 uint32_t is; // 0x08, Interrupt status member
/DragonOS-0.1.3/tools/
Dwrite_disk_image.sh48 if ${GRUB_PATH_I386_LEGACY_FILE} --is-x86-multiboot2 ${kernel}; then