代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/221564/14737466
h proc.h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
proc.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/221564/14737495
c proc.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
proc.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/121311/14760331
c proc.c
1 /*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interfac
www.eeworm.com/read/120989/14777166
vhd proc.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : proc.vhd
--
-- PROJECT : Altera A8251 USART
-- PUR
www.eeworm.com/read/219019/14897824
c proc.c
#include "types.h"
#include "mmu.h"
#include "x86.h"
#include "param.h"
#include "file.h"
#include "proc.h"
#include "defs.h"
#include "spinlock.h"
struct spinlock proc_table_lock;
struct proc proc[
www.eeworm.com/read/219019/14897869
h proc.h
// Segments in proc->gdt
#define SEG_KCODE 1 // kernel code
#define SEG_KDATA 2 // kernel data+stack
#define SEG_UCODE 3
#define SEG_UDATA 4
#define SEG_TSS 5 // this process's task state
#define
www.eeworm.com/read/217373/14967729
c proc.c
/*
* vivi/arch/s3c2410/proc.c
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/217373/14967744
o proc.o
www.eeworm.com/read/116048/14991488
cgi proc.cgi
proc world
print 'world'
endproc
proc hello
print 'hello'
call world
endproc
proc main
call hello
end
endproc
www.eeworm.com/read/114127/15075791