Searched refs:systable (Results 1 – 6 of 6) sorted by relevance
222 const struct systable systable[] = { variable483 #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))[all …]
42 struct systable { struct50 extern const struct systable systable[]; argument60 extern const struct systable *subsys(int, int);
105 const struct systable *stp = systable; in syslist()108 sys = stp-systable; in syslist()
56 void showpaths(private_t *, const struct systable *);362 const struct systable *stp; in sysentry()517 const struct systable *stp; in sysexit()870 showpaths(private_t *pri, const struct systable *stp) in showpaths()947 showpaths(pri, &systable[SYS_execve]); in showargs()
44 systable.o \
119 static const char *const systable[] = { variable379 #define SYSEND (sizeof (systable) / sizeof (systable[0]))395 name = systable[sys]; in proc_sysname()471 if (systable[i] != NULL && strcmp(systable[i], str) == 0) { in proc_str2sys()