Home
last modified time | relevance | path

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

/DragonOS-0.1.9/
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.md20   DragonOS is an operating system running on the X86_64 Architecture. This project is cur…
22 [All you want to know about DragonOS is here - DragonOS](https://dragonos.org/?p=46)
52   You can send an email to the project's maintainer: longjin. His email address is [longj…
72   DragonOS is an open source public welfare project, but its development cannot be separa…
/DragonOS-0.1.9/kernel/src/libs/intertrait/
DREADME.md7 The modified version is licensed under GPLv2 and later, while the original version is licensed unde…
13 if the type is known. But no direct casting between two trait objects (i.e. without involving the c…
14 of the backing value) is possible (even no coercion from a trait object for a trait to that for its…
29 The `linkme` dependency is required due to the use of `linkme` macro in the output of `intertrait` …
65 The trait implemented is designated as a target trait.
122 `std::sync::Arc` is unique in that it implements `downcast` method only on `dyn Any + Send + Sync +…
142 life-before-main trick. The registry is keyed with a pair of [`TypeId`]s, which are those of the co…
144 is a bit different here, but conceptually so).
153 The modified version is licensed under GPLv2 and later, while the original version is licensed unde…
DLICENSE-MIT1 Permission is hereby granted, free of charge, to any person obtaining a copy
5 copies of the Software, and to permit persons to whom the Software is
/DragonOS-0.1.9/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.9/kernel/src/libs/intertrait/macros/
DLICENSE-MIT1 Permission is hereby granted, free of charge, to any person obtaining a copy
5 copies of the Software, and to permit persons to whom the Software is
DLICENSE-APACHE13 the copyright owner that is granting the License.
37 copyright notice that is included in or attached to the work
38 (an example is provided in the Appendix below).
41 form, that is based on (or derived from) the Work and for which the
50 to that Work or Derivative Works thereof, that is intentionally
59 excluding communication that is conspicuously marked or otherwise
87 as of the date such litigation is filed.
/DragonOS-0.1.9/kernel/src/libs/
Dcasting.rs67 if x.is::<T>() { in downcast_arc()
/DragonOS-0.1.9/kernel/src/driver/disk/ahci/
Dahcidisk.rs83 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in read_at()
199 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in read_at()
232 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in write_at()
343 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.9/docs/kernel/sched/
Dkernel_timer.md160 println!("para is {:?}", para);
/DragonOS-0.1.9/tools/
Dwrite_disk_image.sh62 if ${GRUB_PATH_I386_LEGACY_FILE} --is-x86-multiboot2 ${kernel}; then
/DragonOS-0.1.9/docs/kernel/debug/
Ddebug-kernel-with-gdb.md46 This is free software: you are free to change and redistribute it.
47 There is NO WARRANTY, to the extent permitted by law.
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16
DV0.1.9.md2115 there is no change for c symbols