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)
606 const struct systable msgtable[] = {
616 const struct systable semtable[] = {
625 const struct systable shmtable[] = {
634 const struct systable pidtable[] = {
644 const struct systable sfstable[] = {
652 const struct systable utstable[] = {
669 const struct systable sgptable[] = {
1088 const 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 DMakefile43 systable.o \
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()
/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()