Home
last modified time | relevance | path

Searched refs:show_all (Results 1 – 8 of 8) sorted by relevance

/freebsd/share/examples/jails/
H A Djng554 local show_all= err=$SUCCESS
559 a) show_all=1 ;;
564 if [ "$show_all" ]; then
703 local show_all=
707 a) show_all=1 ;;
717 if [ "$show_all" ]; then
/freebsd/sys/ddb/
H A Dddb.h105 * - show_all: Sub-commands of 'show all'
110 DB_DECLARE_TABLE(show_all);
214 DB_TABLE_COMMAND_FLAGS(show_all, cmd_name, func_name, DB_CMD_MEMSAFE)
216 DB_TABLE_ALIAS_FLAGS(show_all, alias_name, func_name, DB_CMD_MEMSAFE)
/freebsd/crypto/krb5/src/clients/klist/
H A Dklist.c54 int show_adtype = 0, show_all = 0, list_all = 0, use_client_keytab = 0; variable
186 show_all = 1; in main()
206 if ((show_all && list_all) || (status_only && list_all)) in main()
210 show_all || list_all) in main()
254 else if (show_all) in main()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c194 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, in zprop_iter_common() argument
222 if ((order[i]->pd_visible || show_all) && in zprop_iter_common()
/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c46 static int show_all(int ac, char **av);
492 show_all(int ac, char **av) in show_all() function
506 MPS_COMMAND(show, all, show_all, "", "Show all devices");
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2106 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, in zprop_iter() argument
2109 return (zprop_iter_common(func, cb, show_all, ordered, type)); in zprop_iter()
H A Dlibzfs.abi9113 <parameter type-id='c19b74c3' name='show_all'/>
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h650 _LIBZFS_H int zprop_iter(zprop_func func, void *cb, boolean_t show_all,