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

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1712 boolean_t af_exists, other_af_exists, a_exists; local
1735 a_exists = (af_exists || other_af_exists);
1736 if (!a_exists && p_exists)
H A Dipadm_addr.c3408 boolean_t af_exists, other_af_exists, a_exists; local
3445 a_exists = (af_exists || other_af_exists);
3451 if (!a_exists && p_exists)
3453 if ((flags & IPADM_OPT_PERSIST) && a_exists && !p_exists) {

Completed in 71 milliseconds