代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/486037/1256555
h param.h
#ifndef _LINUX_PARAM_H
#define _LINUX_PARAM_H
#include
#endif
www.eeworm.com/read/486037/1257040
h param.h
/*
* linux/include/asm-arm/arch-h720x/param.h
*
* Copyright (C) 2000 Jungjun Kim
*/
#ifndef __ASM_ARCH_PARAM_H
#define __ASM_ARCH_PARAM_H
#endif
www.eeworm.com/read/486037/1257109
h param.h
/*
* linux/include/asm-arm/param.h
*
* Copyright (C) 1995-1999 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
www.eeworm.com/read/486037/1257125
h param.h
/*
* linux/include/asm-arm/arch-imx/param.h
*
* Copyright (C) 1999 ARM Limited
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/480930/1307379
h param.h
/*
* include/asm-s390/param.h
*
* S390 version
*
* Derived from "include/asm-i386/param.h"
*/
#ifndef _ASMS390_PARAM_H
#define _ASMS390_PARAM_H
#ifndef HZ
#define HZ 100
#ifdef __KERNEL__
#
www.eeworm.com/read/480930/1307519
h param.h
/* $Id: param.h,v 1.4 2000/10/30 21:01:41 davem Exp $ */
#ifndef _ASMSPARC_PARAM_H
#define _ASMSPARC_PARAM_H
#ifndef HZ
#define HZ 100
#ifdef __KERNEL__
#define hz_to_std(a) (a)
#endif
#endif
#defin
www.eeworm.com/read/480930/1307681
h param.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright 1994 - 2
www.eeworm.com/read/480930/1307857
h param.h
#ifndef _ASM_PARAM_H
#define _ASM_PARAM_H
#ifndef HZ
#ifdef __KERNEL__
/* Safeguard against user stupidity */
#ifdef _SYS_PARAM_H
#error Do not include with __KERNEL__ defined!
#endi
www.eeworm.com/read/480930/1307986
h param.h
/* $Id: param.h,v 1.2 2000/10/30 21:01:41 davem Exp $ */
#ifndef _ASMSPARC64_PARAM_H
#define _ASMSPARC64_PARAM_H
#ifndef HZ
#define HZ 100
#ifdef __KERNEL__
#define hz_to_std(a) (a)
#endif
#endif
#d