Home
last modified time | relevance | path

Searched refs:showargs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c58 boolean_t showargs = B_FALSE; in print_stack() local
69 'v', MDB_OPT_SETBITS, TRUE, &showargs, in print_stack()
95 showargs ? "" : " 0"); in print_stack()
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c58 void showargs(private_t *, int);
673 showargs(pri, raw); in sysexit()
909 showargs(private_t *pri, int raw) in showargs() function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1375 boolean_t showargs = B_FALSE; in pt_findstack() local
1390 'v', MDB_OPT_SETBITS, TRUE, &showargs, in pt_findstack()
1427 showargs ? "" : " 0"); in pt_findstack()