HomeSort by relevance Sort by last modified time
    Searched refs:systable (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
systable.h 44 struct systable { struct
52 extern const struct systable systable[];
62 extern const struct systable *subsys(int, int);
systable.c 41 #include "systable.h"
219 const struct systable systable[] = { variable in typeref:struct:systable
483 #define SYSEND ((sizeof (systable) / sizeof (struct systable))-1)
490 const struct systable opentable[] = {
494 #define NOPENCODE (sizeof (opentable) / sizeof (struct systable))
496 const struct systable open64table[] = {
500 #define NOPEN64CODE (sizeof (open64table) / sizeof (struct systable))
502 const struct systable fcntltable[] =
    [all...]
Makefile.com 33 ramdata.o systable.o procset.o xstat.o fcall.o htbl.o
listopts.c 42 #include "systable.h"
108 const struct systable *stp = systable;
111 sys = stp-systable;
actions.c 45 #include "systable.h"
57 void showpaths(private_t *, const struct systable *);
363 const struct systable *stp;
383 /* get systable entry for this syscall */
516 const struct systable *stp;
580 /* get systable entry for this syscall */
898 showpaths(private_t *pri, const struct systable *stp)
968 showpaths(pri, &systable[SYS_exec]);
  /onnv/onnv-gate/usr/src/lib/libproc/common/
proc_names.c 115 static const char *const systable[] = { variable
378 #define SYSEND (sizeof (systable) / sizeof (systable[0]))
394 name = systable[sys];
470 if (systable[i] != NULL && strcmp(systable[i], str) == 0) {

Completed in 3720 milliseconds