Home
last modified time | relevance | path

Searched refs:code (Results 1 – 10 of 10) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/mouse/
Dps2_mouse.c285 int code = 0; in ps2_mouse_get_packet() local
293 code = ps2_mouse_get_scancode(); in ps2_mouse_get_packet()
294 ((struct ps2_mouse_packet_3bytes *)packet)->byte0 = (unsigned char)code; in ps2_mouse_get_packet()
295 } while (code == -1024); in ps2_mouse_get_packet()
299 code = ps2_mouse_get_scancode(); in ps2_mouse_get_packet()
300 ((struct ps2_mouse_packet_3bytes *)packet)->movement_x = (char)code; in ps2_mouse_get_packet()
301 } while (code == -1024); in ps2_mouse_get_packet()
305 code = ps2_mouse_get_scancode(); in ps2_mouse_get_packet()
306 ((struct ps2_mouse_packet_3bytes *)packet)->movement_y = (char)code; in ps2_mouse_get_packet()
307 } while (code == -1024); in ps2_mouse_get_packet()
[all …]
/DragonOS-0.1.2/
DREADME.md23 - 代码搜索引擎 [code.DragonOS.org](http://code.dragonos.org)
DREADME_EN.md18 - Code search engine [code.DragonOS.org](http://code.dragonos.org) 
91   This project adopts GPLv2 LICENSE for open source. You are welcome to use the code of t…
93 **What we support:** using this project to create greater value and contribute code to this project…
95 …h the open source license. Including but not limited to: plagiarizing the code of the project as y…
DLICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
135 under Section 2) in object code or executable form under the terms of
139 source code, which must be distributed under the terms of Sections
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
157 code means all the source code for all modules it contains, plus any
[all …]
Dbochsrc8 # ata0-master: type=disk, path="/data/home/longjin/code/hd.img", mode=flat
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h193 #define xhci_set_comp_code(code) ((code & 0x7f) << 24) argument
299 uint8_t code; // Completion code member
Dxhci.c703 switch (event_trb_ptr->code) // 判断它的完成码 in xhci_hc_irq_handler()
1040 if (trb_done->code == TRB_COMP_TRB_SUCCESS) // 成功执行 in xhci_set_address()
1773 if (trb_done->code == TRB_COMP_TRB_SUCCESS) // 成功执行 in xhci_configure_endpoint()
/DragonOS-0.1.2/kernel/src/process/
Dprocess.h140 ul process_do_exit(ul code);
Dprocess.c542 ul process_do_exit(ul code) in process_do_exit() argument
554 pcb->exit_code = code; in process_do_exit()
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.1.md139 * modified code