Searched defs:showall (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c81 int showall = (argc <= 1); /* show all resources */ local
133 if (showall) { /* command with no args -- show all dfs's */
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1817 boolean_t showall = (getzoneid() != GLOBAL_ZONEID) || Z_option; local
1820 if (!showall) {
1833 if (!showall) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1599 showrev_printversion(mdb_var_t *v, void *showall) argument
1605 if (patch || (uintptr_t)showall) {
1621 * Print information about patches only, unless showall is TRUE.
1624 showrev_objectversions(int showall) argument
1636 (void *)(uintptr_t)showall, UM_SLEEP | UM_GC);

Completed in 85 milliseconds