代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/319814/13441739

c drcomc.c

#include #include #include #include #include #include #include #include #include "config.h" #include "cli
www.eeworm.com/read/318751/13472911

frm c重新登录.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx" Begin VB.Form C重新登录 Caption = "登录" ClientHeight = 3345 ClientLeft = 60 Cli
www.eeworm.com/read/315002/13554467

asm 16bit.asm

[BITS 16] [ORG KERNEL_START] Start: mov ax, cs mov ds, ax mov es, ax mov ss, ax mov sp, 0x0000 ; switch to protected mode cli cld call PrepareIRQs call A20En lgdt [_GDT - KERNEL_START] ;
www.eeworm.com/read/309503/13670342

url fpga 欣欣论坛.url

[DEFAULT] BASEURL=http://www.xinworks.com/bbs/thread.php?fid-25.html [DOC#58] BASEURL=res://C:\WINDOWS\system32\shdoclc.dll/dnserror.htm ORIGURL=http://pagead2.googlesyndication.com/pagead/ads?cli
www.eeworm.com/read/308877/13688916

frm frmfscreenb.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form frmFScreenB BorderStyle = 3 'Fixed Dialog Caption = "Full Screen" Cli
www.eeworm.com/read/301022/13870470

c buffer.c

#include "general.h" #include "sti_cli.h" #include "hd_info_struct.h" #include "dir_entry.h" #include "msdos_dir_entry.h" #include "d_inode.h" #include "m_inode.h" #include "buffer_head.h"
www.eeworm.com/read/151104/5686086

s int-handler.s

#include #include #include #include .text .set macro .set noat .align 5 NESTED(it8172_IRQ, PT_SIZE, sp) SAVE_ALL CLI # I
www.eeworm.com/read/147766/5721101

s int-handler.s

#include #include #include #include .text .set macro .set noat .align 5 NESTED(it8172_IRQ, PT_SIZE, sp) SAVE_ALL CLI # I
www.eeworm.com/read/147766/5721208

s int-handler.s

#include #include #include #include .set noat .align 5 NESTED(ev96100IRQ, PT_SIZE, sp) SAVE_ALL CLI # Important: mark KERNEL mod
www.eeworm.com/read/147766/5721332

c reset.c

#include #include #include #define R3000_RESET_VEC 0xbfc00000 typedef void vector(void); static void baget_reboot(char *from_fun) { cli(); ba