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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlvnic.c412 boolean_t is_etherstub; local
427 is_etherstub = (linkid == DATALINK_INVALID_LINKID);
478 (mac_slot != NULL && *mac_slot != -1) || is_etherstub ||
500 (is_etherstub ? DATALINK_CLASS_ETHERSTUB : DATALINK_CLASS_VNIC);
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c4797 boolean_t is_etherstub; local
4806 is_etherstub = (attr.va_link_id == DATALINK_INVALID_LINKID);
4807 if (is_etherstub != etherstub) {
4809 (is_etherstub ? "a vnic" : "an etherstub"));
4973 boolean_t is_etherstub; local
4983 is_etherstub = (vnic->va_link_id == DATALINK_INVALID_LINKID);
4984 if (state->vs_etherstub != is_etherstub) {
5002 if (!is_etherstub &&
5037 if (!is_etherstub) {

Completed in 84 milliseconds