Searched refs:vnet (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | tables.c | 282 flex_uint32_t vnet; in yytbl_write32() local 285 vnet = htonl (v); in yytbl_write32() 287 rv = fwrite (&vnet, bytes, 1, wr->out); in yytbl_write32() 301 flex_uint16_t vnet; in yytbl_write16() local 304 vnet = htons (v); in yytbl_write16() 306 rv = fwrite (&vnet, bytes, 1, wr->out); in yytbl_write16()
|
/openbsd/usr.sbin/ldomctl/ |
H A D | parse.y | 201 struct vnet *vnet = xmalloc(sizeof(struct vnet)); variable 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);
|
H A D | ldomctl.h | 164 struct vnet { struct 165 SIMPLEQ_ENTRY(vnet) entry; 188 SIMPLEQ_HEAD(, vnet) vnet_list; argument
|
H A D | config.c | 2789 struct vnet *vnet; in build_config() local 2871 SIMPLEQ_FOREACH(vnet, &domain->vnet_list, entry) in build_config() 2872 guest_add_vnetwork(guest, i++, vnet->mac_addr, in build_config() 2873 vnet->mtu, vnet->devalias); in build_config()
|
/openbsd/share/man/man4/man4.sparc64/ |
H A D | Makefile | 13 vbus.4 vcc.4 vcons.4 vds.4 vdsk.4 vigra.4 vldc.4 vnet.4 vpci.4 \
|
/openbsd/sys/arch/sparc64/conf/ |
H A D | files.sparc64 | 449 device vnet: ldc 450 attach vnet at cbus, vsw 451 file arch/sparc64/dev/vnet.c vnet
|
H A D | GENERIC | 351 vnet* at cbus? 357 vnet* at vsw?
|
H A D | RAMDISK | 119 vnet* at cbus?
|
/openbsd/gnu/usr.bin/perl/ |
H A D | AUTHORS | 734 John Pfuntner <pfuntner@vnet.ibm.com> 1346 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com>
|
/openbsd/distrib/sets/lists/man/ |
H A D | mi | 2157 ./usr/share/man/man4/sparc64/vnet.4
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 7350 From: HERBERT@boevm4.vnet.ibm.com. 10793 From: HERBERT@boevm4.vnet.ibm.com.
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0203 | 696 2003-10-16 Peter Bergner <bergner@vnet.ibm.com>
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-0203 | 696 2003-10-16 Peter Bergner <bergner@vnet.ibm.com>
|