Searched defs:d (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/ |
D | cxa.c | 4 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | cpu.c | 112 uint32_t a = 0, b = 0, c = 0, d = 0; in cpu_get_core_crysral_freq() local
|
D | lz4.c | 436 BYTE *d = (BYTE *)dstPtr; in LZ4_wildCopy8() local 498 BYTE *d = (BYTE *)dstPtr; in LZ4_wildCopy32() local
|
/DragonOS-0.1.8/kernel/src/time/ |
D | jiffies.rs | 48 let d = &mut self.0.lock().data; in update_clocksource_data() localVariable
|
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/ |
D | apic.c | 283 uint a, b, c, d; in apic_local_apic_init() local
|
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/ |
D | ahci.h | 149 uint8_t d : 1; // Data transfer direction, 1 - device to host member 186 uint8_t d : 1; // Data transfer direction, 1 - device to host member
|
/DragonOS-0.1.8/kernel/src/filesystem/fat/ |
D | entry.rs | 548 let d: FATDir = self.find_entry(name, Some(true), None, fs)?.to_dir()?; in open_dir() localVariable
|