Lines Matching defs:systable

40 #include "systable.h"
218 const struct systable systable[] = {
479 #define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)
486 const struct systable faccessattable[] = {
490 #define NACCESSCODE (sizeof (faccessattable) / sizeof (struct systable))
492 const struct systable fchmodattable[] = {
498 #define NCHMODCODE (sizeof (fchmodattable) / sizeof (struct systable))
500 const struct systable fchownattable[] = {
506 #define NCHOWNCODE (sizeof (fchownattable) / sizeof (struct systable))
508 const struct systable mkdiratattable[] = {
512 #define NMKDIRCODE (sizeof (mkdiratattable) / sizeof (struct systable))
514 const struct systable mknodatattable[] = {
518 #define NMKMODCODE (sizeof (mknodatattable) / sizeof (struct systable))
520 const struct systable renameattable[] = {
524 #define NRENAMECODE (sizeof (renameattable) / sizeof (struct systable))
526 const struct systable linkattable[] = {
530 #define NLINKATCODE (sizeof (linkattable) / sizeof (struct systable))
532 const struct systable unlinkattable[] = {
537 #define NUNLINKCODE (sizeof (unlinkattable) / sizeof (struct systable))
539 const struct systable symlinkattable[] = {
543 #define NSYMLINKCODE (sizeof (symlinkattable) / sizeof (struct systable))
545 const struct systable readlinkattable[] = {
549 #define NREADLINKCODE (sizeof (readlinkattable) / sizeof (struct systable))
551 const struct systable fstatattable[] = {
557 #define NSTATCODE (sizeof (fstatattable) / sizeof (struct systable))
559 const struct systable fstatat64table[] = {
565 #define NSTAT64CODE (sizeof (fstatat64table) / sizeof (struct systable))
567 const struct systable openattable[] = {
573 #define NOPENATCODE (sizeof (openattable) / sizeof (struct systable))
575 const struct systable openat64table[] = {
581 #define NOPENAT64CODE (sizeof (openat64table) / sizeof (struct systable))
583 const struct systable opentable[] = {
587 #define NOPENCODE (sizeof (opentable) / sizeof (struct systable))
589 const struct systable open64table[] = {
593 #define NOPEN64CODE (sizeof (open64table) / sizeof (struct systable))
595 const struct systable fcntltable[] = {
600 #define NFCNTLCODE (sizeof (fcntltable) / sizeof (struct systable))
602 const struct systable msgtable[] = {
610 #define NMSGCODE (sizeof (msgtable) / sizeof (struct systable))
612 const struct systable semtable[] = {
619 #define NSEMCODE (sizeof (semtable) / sizeof (struct systable))
621 const struct systable shmtable[] = {
628 #define NSHMCODE (sizeof (shmtable) / sizeof (struct systable))
630 const struct systable pidtable[] = {
638 #define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))
640 const struct systable sfstable[] = {
646 #define NSFSCODE (sizeof (sfstable) / sizeof (struct systable))
648 const struct systable utstable[] = {
654 #define NUTSCODE (sizeof (utstable) / sizeof (struct systable))
656 const struct systable rctltable[] = {
663 #define NRCTLCODE (sizeof (rctltable) / sizeof (struct systable))
665 const struct systable sgptable[] = {
670 #define NSGPCODE (sizeof (sgptable) / sizeof (struct systable))
672 const struct systable ctxtable[] = {
678 #define NCTXCODE (sizeof (ctxtable) / sizeof (struct systable))
680 const struct systable hrttable[] = {
686 #define NHRTCODE (sizeof (hrttable) / sizeof (struct systable))
688 const struct systable cortable[] = {
705 #define NCORCODE (sizeof (cortable) / sizeof (struct systable))
707 const struct systable aiotable[] = {
731 #define NAIOCODE (sizeof (aiotable) / sizeof (struct systable))
733 const struct systable doortable[] = {
748 #define NDOORCODE (sizeof (doortable) / sizeof (struct systable))
750 const struct systable psettable[] = {
762 #define NPSETCODE (sizeof (psettable) / sizeof (struct systable))
764 const struct systable lwpcreatetable[] = {
768 #define NLWPCREATECODE (sizeof (lwpcreatetable) / sizeof (struct systable))
770 static const struct systable tasksystable[] = {
775 #define NTASKSYSCODE (sizeof (tasksystable) / sizeof (struct systable))
777 static const struct systable privsystable[] = {
785 #define NPRIVSYSCODE (sizeof (privsystable) / sizeof (struct systable))
787 static const struct systable exacctsystable[] = {
792 #define NEXACCTSYSCODE (sizeof (exacctsystable) / sizeof (struct systable))
794 static const struct systable lwpparktable[] = {
801 #define NLWPPARKCODE (sizeof (lwpparktable) / sizeof (struct systable))
803 static const struct systable lwprwlocktable[] = {
810 #define NLWPRWLOCKCODE (sizeof (lwprwlocktable) / sizeof (struct systable))
812 static const struct systable sendfilevsystable[] = {
817 (sizeof (sendfilevsystable) / sizeof (struct systable))
819 static const struct systable lgrpsystable[] = {
828 #define NLGRPSYSCODE (sizeof (lgrpsystable) / sizeof (struct systable))
830 static const struct systable rusagesystable[] = {
837 (sizeof (rusagesystable) / sizeof (struct systable))
839 static const struct systable ucredsystable[] = {
844 (sizeof (ucredsystable) / sizeof (struct systable))
846 const struct systable portfstable[] = {
857 #define NPORTCODE (sizeof (portfstable) / sizeof (struct systable))
859 static const struct systable zonetable[] = {
875 #define NZONECODE (sizeof (zonetable) / sizeof (struct systable))
877 static const struct systable labeltable[] = {
886 #define NLABELCODE (sizeof (labeltable) / sizeof (struct systable))
888 const struct systable forktable[] = {
898 #define NFORKCODE (sizeof (forktable) / sizeof (struct systable))
900 const struct systable sidsystable[] = {
905 #define NSIDSYSCODE (sizeof (sidsystable) / sizeof (struct systable))
907 const struct systable utimesystable[] = {
911 #define NUTIMESYSCODE (sizeof (utimesystable) / sizeof (struct systable))
913 const struct systable sockconfigtable[] = {
919 #define NSOCKCONFIGCODE (sizeof (sockconfigtable) / sizeof (struct systable))
1081 const struct systable *
1084 const struct systable *stp = NULL;
1284 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0];
1295 const struct systable *stp = subsys(syscall, subcode);