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