Home
last modified time | relevance | path

Searched refs:systable (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c222 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))
[all …]
H A Dsystable.h42 struct systable { struct
50 extern const struct systable systable[]; argument
60 extern const struct systable *subsys(int, int);
H A Dlistopts.c105 const struct systable *stp = systable; in syslist()
108 sys = stp-systable; in syslist()
H A Dactions.c56 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()
H A DMakefile44 systable.o \
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c119 static const char *const systable[] = { variable
379 #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()