Searched refs:code (Results 1 – 10 of 10) sorted by relevance
285 int code = 0; in ps2_mouse_get_packet() local293 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 …]
23 - 代码搜索引擎 [code.DragonOS.org](http://code.dragonos.org)
18 - 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…
24 this service if you wish), that you receive source code or can get it36 source code. And you must show them these terms so they know their80 source code as you receive it, in any medium, provided that you135 under Section 2) in object code or executable form under the terms of139 source code, which must be distributed under the terms of Sections145 machine-readable copy of the corresponding source code, to be150 to distribute corresponding source code. (This alternative is152 received the program in object code or executable form with such155 The source code for a work means the preferred form of the work for157 code means all the source code for all modules it contains, plus any[all …]
8 # ata0-master: type=disk, path="/data/home/longjin/code/hd.img", mode=flat
193 #define xhci_set_comp_code(code) ((code & 0x7f) << 24) argument299 uint8_t code; // Completion code member
703 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()
140 ul process_do_exit(ul code);
542 ul process_do_exit(ul code) in process_do_exit() argument554 pcb->exit_code = code; in process_do_exit()
139 * modified code