Searched refs:pd_optval (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c198 * values. pd_optval would point to the array of possible values.
200 val_desc_t *pd_optval; member in struct:prop_desc
203 * count of the above optional property values. 0 if pd_optval is NULL.
225 * callback to validate link property value, set to NULL if pd_optval
227 * the pd_optval. Return a val_desc_t array pointer if the value is
987 pdp->pd_optval[i].vd_name) == 0) {
994 (void) memcpy(&vdp[j], &pdp->pd_optval[i], sizeof (val_desc_t));
1053 } else if (pdp->pd_optval != NULL) {
1424 pdp->pd_optval[i].vd_name);
1562 if (strcmp(pdp->pd_optval[
[all...]

Completed in 31 milliseconds