Lines Matching refs:etherstub
4945 do_etherstub_check(const char *name, datalink_id_t linkid, boolean_t etherstub, in do_etherstub_check() argument
4958 if (is_etherstub != etherstub) { in do_etherstub_check()
4966 boolean_t etherstub) in do_delete_vnic_common() argument
5002 do_etherstub_check(argv[optind], linkid, etherstub, in do_delete_vnic_common()
5006 do_etherstub_check(argv[optind], linkid, etherstub, in do_delete_vnic_common()
5253 boolean_t etherstub) in do_show_vnic_common() argument
5284 if (etherstub) in do_show_vnic_common()
5330 etherstub ? "etherstub" : "vnic", in do_show_vnic_common()
5334 if (etherstub && class != DATALINK_CLASS_ETHERSTUB) { in do_show_vnic_common()
5338 } else if (!etherstub && class != DATALINK_CLASS_VNIC) { in do_show_vnic_common()
5360 state.vs_etherstub = etherstub; in do_show_vnic_common()
5365 if (etherstub) in do_show_vnic_common()