Lines Matching defs:prop_name
90 const char *prop_name, char **prop_val, uint_t val_cnt, uint_t flags,
100 status = i_dladm_set_prop_temp(handle, flow, prop_name,
109 if (i_dladm_is_prop_temponly(prop_name, errprop, &prop_tbl))
112 status = i_dladm_set_flowprop_db(handle, flow, prop_name,
137 const char *prop_name, char **prop_val, uint_t *val_cntp)
141 if (flow == NULL || prop_name == NULL || prop_val == NULL ||
146 if (i_dladm_is_prop_temponly(prop_name, NULL, &prop_tbl))
148 return (i_dladm_get_flowprop_db(handle, flow, prop_name,
152 status = i_dladm_get_prop_temp(handle, flow, type, prop_name,
167 const char *prop_name, char **prop_val, uint_t val_cnt)
173 state.ls_propname = prop_name;
183 const char *prop_name, char **prop_val, uint_t *val_cntp)
189 state.ls_propname = prop_name;