Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c474 bool show_all = strcmp(propname, "all") == 0; in read_property() local
476 if (!show_all && !valid_propname(propname)) in read_property()
490 if (!show_all && strcmp(di_prop_name(prop), propname) != 0) in read_property()
502 if (!show_all) in read_property()
506 if (!show_all) in read_property()
/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c166 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, in zprop_iter_common() argument
194 if ((order[i]->pd_visible || show_all) && in zprop_iter_common()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3487 int show_all = 0; in main() local
3572 show_all = 1; in main()
3653 if (show_all && optind != argc) in main()
3892 show_all = 1; in main()
3896 show_all ? list_instance : list_if_enabled, NULL, in main()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1629 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, in zprop_iter() argument
1632 return (zprop_iter_common(func, cb, show_all, ordered, type)); in zprop_iter()
H A Dlibzfs.h557 extern int zprop_iter(zprop_func func, void *cb, boolean_t show_all,