Searched refs:PD_CHECK_ALLOC (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 222 #define PD_CHECK_ALLOC 0x2 /* alloc vd_val as part of pd_check */ macro 521 get_autopush, check_autopush, PD_CHECK_ALLOC, 526 get_zone, check_zone, PD_TEMPONLY|PD_CHECK_ALLOC, 556 get_secondary_macs, check_secondary_macs, PD_CHECK_ALLOC, 691 get_maxbw, check_maxbw, PD_CHECK_ALLOC, 803 get_allowedips, check_allowedips, PD_CHECK_ALLOC, 808 get_allowedcids, check_allowedcids, PD_CHECK_ALLOC, 957 needfree = ((pdp->pd_flags & PD_CHECK_ALLOC) != 0); in i_dladm_set_single_prop() 979 if ((pdp->pd_flags & PD_CHECK_ALLOC) == 0 && !defval) { in i_dladm_set_single_prop() 993 needfree = ((pdp->pd_flags & PD_CHECK_ALLOC) != 0); in i_dladm_set_single_prop() [all …]
|