systable.c (47eb4d1eb88936d972e042f5583dcbec45d121a9) systable.c (883492d5a933deb34cd27521e7f2756773cd27af)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22/*
23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
28/* All Rights Reserved */
29
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22/*
23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
28/* All Rights Reserved */
29
30
31#pragma ident "%Z%%M% %I% %E% SMI"
32
33#include <stdio.h>
34#include <stdlib.h>
35#include <fcntl.h>
36#include <unistd.h>
37#include <string.h>
38#include <signal.h>

--- 347 unchanged lines hidden (view full) ---

386{"lwp_exit", 0, DEC, NOV}, /* 160 */
387{"lwp_suspend", 1, DEC, NOV, DEC}, /* 161 */
388{"lwp_continue", 1, DEC, NOV, DEC}, /* 162 */
389{"lwp_kill", 2, DEC, NOV, DEC, SIG}, /* 163 */
390{"lwp_self", 0, DEC, NOV}, /* 164 */
391{"lwp_sigmask", 3, HEX, HEX, SPM, HEX, HEX}, /* 165 */
392{"lwp_private", 3, HEX, NOV, DEC, DEC, HEX}, /* 166 */
393{"lwp_wait", 2, DEC, NOV, DEC, HEX}, /* 167 */
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#include <stdio.h>
33#include <stdlib.h>
34#include <fcntl.h>
35#include <unistd.h>
36#include <string.h>
37#include <signal.h>

--- 347 unchanged lines hidden (view full) ---

385{"lwp_exit", 0, DEC, NOV}, /* 160 */
386{"lwp_suspend", 1, DEC, NOV, DEC}, /* 161 */
387{"lwp_continue", 1, DEC, NOV, DEC}, /* 162 */
388{"lwp_kill", 2, DEC, NOV, DEC, SIG}, /* 163 */
389{"lwp_self", 0, DEC, NOV}, /* 164 */
390{"lwp_sigmask", 3, HEX, HEX, SPM, HEX, HEX}, /* 165 */
391{"lwp_private", 3, HEX, NOV, DEC, DEC, HEX}, /* 166 */
392{"lwp_wait", 2, DEC, NOV, DEC, HEX}, /* 167 */
394{"lwp_mutex_wakeup", 1, DEC, NOV, HEX}, /* 168 */
393{"lwp_mutex_wakeup", 2, DEC, NOV, HEX, DEC}, /* 168 */
395{"lwp_mutex_lock", 1, DEC, NOV, HEX}, /* 169 */
396{"lwp_cond_wait", 4, DEC, NOV, HEX, HEX, HEX, DEC}, /* 170 */
397{"lwp_cond_signal", 1, DEC, NOV, HEX}, /* 171 */
398{"lwp_cond_broadcast", 1, DEC, NOV, HEX}, /* 172 */
399{"pread", 4, DEC, NOV, DEC, IOB, UNS, DEX}, /* 173 */
400{"pwrite", 4, DEC, NOV, DEC, IOB, UNS, DEX}, /* 174 */
401{"llseek", 4, LLO, NOV, DEC, LLO, HID, WHN}, /* 175 */
402{"inst_sync", 2, DEC, NOV, STG, DEC}, /* 176 */

--- 67 unchanged lines hidden (view full) ---

470{"getsockname", 4, DEC, NOV, DEC, HEX, HEX, SKV}, /* 244 */
471{"getsockopt", 6, DEC, NOV, DEC, SOL, SON, HEX, HEX, SKV}, /* 245 */
472{"setsockopt", 6, DEC, NOV, DEC, SOL, SON, HEX, DEC, SKV}, /* 246 */
473{"sockconfig", 4, DEC, NOV, DEC, DEC, DEC, STG}, /* 247 */
474{"ntp_gettime", 1, DEC, NOV, HEX}, /* 248 */
475{"ntp_adjtime", 1, DEC, NOV, HEX}, /* 249 */
476{"lwp_mutex_unlock", 1, DEC, NOV, HEX}, /* 250 */
477{"lwp_mutex_trylock", 1, DEC, NOV, HEX}, /* 251 */
394{"lwp_mutex_lock", 1, DEC, NOV, HEX}, /* 169 */
395{"lwp_cond_wait", 4, DEC, NOV, HEX, HEX, HEX, DEC}, /* 170 */
396{"lwp_cond_signal", 1, DEC, NOV, HEX}, /* 171 */
397{"lwp_cond_broadcast", 1, DEC, NOV, HEX}, /* 172 */
398{"pread", 4, DEC, NOV, DEC, IOB, UNS, DEX}, /* 173 */
399{"pwrite", 4, DEC, NOV, DEC, IOB, UNS, DEX}, /* 174 */
400{"llseek", 4, LLO, NOV, DEC, LLO, HID, WHN}, /* 175 */
401{"inst_sync", 2, DEC, NOV, STG, DEC}, /* 176 */

--- 67 unchanged lines hidden (view full) ---

469{"getsockname", 4, DEC, NOV, DEC, HEX, HEX, SKV}, /* 244 */
470{"getsockopt", 6, DEC, NOV, DEC, SOL, SON, HEX, HEX, SKV}, /* 245 */
471{"setsockopt", 6, DEC, NOV, DEC, SOL, SON, HEX, DEC, SKV}, /* 246 */
472{"sockconfig", 4, DEC, NOV, DEC, DEC, DEC, STG}, /* 247 */
473{"ntp_gettime", 1, DEC, NOV, HEX}, /* 248 */
474{"ntp_adjtime", 1, DEC, NOV, HEX}, /* 249 */
475{"lwp_mutex_unlock", 1, DEC, NOV, HEX}, /* 250 */
476{"lwp_mutex_trylock", 1, DEC, NOV, HEX}, /* 251 */
478{"lwp_mutex_init", 2, DEC, NOV, HEX, HEX}, /* 252 */
477{"lwp_mutex_register", 1, DEC, NOV, HEX}, /* 252 */
479{"cladm", 3, DEC, NOV, CLC, CLF, HEX}, /* 253 */
480{"uucopy", 3, DEC, NOV, HEX, HEX, UNS}, /* 254 */
481{"umount2", 2, DEC, NOV, STG, MTF}, /* 255 */
482{ NULL, -1, DEC, NOV},
483};
484
485/* SYSEND == max syscall number + 1 */
486#define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)

--- 1018 unchanged lines hidden ---
478{"cladm", 3, DEC, NOV, CLC, CLF, HEX}, /* 253 */
479{"uucopy", 3, DEC, NOV, HEX, HEX, UNS}, /* 254 */
480{"umount2", 2, DEC, NOV, STG, MTF}, /* 255 */
481{ NULL, -1, DEC, NOV},
482};
483
484/* SYSEND == max syscall number + 1 */
485#define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)

--- 1018 unchanged lines hidden ---