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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow_impl.h56 fpd_checkf_t *pd_check; member in struct:fprop_desc
H A Dlinkprop.c98 * pd_set takes val_desc_t given by pd_check(), translates it into
113 * pd_check checks that the input values are valid. It does so by
115 * the modifiable values cannot be expressed as a list, a pd_check
117 * verified to be valid, pd_check allocates a val_desc_t and fills it
230 pd_checkf_t *pd_check; member in struct:prop_desc
234 #define PD_CHECK_ALLOC 0x2 /* alloc vd_val as part of pd_check */
1049 if (pdp->pd_check != NULL) {
1051 status = pdp->pd_check(handle, pdp, linkid, prop_val,
1079 } else if (pdp->pd_check != NULL) {
1081 status = pdp->pd_check(handl
[all...]

Completed in 30 milliseconds