Symbol: systable
usr/src/cmd/truss/actions.c
362
const struct systable *stp;
usr/src/cmd/truss/actions.c
517
const struct systable *stp;
usr/src/cmd/truss/actions.c
56
void showpaths(private_t *, const struct systable *);
usr/src/cmd/truss/actions.c
870
showpaths(private_t *pri, const struct systable *stp)
usr/src/cmd/truss/actions.c
947
showpaths(pri, &systable[SYS_execve]);
usr/src/cmd/truss/listopts.c
105
const struct systable *stp = systable;
usr/src/cmd/truss/listopts.c
108
sys = stp-systable;
usr/src/cmd/truss/systable.c
1090
const struct systable *
usr/src/cmd/truss/systable.c
1093
const struct systable *stp = NULL;
usr/src/cmd/truss/systable.c
1293
stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0];
usr/src/cmd/truss/systable.c
1304
const struct systable *stp = subsys(syscall, subcode);
usr/src/cmd/truss/systable.c
222
const struct systable systable[] = {
usr/src/cmd/truss/systable.c
483
#define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)
usr/src/cmd/truss/systable.c
490
const struct systable faccessattable[] = {
usr/src/cmd/truss/systable.c
494
#define NACCESSCODE (sizeof (faccessattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
496
const struct systable fchmodattable[] = {
usr/src/cmd/truss/systable.c
502
#define NCHMODCODE (sizeof (fchmodattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
504
const struct systable fchownattable[] = {
usr/src/cmd/truss/systable.c
510
#define NCHOWNCODE (sizeof (fchownattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
512
const struct systable mkdiratattable[] = {
usr/src/cmd/truss/systable.c
516
#define NMKDIRCODE (sizeof (mkdiratattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
518
const struct systable mknodatattable[] = {
usr/src/cmd/truss/systable.c
522
#define NMKMODCODE (sizeof (mknodatattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
524
const struct systable renameattable[] = {
usr/src/cmd/truss/systable.c
528
#define NRENAMECODE (sizeof (renameattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
530
const struct systable linkattable[] = {
usr/src/cmd/truss/systable.c
534
#define NLINKATCODE (sizeof (linkattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
536
const struct systable unlinkattable[] = {
usr/src/cmd/truss/systable.c
541
#define NUNLINKCODE (sizeof (unlinkattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
543
const struct systable symlinkattable[] = {
usr/src/cmd/truss/systable.c
547
#define NSYMLINKCODE (sizeof (symlinkattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
549
const struct systable readlinkattable[] = {
usr/src/cmd/truss/systable.c
553
#define NREADLINKCODE (sizeof (readlinkattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
555
const struct systable fstatattable[] = {
usr/src/cmd/truss/systable.c
561
#define NSTATCODE (sizeof (fstatattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
563
const struct systable fstatat64table[] = {
usr/src/cmd/truss/systable.c
569
#define NSTAT64CODE (sizeof (fstatat64table) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
571
const struct systable openattable[] = {
usr/src/cmd/truss/systable.c
577
#define NOPENATCODE (sizeof (openattable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
579
const struct systable openat64table[] = {
usr/src/cmd/truss/systable.c
585
#define NOPENAT64CODE (sizeof (openat64table) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
587
const struct systable opentable[] = {
usr/src/cmd/truss/systable.c
591
#define NOPENCODE (sizeof (opentable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
593
const struct systable open64table[] = {
usr/src/cmd/truss/systable.c
597
#define NOPEN64CODE (sizeof (open64table) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
599
const struct systable fcntltable[] = {
usr/src/cmd/truss/systable.c
606
#define NFCNTLCODE (sizeof (fcntltable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
608
const struct systable msgtable[] = {
usr/src/cmd/truss/systable.c
616
#define NMSGCODE (sizeof (msgtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
618
const struct systable semtable[] = {
usr/src/cmd/truss/systable.c
625
#define NSEMCODE (sizeof (semtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
627
const struct systable shmtable[] = {
usr/src/cmd/truss/systable.c
634
#define NSHMCODE (sizeof (shmtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
636
const struct systable pidtable[] = {
usr/src/cmd/truss/systable.c
644
#define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
646
const struct systable sfstable[] = {
usr/src/cmd/truss/systable.c
652
#define NSFSCODE (sizeof (sfstable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
654
const struct systable utstable[] = {
usr/src/cmd/truss/systable.c
660
#define NUTSCODE (sizeof (utstable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
662
const struct systable rctltable[] = {
usr/src/cmd/truss/systable.c
669
#define NRCTLCODE (sizeof (rctltable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
671
const struct systable sgptable[] = {
usr/src/cmd/truss/systable.c
676
#define NSGPCODE (sizeof (sgptable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
678
const struct systable ctxtable[] = {
usr/src/cmd/truss/systable.c
685
#define NCTXCODE (sizeof (ctxtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
687
const struct systable hrttable[] = {
usr/src/cmd/truss/systable.c
693
#define NHRTCODE (sizeof (hrttable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
695
const struct systable cortable[] = {
usr/src/cmd/truss/systable.c
712
#define NCORCODE (sizeof (cortable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
714
const struct systable aiotable[] = {
usr/src/cmd/truss/systable.c
738
#define NAIOCODE (sizeof (aiotable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
740
const struct systable doortable[] = {
usr/src/cmd/truss/systable.c
755
#define NDOORCODE (sizeof (doortable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
757
const struct systable psettable[] = {
usr/src/cmd/truss/systable.c
769
#define NPSETCODE (sizeof (psettable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
771
const struct systable lwpcreatetable[] = {
usr/src/cmd/truss/systable.c
775
#define NLWPCREATECODE (sizeof (lwpcreatetable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
777
static const struct systable tasksystable[] = {
usr/src/cmd/truss/systable.c
782
#define NTASKSYSCODE (sizeof (tasksystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
784
static const struct systable privsystable[] = {
usr/src/cmd/truss/systable.c
792
#define NPRIVSYSCODE (sizeof (privsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
794
static const struct systable exacctsystable[] = {
usr/src/cmd/truss/systable.c
799
#define NEXACCTSYSCODE (sizeof (exacctsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
801
static const struct systable lwpparktable[] = {
usr/src/cmd/truss/systable.c
808
#define NLWPPARKCODE (sizeof (lwpparktable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
810
static const struct systable lwprwlocktable[] = {
usr/src/cmd/truss/systable.c
817
#define NLWPRWLOCKCODE (sizeof (lwprwlocktable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
819
static const struct systable sendfilevsystable[] = {
usr/src/cmd/truss/systable.c
824
(sizeof (sendfilevsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
826
static const struct systable lgrpsystable[] = {
usr/src/cmd/truss/systable.c
835
#define NLGRPSYSCODE (sizeof (lgrpsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
837
static const struct systable rusagesystable[] = {
usr/src/cmd/truss/systable.c
844
(sizeof (rusagesystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
846
static const struct systable ucredsystable[] = {
usr/src/cmd/truss/systable.c
851
(sizeof (ucredsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
853
const struct systable portfstable[] = {
usr/src/cmd/truss/systable.c
864
#define NPORTCODE (sizeof (portfstable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
866
static const struct systable zonetable[] = {
usr/src/cmd/truss/systable.c
882
#define NZONECODE (sizeof (zonetable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
884
static const struct systable labeltable[] = {
usr/src/cmd/truss/systable.c
893
#define NLABELCODE (sizeof (labeltable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
895
const struct systable forktable[] = {
usr/src/cmd/truss/systable.c
905
#define NFORKCODE (sizeof (forktable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
907
const struct systable sidsystable[] = {
usr/src/cmd/truss/systable.c
912
#define NSIDSYSCODE (sizeof (sidsystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
914
const struct systable utimesystable[] = {
usr/src/cmd/truss/systable.c
918
#define NUTIMESYSCODE (sizeof (utimesystable) / sizeof (struct systable))
usr/src/cmd/truss/systable.c
920
const struct systable sockconfigtable[] = {
usr/src/cmd/truss/systable.c
926
#define NSOCKCONFIGCODE (sizeof (sockconfigtable) / sizeof (struct systable))
usr/src/cmd/truss/systable.h
50
extern const struct systable systable[];
usr/src/cmd/truss/systable.h
60
extern const struct systable *subsys(int, int);
usr/src/lib/libproc/common/proc_names.c
119
static const char *const systable[] = {
usr/src/lib/libproc/common/proc_names.c
379
#define SYSEND (sizeof (systable) / sizeof (systable[0]))
usr/src/lib/libproc/common/proc_names.c
395
name = systable[sys];
usr/src/lib/libproc/common/proc_names.c
471
if (systable[i] != NULL && strcmp(systable[i], str) == 0) {