代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/163821/5508714
h kernel_stat.h
#ifndef _BITS_STAT_STRUCT_H
#define _BITS_STAT_STRUCT_H
/* This file provides whatever this particular arch's kernel thinks
* struct kernel_stat should look like... It turns out each arch has a
www.eeworm.com/read/162614/5521928
c net42.c
// { dg-do assemble }
typedef void (*__sighandler_t)(int);
struct sigaction {
__sighandler_t sa_handler;
};
struct task_struct {
struct sigaction sigaction[32];
};
void
get_stat() {
struct
www.eeworm.com/read/161121/5556627
c socksys.c
/* $Id: socksys.c,v 1.18 2001/02/13 01:16:44 davem Exp $
* socksys.c: /dev/inet/ stuff for Solaris emulation.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (C) 1997, 19
www.eeworm.com/read/161121/5557090
c check_asm.c
#include
#include
#include
#include
int main()
{
printf("#ifndef __ASM_OFFSETS_H__\n#define __ASM_OFFSETS_H__\n");
printf("#define TASK_
www.eeworm.com/read/159825/5580635
h sigcontext.h
#ifndef _ASM_PPC_SIGCONTEXT_H
#define _ASM_PPC_SIGCONTEXT_H
#include
struct sigcontext_struct {
unsigned long _unused[4];
int signal;
unsigned long handler;
unsigned l
www.eeworm.com/read/159825/5581168
h sigcontext.h
#ifndef _ASM_PPC_SIGCONTEXT_H
#define _ASM_PPC_SIGCONTEXT_H
#include
struct sigcontext_struct {
unsigned long _unused[4];
int signal;
unsigned long handler;
unsigned l
www.eeworm.com/read/155374/5624313
h sigcontext.h
#ifndef _ASM_PPC_SIGCONTEXT_H
#define _ASM_PPC_SIGCONTEXT_H
#include
struct sigcontext_struct {
unsigned long _unused[4];
int signal;
unsigned long handler;
unsigned long oldmas
www.eeworm.com/read/152843/5658300
h xics.h
/*
* arch/powerpc/platforms/pseries/xics.h
*
* Copyright 2000 IBM Corporation.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General
www.eeworm.com/read/152843/5658557
c socksys.c
/* $Id: socksys.c,v 1.21 2002/02/08 03:57:14 davem Exp $
* socksys.c: /dev/inet/ stuff for Solaris emulation.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Copyright (C) 1997, 19
www.eeworm.com/read/152843/5659232
c fpu.c
/*
* 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.
*
* arch/sh64/kernel/f