/DragonOS-0.1.7/user/apps/shell/ |
D | shell.c | 64 int count = shell_readline(kb_fd, input_buffer); in main_loop() local 110 void clear_command(int count, char *buf) in clear_command() 155 int count = 0; in shell_readline() local
|
/DragonOS-0.1.7/kernel/src/driver/keyboard/ |
D | ps2_keyboard.c | 101 long ps2_keyboard_read(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in ps2_keyboard_read() 120 long ps2_keyboard_write(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in ps2_keyboard_write() 148 uint8_t count = kfifo_in((struct kfifo_t *)buf_vaddr, &x, sizeof(unsigned char)); in ps2_keyboard_handler() local
|
/DragonOS-0.1.7/kernel/src/common/ |
D | semaphore.h | 34 static __always_inline void semaphore_init(semaphore_t *sema, ul count) in semaphore_init()
|
D | lockref.h | 20 int count; member
|
D | mutex.h | 19 atomic_t count; // 锁计数。1->已解锁。 0->已上锁,且有可能存在等待者 member
|
D | blk_types.h | 41 uint32_t count; member
|
D | idr.h | 146 unsigned long count; // bitmap中已经分配的id数量 member
|
D | glib.h | 92 void *memset_c(void *dst, uint8_t c, size_t count) in memset_c()
|
D | hid.h | 138 int count; // local items的计数 member
|
/DragonOS-0.1.7/kernel/src/driver/multiboot2/ |
D | multiboot2.c | 22 void *data, unsigned int *count) in multiboot2_iter() 58 bool multiboot2_get_memory(const struct iter_data_t *_iter_data, void *data, unsigned int *count) in multiboot2_get_memory()
|
/DragonOS-0.1.7/kernel/src/libs/libUI/ |
D | textui-render.c | 39 int textui_refresh_vlines(struct textui_window_t *window, uint16_t start, uint16_t count) in textui_refresh_vlines() 73 …fresh_characters(struct textui_window_t *window, uint16_t vline_id, uint16_t start, uint16_t count) in textui_refresh_characters()
|
/DragonOS-0.1.7/user/libs/libc/src/ |
D | dirent.c | 57 int64_t getdents(int fd, struct dirent *dirent, long count) in getdents()
|
D | unistd.c | 28 ssize_t read(int fd, void *buf, size_t count) in read() 41 ssize_t write(int fd, void const *buf, size_t count) in write()
|
D | printf.c | 44 int count = 0; in printf() local 57 int count = 0; in sprintf() local
|
/DragonOS-0.1.7/kernel/src/libs/ |
D | lockref.rs | 12 pub count: i32, field 19 count: i32, field
|
D | string.c | 65 char *strncpy(char *dst, const char *src, long count) in strncpy()
|
D | cpu.c | 49 int count = 0; in cpu_init() local
|
D | bitree.c | 217 int count = kfifo_out(&fifo, &nd, sizeof(uint64_t)); in bt_destroy_tree() local
|
D | printk.c | 619 int count = 0; in sprintk() local
|
/DragonOS-0.1.7/kernel/src/driver/mouse/ |
D | ps2_mouse.h | 78 int count; member
|
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/ |
D | xhci.c | 383 uint32_t *count, uint16_t *protocol_flag) in xhci_hc_get_protocol_offset() 1382 int count; in xhci_get_desc() local 1404 int count; in xhci_set_configuration() local 1530 int count = 0; in xhci_get_descriptor() local
|
/DragonOS-0.1.7/kernel/src/io/ |
D | device.rs | 122 let count: usize = (range.lba_end - range.lba_start).try_into().unwrap(); in read_at() localVariable 158 let count: usize = (range.lba_end - range.lba_start).try_into().unwrap(); in write_at() localVariable
|
/DragonOS-0.1.7/kernel/src/include/DragonOS/ |
D | signal.h | 133 refcount_t count; member
|
/DragonOS-0.1.7/kernel/src/mm/ |
D | mm.c | 58 int count; in mm_init() local
|
/DragonOS-0.1.7/kernel/src/filesystem/vfs/ |
D | syscall.rs | 229 let count = regs.r10 as i64; in sys_getdents() localVariable
|