代码搜索:msLinux

找到约 120 项符合「msLinux」的源代码

代码结果 120
www.eeworm.com/read/162574/5540729

c wait.c

/* MShowTec - www.mshowtec.com ** msLinux wait.c ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #define MSLINUX_WAIT_C #include "wait.h" int wait(int * wait_stat) { int pid;
www.eeworm.com/read/162574/5540741

h msapp_entry.h

/* MShowTec - www.mshowtec.com ** msLinux msApp_entry.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_MSAPP_ENTRY_H #define MSLINUX_MSAPP_ENTRY_H #define APPVER
www.eeworm.com/read/162574/5540743

c msapp.c

/* MShowTec - www.mshowtec.com ** msLinux msApp.c ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #define MSLINUX_MSAPP_C #include "msApp.h" void call_test() { printk("call_
www.eeworm.com/read/162574/5540757

c msapp1_entry.c

/* MShowTec - www.mshowtec.com ** msLinux msApp_entry.c ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #define MSLINUX_MSAPP_ENTRY_C #include "msApp_entry.h" #include "msApp.h"
www.eeworm.com/read/162574/5540769

h sem.h

/* MShowTec - www.mshowtec.com ** msLinux sem.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_SEM_H #define MSLINUX_SEM_H struct semaphore { short sem_num;
www.eeworm.com/read/162574/5540784

h align.h

/* MShowTec - www.mshowtec.com ** msLinux align.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_ALIGN_H #define MSLINUX_ALIGN_H #define ALIGN2B(a) ((a+1)&(~1))
www.eeworm.com/read/162574/5540766

c dev.c

/* MShowTec - www.mshowtec.com ** msLinux dev.c ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #define MSLINUX_DEV_C #include "dev.h" struct device { char dev_name[DEV_NAME_L
www.eeworm.com/read/162574/5540777

h stack.h

/* MShowTec - www.mshowtec.com ** msLinux stack.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_STACK_H #define MSLINUX_STACK_H #define ALIGN4B(a) ((a+3)&(~3)
www.eeworm.com/read/305703/3770977

h kernel.h

/* MShowTec - www.mshowtec.com ** msLinux kernel.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_KERNEL_H #define MSLINUX_KERNEL_H #define MSLINUX_KERNEL_VER "m
www.eeworm.com/read/305703/3770973

h dev.h

/* MShowTec - www.mshowtec.com ** msLinux dev.h ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #ifndef MSLINUX_DEV_H #define MSLINUX_DEV_H #define MSLINUX_DEV_NR (16) #define D