Home
last modified time | relevance | path

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

/DragonOS-0.1.8/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.8/
DREADME_EN.md19 - Code search engine [code.DragonOS.org](http://code.dragonos.org) 
94   This project adopts GPLv2 LICENSE for open source. You are welcome to use the code of t…
96 **What we support:** using this project to create greater value and contribute code to this project…
98 …h the open source license. Including but not limited to: plagiarizing the code of the project as y…
DREADME.md33 - 代码搜索引擎 [code.DragonOS.org](http://code.dragonos.org)
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.8/kernel/src/process/
Dprocess.h129 ul process_do_exit(ul code);
Dprocess.c246 ul process_do_exit(ul code) in process_do_exit() argument
258 pcb->exit_code = code; in process_do_exit()
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.1.md139 * modified code
DV0.1.5.md199 * reformat code