Lines Matching defs:etherstub
366 { "create-etherstub", do_create_etherstub,
367 " create-etherstub [-t] <link>" },
368 { "delete-etherstub", do_delete_etherstub,
369 " delete-etherstub [-t] <link>" },
370 { "show-etherstub", do_show_etherstub,
371 " show-etherstub [-t] [<link>]\n" },
1437 #define DLADM_ETHERSTUB_NAME "etherstub"
4789 do_etherstub_check(const char *name, datalink_id_t linkid, boolean_t etherstub,
4802 if (is_etherstub != etherstub) {
4804 (is_etherstub ? "a vnic" : "an etherstub"));
4810 boolean_t etherstub)
4846 do_etherstub_check(argv[optind], linkid, etherstub,
4850 do_etherstub_check(argv[optind], linkid, etherstub,
4981 * Want all etherstub but it's not one, or want
4982 * non-etherstub and it's one.
5097 boolean_t etherstub)
5128 if (etherstub)
5189 state.vs_etherstub = etherstub;
5194 if (etherstub)
5265 /* the etherstub id is the required operand */
5282 die_dlerr(status, "etherstub creation failed");