Searched refs:etherstub (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/stress/ |
H A D | dladm-kstat.sh | 37 function etherstub function 40 dladm create-etherstub -t $linkname1 42 dladm delete-etherstub -t $linkname2 56 etherstub &
|
/illumos-gate/usr/src/test/util-tests/tests/dladm/ |
H A D | show-overlay-exit.ksh | 36 dladm delete-etherstub $soe_etherstub 47 dladm create-etherstub $soe_etherstub || \ 55 dladm delete-etherstub $soe_etherstub || \
|
H A D | set-linkprop.ksh | 38 dladm delete-etherstub $vm_stub 2>/dev/null 44 dladm delete-etherstub $vm_stub || fatal \ 50 dladm create-etherstub $vm_stub || fatal \
|
H A D | show-class-confusion.ksh | 80 dladm delete-etherstub $dl_stub 2>/dev/null 85 dladm create-etherstub -t $dl_stub || fatal "failed to create $dl_stub"
|
H A D | allowed-ips.ksh | 31 dladm create-etherstub $ai_stub || fatal "failed to create etherstub" 38 dladm delete-etherstub $ai_stub || fatal "failed to remove etherstub"
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 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() [all …]
|