代码搜索:syscall
找到约 6,689 项符合「syscall」的源代码
代码结果 6,689
www.eeworm.com/read/275970/10780185
h syscall.h
/*
* Copyright (c) 1991, 1992 Paul Kranenburg
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey
* All rights reserved.
*
* Redistribution and use in sourc
www.eeworm.com/read/275970/10780210
c syscall.c
/*
* Copyright (c) 1991, 1992 Paul Kranenburg
* Copyright (c) 1993 Branko Lankester
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey
*
www.eeworm.com/read/275970/10780246
h syscall.h
/*
* Automatically generated by ./../syscalls.pl on Thu Mar 8 18:14:07 2001
*/
#define sys_syscall printargs
int sys_exit();
int sys_fork();
int sys_read();
int sys_write();
int sys_open();
int sy
www.eeworm.com/read/275970/10780282
h syscall.h
/*
* Copyright (c) 1991, 1992 Paul Kranenburg
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey
* All rights reserved.
*
* Redistribution and use in sourc
www.eeworm.com/read/275970/10780378
h syscall.h
/*
* Copyright (c) 1993, 1994, 1995 Rick Sladkey
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/418361/10951320
c syscall.c
/*
* Darwin syscalls
*
* Copyright (c) 2003 Fabrice Bellard
* Copyright (c) 2006 Pierre d'Herbemont
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/418361/10951875
h syscall.h
/* this struct defines the way the registers are stored on the
stack during a system call. */
struct target_pt_regs {
/* Pad bytes for argument save space on the stack. */
abi_ulong pad0[6];
www.eeworm.com/read/418361/10951902
c syscall.c
/*
* Linux syscalls
*
* Copyright (c) 2003 Fabrice Bellard
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
www.eeworm.com/read/418361/10951906
h syscall.h
/* this struct defines the way the registers are stored on the
stack during a system call. */
struct target_pt_regs {
abi_long uregs[18];
};
#define ARM_cpsr uregs[16]
#define ARM_pc uregs[
www.eeworm.com/read/418361/10951914
h syscall.h
struct target_pt_regs {
abi_ulong u_regs[16];
abi_ulong tstate;
abi_ulong pc;
abi_ulong npc;
abi_ulong y;
abi_ulong fprs;
};
#define UNAME_MACHINE "sun4u"