File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/param.h.tar
Back
usr/src/linux-headers-5.15.0-133/arch/hexagon/include/uapi/asm/param.h 0000644 00000001643 15030300406 0020717 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ #ifndef _ASM_PARAM_H #define _ASM_PARAM_H #define EXEC_PAGESIZE 16384 #include <asm-generic/param.h> #endif usr/src/linux-headers-5.15.0-142/arch/hexagon/include/uapi/asm/param.h 0000644 00000001643 15030352052 0020723 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ #ifndef _ASM_PARAM_H #define _ASM_PARAM_H #define EXEC_PAGESIZE 16384 #include <asm-generic/param.h> #endif usr/src/linux-headers-5.15.0-142/arch/m68k/include/uapi/asm/param.h 0000644 00000000376 15030354160 0020063 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _M68K_PARAM_H #define _M68K_PARAM_H #ifdef __uClinux__ #define EXEC_PAGESIZE 4096 #else #define EXEC_PAGESIZE 8192 #endif #include <asm-generic/param.h> #endif /* _M68K_PARAM_H */ usr/src/linux-headers-5.15.0-142/arch/mips/include/uapi/asm/param.h 0000644 00000000734 15030371163 0020246 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * 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 - 2000, 2002 Ralf Baechle (ralf@gnu.org) * Copyright 2000 Silicon Graphics, Inc. */ #ifndef _ASM_PARAM_H #define _ASM_PARAM_H #define EXEC_PAGESIZE 65536 #include <asm-generic/param.h> #endif /* _ASM_PARAM_H */ usr/src/linux-headers-5.15.0-141/arch/hexagon/include/uapi/asm/param.h 0000644 00000001643 15030401012 0020711 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ #ifndef _ASM_PARAM_H #define _ASM_PARAM_H #define EXEC_PAGESIZE 16384 #include <asm-generic/param.h> #endif usr/src/linux-headers-5.15.0-133/arch/ia64/include/asm/param.h 0000644 00000000667 15030450213 0017102 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ /* * Fundamental kernel parameters. * * Based on <asm-i386/param.h>. * * Modified 1998, 1999, 2002-2003 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co */ #ifndef _ASM_IA64_PARAM_H #define _ASM_IA64_PARAM_H #include <uapi/asm/param.h> # define HZ CONFIG_HZ # define USER_HZ HZ # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ #endif /* _ASM_IA64_PARAM_H */ usr/src/linux-headers-5.15.0-141/arch/ia64/include/uapi/asm/param.h 0000644 00000001236 15030451634 0020040 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Fundamental kernel parameters. * * Based on <asm-i386/param.h>. * * Modified 1998, 1999, 2002-2003 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co */ #ifndef _UAPI_ASM_IA64_PARAM_H #define _UAPI_ASM_IA64_PARAM_H #define EXEC_PAGESIZE 65536 #ifndef NOGROUP # define NOGROUP (-1) #endif #define MAXHOSTNAMELEN 64 /* max length of hostname */ #ifndef __KERNEL__ /* * Technically, this is wrong, but some old apps still refer to it. The proper way to * get the HZ value is via sysconf(_SC_CLK_TCK). */ # define HZ 1024 #endif #endif /* _UAPI_ASM_IA64_PARAM_H */ usr/src/linux-headers-5.15.0-133/arch/mips/include/uapi/asm/param.h 0000644 00000000734 15030554165 0020253 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * 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 - 2000, 2002 Ralf Baechle (ralf@gnu.org) * Copyright 2000 Silicon Graphics, Inc. */ #ifndef _ASM_PARAM_H #define _ASM_PARAM_H #define EXEC_PAGESIZE 65536 #include <asm-generic/param.h> #endif /* _ASM_PARAM_H */ usr/src/linux-headers-5.15.0-142/arch/ia64/include/uapi/asm/param.h 0000644 00000001236 15030557452 0020046 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Fundamental kernel parameters. * * Based on <asm-i386/param.h>. * * Modified 1998, 1999, 2002-2003 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co */ #ifndef _UAPI_ASM_IA64_PARAM_H #define _UAPI_ASM_IA64_PARAM_H #define EXEC_PAGESIZE 65536 #ifndef NOGROUP # define NOGROUP (-1) #endif #define MAXHOSTNAMELEN 64 /* max length of hostname */ #ifndef __KERNEL__ /* * Technically, this is wrong, but some old apps still refer to it. The proper way to * get the HZ value is via sysconf(_SC_CLK_TCK). */ # define HZ 1024 #endif #endif /* _UAPI_ASM_IA64_PARAM_H */ usr/src/linux-headers-5.15.0-133/arch/sparc/include/uapi/asm/param.h 0000644 00000000375 15030574504 0020413 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASMSPARC_PARAM_H #define _ASMSPARC_PARAM_H #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */ #include <asm-generic/param.h> #endif /* _ASMSPARC_PARAM_H */
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings