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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow_impl.h57 fpd_checkf_t *pd_check; member in struct:fprop_desc
H A Dlinkprop.c93 * pd_set takes val_desc_t given by pd_check(), translates it into
108 * pd_check checks that the input values are valid. It does so by
110 * the modifiable values cannot be expressed as a list, a pd_check
112 * verified to be valid, pd_check allocates a val_desc_t and fills it
218 pd_checkf_t *pd_check; member in struct:prop_desc
222 #define PD_CHECK_ALLOC 0x2 /* alloc vd_val as part of pd_check */
927 if (pdp->pd_check != NULL) {
929 status = pdp->pd_check(handle, pdp, linkid, prop_val,
957 } else if (pdp->pd_check != NULL) {
958 status = pdp->pd_check(handl
[all...]

Completed in 293 milliseconds