Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_009_pos.ksh47 set -A all_props type used available creation volsize referenced \
56 set -A all_props ${all_props[*]} version
H A Dzfs_get_008_pos.ksh58 set -A all_props ${all_props[*]} version
H A Dzfs_get_001_pos.ksh64 typeset all_props=("${zfs_props[@]}" "${userquota_props[@]}")
124 for prop in ${all_props[@]}; do
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2819 boolean_t all_props, nwam_ncp_handle_t ncp, nwam_ncu_type_t ncu_type) in listprop() argument
2850 all_props, ncp, NWAM_NCU_TYPE_LINK)) in listprop()
2854 all_props, ncp, NWAM_NCU_TYPE_INTERFACE); in listprop()
2947 if (!all_props) in listprop()
3011 boolean_t all_props = B_FALSE; in list_func() local
3101 all_props = B_TRUE; in list_func()
3120 cmd->cmd_argv[0], all_props, NULL, -1); in list_func()
3150 cmd->cmd_argv[0], all_props, ncp_h, ncu_type); in list_func()
3160 cmd->cmd_argv[0], all_props, NULL, -1); in list_func()
3173 cmd->cmd_argv[0], all_props, NULL, -1); in list_func()
[all …]
/titanic_44/usr/src/cmd/ipf/svc/
H A Dipfd.c106 static const char *all_props[] = { variable
249 const char **proplist = all_props; in is_correct_event()