代码搜索结果

找到约 10,206 项符合 Storage 的代码

ipc3.asm

#ipc3.asm--------------------------------------------- .PB main .PV message -32 .PV ipaddr -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #se

fileio.asm

#fileIO.asm--------------------------------------------- .PB main .PV buffer -32 .PV fname -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #read and

cmdline.asm

.PB main .PV buffer -256 #allocate local storage PUSHQ $FP MOV $FP,$SP LQI $R7,256 SUB $SP,$SP,$R7 #get the number of arguments LQI $R1,0 INT 5 MOV $R20,$R2 LQI $R1,20 INT 0 LQI

ipc1.asm

#ipc1.asm--------------------------------------------- .PB main .PV buffer -40 .PV mutex -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #set name o

ipc3.asm

#ipc3.asm--------------------------------------------- .PB main .PV message -32 .PV ipaddr -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #se

fileio.asm

#fileIO.asm--------------------------------------------- .PB main .PV buffer -32 .PV fname -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #read and

cmdline.asm

.PB main .PV buffer -256 #allocate local storage PUSHQ $FP MOV $FP,$SP LQI $R7,256 SUB $SP,$SP,$R7 #get the number of arguments LQI $R1,0 INT 5 MOV $R20,$R2 LQI $R1,20 INT 0 LQI

ipc1.asm

#ipc1.asm--------------------------------------------- .PB main .PV buffer -40 .PV mutex -64 #allocate local storage on stack PUSHQ $FP MOV $FP,$SP LQI $R7,64 SUB $SP,$SP,$R7 #set name o

declare.h

#define EP0Size 16 #define S10 P3_4 #define S11 P3_5 #define D12TEST 0 #define KEYBOARD 1 #define MOUSE 2 #define PRINTER 3 #define STORAGE 4

changelog

Change logs are at : - pre-0.4.5 http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=ChangeLog - post-0.4.5 http://www.kernel.org/git/gitweb.cgi?p=linux/storage/multipath-tools/.git;a=log