Searched refs:show_all (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | editbox.c | 279 #define SCROLL_TO(target) show_all = Scroll_To(target) 363 bool show_all, show_one; in dlg_editbox() local 438 show_all = TRUE; in dlg_editbox() 446 if (show_all) { in dlg_editbox() 450 show_all = FALSE; in dlg_editbox() 622 show_all = TRUE; in dlg_editbox() 700 show_all = TRUE; in dlg_editbox()
|
/freebsd/sys/ddb/ |
H A D | ddb.h | 105 * - 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/usr.sbin/mpsutil/ |
H A D | mps_show.c | 46 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/module/zcommon/ |
H A D | zprop_common.c | 203 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, in zprop_iter_common() argument 231 if ((order[i]->pd_visible || show_all) && in zprop_iter_common()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 2098 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, in zprop_iter() argument 2101 return (zprop_iter_common(func, cb, show_all, ordered, type)); in zprop_iter()
|
H A D | libzfs.abi | 8512 <parameter type-id='c19b74c3' name='show_all'/>
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 635 _LIBZFS_H int zprop_iter(zprop_func func, void *cb, boolean_t show_all,
|