Searched refs:vnet (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/ldomctl/
H A Dldomctl.h164 struct vnet { struct
165 SIMPLEQ_ENTRY(vnet) entry;
188 SIMPLEQ_HEAD(, vnet) vnet_list;
H A Dparse.y197 yyerror("vnet option invalid for primary"
201 struct vnet *vnet = xmalloc(sizeof(struct vnet));
202 vnet->mac_addr = $2.mac_addr;
203 vnet->mtu = $2.mtu;
204 vnet->devalias = $2.devalias;
205 SIMPLEQ_INSERT_TAIL(&domain->vnet_list, vnet, entry);
401 { "vnet", VNET}
H A Dconfig.c1982 md_add_prop_str(md, node, "name", "vnet-port");
2789 struct vnet *vnet; local
2871 SIMPLEQ_FOREACH(vnet, &domain->vnet_list, entry)
2872 guest_add_vnetwork(guest, i++, vnet->mac_addr,
2873 vnet->mtu, vnet->devalias);
/openbsd-current/usr.bin/lex/
H A Dtables.c283 flex_uint32_t vnet;
286 vnet = htonl (v);
288 rv = fwrite (&vnet, bytes, 1, wr->out);
302 flex_uint16_t vnet;
305 vnet = htons (v);
307 rv = fwrite (&vnet, bytes, 1, wr->out);
282 flex_uint32_t vnet; local
301 flex_uint16_t vnet; local
/openbsd-current/share/man/man4/man4.sparc64/
H A DMakefile13 vbus.4 vcc.4 vcons.4 vds.4 vdsk.4 vigra.4 vldc.4 vnet.4 vpci.4 \

Completed in 179 milliseconds