Searched refs:PD_CHECK_ALLOC (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 225 #define PD_CHECK_ALLOC 0x2 /* alloc vd_val as part of pd_check */ macro 662 get_autopush, check_autopush, PD_CHECK_ALLOC, 667 get_zone, check_zone, PD_TEMPONLY|PD_CHECK_ALLOC, 707 get_secondary_macs, check_secondary_macs, PD_CHECK_ALLOC, 862 get_maxbw, check_maxbw, PD_CHECK_ALLOC, 974 get_allowedips, check_allowedips, PD_CHECK_ALLOC, 979 get_allowedcids, check_allowedcids, PD_CHECK_ALLOC, 1129 needfree = ((pdp->pd_flags & PD_CHECK_ALLOC) != 0); in i_dladm_set_single_prop() 1151 if ((pdp->pd_flags & PD_CHECK_ALLOC) == 0 && !defval) { in i_dladm_set_single_prop() 1165 needfree = ((pdp->pd_flags & PD_CHECK_ALLOC) != 0); in i_dladm_set_single_prop() [all …]
|