Searched defs:all_props (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c106 static const char *all_props[] = { variable
249 const char **proplist = all_props;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2813 * all_props specifies whether properties that have not been set should be
2819 boolean_t all_props, nwam_ncp_handle_t ncp, nwam_ncu_type_t ncu_type)
2850 all_props, ncp, NWAM_NCU_TYPE_LINK))
2854 all_props, ncp, NWAM_NCU_TYPE_INTERFACE);
2947 if (!all_props)
3011 boolean_t all_props = B_FALSE; local
3101 all_props = B_TRUE;
3120 cmd->cmd_argv[0], all_props, NULL, -1);
3150 cmd->cmd_argv[0], all_props, ncp_h, ncu_type);
3160 cmd->cmd_argv[0], all_props, NUL
2818 listprop(nwam_object_type_t object_type, void *handle, const char *name, boolean_t all_props, nwam_ncp_handle_t ncp, nwam_ncu_type_t ncu_type) argument
3945 boolean_t read_only = B_FALSE, all_props = B_FALSE; local
[all...]

Completed in 66 milliseconds