Home
last modified time | relevance | path

Searched refs:rawout (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/truss/
H A Dramdata.c84 sysset_t rawout; /* sys calls to show in raw mode */ variable
H A Dramdata.h168 extern sysset_t rawout; /* sys calls to show in raw mode */
H A Dactions.c101 int raw = prismember(&rawout, sys); in report_sleeping()
451 raw = prismember(&rawout, what); in sysentry()
602 raw = prismember(&rawout, what); in sysexit()
H A Dmain.c306 premptyset(&rawout); /* default: no raw syscall interpretation */ in main()
376 if (syslist(optarg, &rawout, &xflag)) in main()
H A Dsystable.c1355 if (syscall > 0 && nsysarg > 0 && !prismember(&rawout, syscall)) { in getsubcode()