代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/454324/7394152
c init.c
www.eeworm.com/read/454200/7397017
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI
www.eeworm.com/read/453904/7405775
c init.c
#include
#include
#include
#include
#include
#include
#include
int init(){
int i;
i =
www.eeworm.com/read/453528/7417525
s init.s
AREA Init,CODE,READONLY
;Pre-defined constants
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1b
MODEMASK EQU 0x1f
NOINT EQU 0xc0
www.eeworm.com/read/453528/7417544
o init.o
www.eeworm.com/read/453528/7417557
o init.o
www.eeworm.com/read/453528/7417570
o init.o
www.eeworm.com/read/453528/7417578
o init.o
www.eeworm.com/read/453528/7417586
o init.o
www.eeworm.com/read/453528/7417600
s init.s
;/******************************************************************************
; *
; * Copyright (c) 2003 Windond Electronics Corp.
; * All rights reserved.
; *
; * $Workfile: init.s $
; *
;