| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | autoconf.c | 47 extern uint8_t *bootmac; in diskconf() 54 if (bootmac) { in diskconf() 59 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
|
| D | machdep.c | 100 uint8_t *bootmac = NULL; variable 882 bootmac = lladdr; in parse_bootmac()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | autoconf.c | 65 extern uint8_t *bootmac; in diskconf() 72 if (bootmac) { in diskconf() 77 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
|
| D | machdep.c | 64 uint8_t *bootmac = NULL; variable 625 bootmac = lladdr; in initriscv()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | autoconf.c | 79 extern uint8_t *bootmac; in diskconf() 86 if (bootmac) { in diskconf() 91 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
|
| D | machdep.c | 64 uint8_t *bootmac = NULL; variable 879 bootmac = lladdr; in initarm()
|
| /openbsd/src/sys/arch/armv7/armv7/ |
| D | autoconf.c | 110 extern uint8_t *bootmac; in diskconf() 127 if (bootmac) { in diskconf() 132 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr, in diskconf()
|
| D | armv7_machdep.c | 151 uint8_t *bootmac = NULL; variable 436 bootmac = lladdr; in initarm()
|
| /openbsd/src/sys/arch/i386/stand/libsa/ |
| D | exec_i386.c | 60 char *bootmac = NULL; variable 97 if (bootmac != NULL) in run_loadfile() 98 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|
| D | pxe.c | 115 extern char *bootmac; /* To pass to kernel */ 232 bootmac = bootplayer.CAddr; in pxe_netif_open()
|
| /openbsd/src/sys/arch/amd64/stand/pxeboot/ |
| D | devopen.c | 41 extern char *bootmac; /* Gets passed to kernel for network boot */ 109 bootmac = NULL; in devopen()
|
| /openbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | devopen.c | 41 extern char *bootmac; /* Gets passed to kernel for network boot */ 109 bootmac = NULL; in devopen()
|
| /openbsd/src/sys/arch/amd64/stand/efiboot/ |
| D | dev_i386.c | 86 extern char *bootmac; in devopen() 87 bootmac = NULL; in devopen()
|
| D | exec_i386.c | 63 char *bootmac = NULL; variable 94 if (bootmac != NULL) in run_loadfile() 95 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|
| D | efipxe.c | 34 extern char *bootmac; 91 bootmac = boothw; in efi_pxeprobe()
|
| /openbsd/src/sys/arch/amd64/stand/libsa/ |
| D | exec_i386.c | 72 char *bootmac = NULL; variable 114 if (bootmac != NULL) in run_loadfile() 115 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|
| D | pxe.c | 115 extern char *bootmac; /* To pass to kernel */ 232 bootmac = bootplayer.CAddr; in pxe_netif_open()
|
| /openbsd/src/usr.sbin/vmd/ |
| D | loadfile_elf.c | 277 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/ |
| D | efiboot.c | 538 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()
|
| D | efipxe.c | 44 extern char *bootmac; 127 bootmac = boothw; in efi_pxeprobe()
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efiboot.c | 498 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()
|
| D | efipxe.c | 44 extern char *bootmac; 127 bootmac = boothw; in efi_pxeprobe()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efipxe.c | 44 extern char *bootmac; 127 bootmac = boothw; in efi_pxeprobe()
|
| D | efiboot.c | 618 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()
|