Lines Matching defs:systable

43 #include "systable.h"
221 const struct systable systable[] = {
482 #define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)
489 const struct systable faccessattable[] = {
493 #define NACCESSCODE (sizeof (faccessattable) / sizeof (struct systable))
495 const struct systable fchmodattable[] = {
501 #define NCHMODCODE (sizeof (fchmodattable) / sizeof (struct systable))
503 const struct systable fchownattable[] = {
509 #define NCHOWNCODE (sizeof (fchownattable) / sizeof (struct systable))
511 const struct systable mkdiratattable[] = {
515 #define NMKDIRCODE (sizeof (mkdiratattable) / sizeof (struct systable))
517 const struct systable mknodatattable[] = {
521 #define NMKMODCODE (sizeof (mknodatattable) / sizeof (struct systable))
523 const struct systable renameattable[] = {
527 #define NRENAMECODE (sizeof (renameattable) / sizeof (struct systable))
529 const struct systable linkattable[] = {
533 #define NLINKATCODE (sizeof (linkattable) / sizeof (struct systable))
535 const struct systable unlinkattable[] = {
540 #define NUNLINKCODE (sizeof (unlinkattable) / sizeof (struct systable))
542 const struct systable symlinkattable[] = {
546 #define NSYMLINKCODE (sizeof (symlinkattable) / sizeof (struct systable))
548 const struct systable readlinkattable[] = {
552 #define NREADLINKCODE (sizeof (readlinkattable) / sizeof (struct systable))
554 const struct systable fstatattable[] = {
560 #define NSTATCODE (sizeof (fstatattable) / sizeof (struct systable))
562 const struct systable fstatat64table[] = {
568 #define NSTAT64CODE (sizeof (fstatat64table) / sizeof (struct systable))
570 const struct systable openattable[] = {
576 #define NOPENATCODE (sizeof (openattable) / sizeof (struct systable))
578 const struct systable openat64table[] = {
584 #define NOPENAT64CODE (sizeof (openat64table) / sizeof (struct systable))
586 const struct systable opentable[] = {
590 #define NOPENCODE (sizeof (opentable) / sizeof (struct systable))
592 const struct systable open64table[] = {
596 #define NOPEN64CODE (sizeof (open64table) / sizeof (struct systable))
598 const struct systable fcntltable[] = {
603 #define NFCNTLCODE (sizeof (fcntltable) / sizeof (struct systable))
605 const struct systable msgtable[] = {
613 #define NMSGCODE (sizeof (msgtable) / sizeof (struct systable))
615 const struct systable semtable[] = {
622 #define NSEMCODE (sizeof (semtable) / sizeof (struct systable))
624 const struct systable shmtable[] = {
631 #define NSHMCODE (sizeof (shmtable) / sizeof (struct systable))
633 const struct systable pidtable[] = {
641 #define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))
643 const struct systable sfstable[] = {
649 #define NSFSCODE (sizeof (sfstable) / sizeof (struct systable))
651 const struct systable utstable[] = {
657 #define NUTSCODE (sizeof (utstable) / sizeof (struct systable))
659 const struct systable rctltable[] = {
666 #define NRCTLCODE (sizeof (rctltable) / sizeof (struct systable))
668 const struct systable sgptable[] = {
673 #define NSGPCODE (sizeof (sgptable) / sizeof (struct systable))
675 const struct systable ctxtable[] = {
681 #define NCTXCODE (sizeof (ctxtable) / sizeof (struct systable))
683 const struct systable hrttable[] = {
689 #define NHRTCODE (sizeof (hrttable) / sizeof (struct systable))
691 const struct systable cortable[] = {
708 #define NCORCODE (sizeof (cortable) / sizeof (struct systable))
710 const struct systable aiotable[] = {
734 #define NAIOCODE (sizeof (aiotable) / sizeof (struct systable))
736 const struct systable doortable[] = {
751 #define NDOORCODE (sizeof (doortable) / sizeof (struct systable))
753 const struct systable psettable[] = {
765 #define NPSETCODE (sizeof (psettable) / sizeof (struct systable))
767 const struct systable lwpcreatetable[] = {
771 #define NLWPCREATECODE (sizeof (lwpcreatetable) / sizeof (struct systable))
773 static const struct systable tasksystable[] = {
778 #define NTASKSYSCODE (sizeof (tasksystable) / sizeof (struct systable))
780 static const struct systable privsystable[] = {
788 #define NPRIVSYSCODE (sizeof (privsystable) / sizeof (struct systable))
790 static const struct systable exacctsystable[] = {
795 #define NEXACCTSYSCODE (sizeof (exacctsystable) / sizeof (struct systable))
797 static const struct systable lwpparktable[] = {
804 #define NLWPPARKCODE (sizeof (lwpparktable) / sizeof (struct systable))
806 static const struct systable lwprwlocktable[] = {
813 #define NLWPRWLOCKCODE (sizeof (lwprwlocktable) / sizeof (struct systable))
815 static const struct systable sendfilevsystable[] = {
820 (sizeof (sendfilevsystable) / sizeof (struct systable))
822 static const struct systable lgrpsystable[] = {
831 #define NLGRPSYSCODE (sizeof (lgrpsystable) / sizeof (struct systable))
833 static const struct systable rusagesystable[] = {
840 (sizeof (rusagesystable) / sizeof (struct systable))
842 static const struct systable ucredsystable[] = {
847 (sizeof (ucredsystable) / sizeof (struct systable))
849 const struct systable portfstable[] = {
860 #define NPORTCODE (sizeof (portfstable) / sizeof (struct systable))
862 static const struct systable zonetable[] = {
878 #define NZONECODE (sizeof (zonetable) / sizeof (struct systable))
880 static const struct systable labeltable[] = {
889 #define NLABELCODE (sizeof (labeltable) / sizeof (struct systable))
891 const struct systable forktable[] = {
901 #define NFORKCODE (sizeof (forktable) / sizeof (struct systable))
903 const struct systable sidsystable[] = {
908 #define NSIDSYSCODE (sizeof (sidsystable) / sizeof (struct systable))
910 const struct systable utimesystable[] = {
914 #define NUTIMESYSCODE (sizeof (utimesystable) / sizeof (struct systable))
916 const struct systable sockconfigtable[] = {
922 #define NSOCKCONFIGCODE (sizeof (sockconfigtable) / sizeof (struct systable))
1084 const struct systable *
1087 const struct systable *stp = NULL;
1287 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0];
1298 const struct systable *stp = subsys(syscall, subcode);