Home
last modified time | relevance | path

Searched refs:bootmac (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/sys/arch/powerpc64/powerpc64/
Dautoconf.c47 extern uint8_t *bootmac; in diskconf()
54 if (bootmac) { in diskconf()
59 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
Dmachdep.c100 uint8_t *bootmac = NULL; variable
882 bootmac = lladdr; in parse_bootmac()
/openbsd/src/sys/arch/riscv64/riscv64/
Dautoconf.c65 extern uint8_t *bootmac; in diskconf()
72 if (bootmac) { in diskconf()
77 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
Dmachdep.c64 uint8_t *bootmac = NULL; variable
625 bootmac = lladdr; in initriscv()
/openbsd/src/sys/arch/arm64/arm64/
Dautoconf.c79 extern uint8_t *bootmac; in diskconf()
86 if (bootmac) { in diskconf()
91 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
Dmachdep.c64 uint8_t *bootmac = NULL; variable
879 bootmac = lladdr; in initarm()
/openbsd/src/sys/arch/armv7/armv7/
Dautoconf.c110 extern uint8_t *bootmac; in diskconf()
127 if (bootmac) { in diskconf()
132 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
Darmv7_machdep.c151 uint8_t *bootmac = NULL; variable
436 bootmac = lladdr; in initarm()
/openbsd/src/sys/arch/i386/stand/libsa/
Dexec_i386.c60 char *bootmac = NULL; variable
97 if (bootmac != NULL) in run_loadfile()
98 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
Dpxe.c115 extern char *bootmac; /* To pass to kernel */
232 bootmac = bootplayer.CAddr; in pxe_netif_open()
/openbsd/src/sys/arch/amd64/stand/pxeboot/
Ddevopen.c41 extern char *bootmac; /* Gets passed to kernel for network boot */
109 bootmac = NULL; in devopen()
/openbsd/src/sys/arch/i386/stand/pxeboot/
Ddevopen.c41 extern char *bootmac; /* Gets passed to kernel for network boot */
109 bootmac = NULL; in devopen()
/openbsd/src/sys/arch/amd64/stand/efiboot/
Ddev_i386.c86 extern char *bootmac; in devopen()
87 bootmac = NULL; in devopen()
Dexec_i386.c63 char *bootmac = NULL; variable
94 if (bootmac != NULL) in run_loadfile()
95 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
Defipxe.c34 extern char *bootmac;
91 bootmac = boothw; in efi_pxeprobe()
/openbsd/src/sys/arch/amd64/stand/libsa/
Dexec_i386.c72 char *bootmac = NULL; variable
114 if (bootmac != NULL) in run_loadfile()
115 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
Dpxe.c115 extern char *bootmac; /* To pass to kernel */
232 bootmac = bootplayer.CAddr; in pxe_netif_open()
/openbsd/src/usr.sbin/vmd/
Dloadfile_elf.c277 bios_bootmac_t bm, *bootmac = NULL; in loadfile_elf() local
320 bootmac = &bm; in loadfile_elf()
321 memcpy(bootmac, vm->vm_params.vmc_macs[0], ETHER_ADDR_LEN); in loadfile_elf()
324 bootargsz = push_bootargs(memmap, n, bootmac); in loadfile_elf()
390 push_bootargs(bios_memmap_t *memmap, size_t n, bios_bootmac_t *bootmac) in push_bootargs() argument
416 if (bootmac) { in push_bootargs()
422 memcpy(&ba[i + 3], bootmac, sizeof(bios_bootmac_t)); in push_bootargs()
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defiboot.c538 char *bootmac = NULL; variable
594 if (bootmac) in efi_makebootargs()
595 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6); in efi_makebootargs()
898 bootmac = NULL; in devopen()
Defipxe.c44 extern char *bootmac;
127 bootmac = boothw; in efi_pxeprobe()
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defiboot.c498 char *bootmac = NULL; variable
574 if (bootmac) in efi_makebootargs()
575 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6); in efi_makebootargs()
899 bootmac = NULL; in devopen()
Defipxe.c44 extern char *bootmac;
127 bootmac = boothw; in efi_pxeprobe()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defipxe.c44 extern char *bootmac;
127 bootmac = boothw; in efi_pxeprobe()
Defiboot.c618 char *bootmac = NULL; variable
687 if (bootmac) in efi_makebootargs()
688 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6); in efi_makebootargs()
1021 bootmac = NULL; in devopen()