代码搜索:syscall

找到约 6,689 项符合「syscall」的源代码

代码结果 6,689
www.eeworm.com/read/131315/5930126

s syscall.s

/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redis
www.eeworm.com/read/131315/5930304

2 syscall.2

.\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, a
www.eeworm.com/read/131315/5930431

s syscall.s

/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from materia
www.eeworm.com/read/131315/5930760

s syscall.s

/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/131315/5930872

s syscall.s

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Gro
www.eeworm.com/read/131315/5930922

s syscall.s

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * Redis
www.eeworm.com/read/131315/5931085

s syscall.s

/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley
www.eeworm.com/read/131315/5932104

c syscall.c

/* * System call overhead benchmark. */ main(argc, argv) char *argv[]; { register int ncalls; if (argc < 2) { printf("usage: %s #syscalls\n", argv[0]); exit(1); } ncalls = atoi(argv[1]);
www.eeworm.com/read/131315/5932124

c syscall.c

/* * System call overhead benchmark. */ main(argc, argv) char *argv[]; { register int ncalls; if (argc < 2) { printf("usage: %s #syscalls\n", argv[0]); exit(1); } ncalls = atoi(argv[1]);
www.eeworm.com/read/131315/5932289

h syscall.h

/* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. * created from @(#)syscalls.master 8.2 (Berkeley) 1/13/94 */ #define SYS_syscall 0 #define SYS_exit 1 #define SY