Searched refs:showargs (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 57 int showargs = 0, count, err; in print_stack() local 61 'v', MDB_OPT_SETBITS, TRUE, &showargs, NULL); in print_stack() 80 else if (showargs) in print_stack()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 57 void showargs(private_t *, int); 672 showargs(pri, raw); in sysexit() 907 showargs(private_t *pri, int raw) in showargs() function
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1337 int showargs = 0; in pt_findstack() local 1345 count = mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &showargs, in pt_findstack() 1376 else if (showargs) in pt_findstack()
|