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

/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dautoconf.c47 extern uint8_t *bootmac;
54 if (bootmac) {
59 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
H A Dmachdep.c100 uint8_t *bootmac = NULL; variable
799 if (strncmp(cp, "bootmac=", strlen("bootmac=")) == 0)
800 cp = parse_bootmac(cp + strlen("bootmac="));
882 bootmac = lladdr;
/openbsd-current/sys/arch/arm64/arm64/
H A Dautoconf.c77 extern uint8_t *bootmac;
84 if (bootmac) {
89 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
H A Dmachdep.c65 uint8_t *bootmac = NULL; variable
889 len = fdt_node_property(node, "openbsd,bootmac", &prop);
892 bootmac = lladdr;
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dautoconf.c65 extern uint8_t *bootmac;
72 if (bootmac) {
77 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
H A Dmachdep.c65 uint8_t *bootmac = NULL; variable
623 len = fdt_node_property(node, "openbsd,bootmac", &prop);
626 bootmac = lladdr;
/openbsd-current/sys/arch/armv7/armv7/
H A Dautoconf.c110 extern uint8_t *bootmac;
127 if (bootmac) {
132 memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
H A Darmv7_machdep.c151 uint8_t *bootmac = NULL; variable
433 len = fdt_node_property(node, "openbsd,bootmac", &prop);
436 bootmac = lladdr;
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dexec_i386.c60 char *bootmac = NULL; variable
97 if (bootmac != NULL)
98 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac);
H A Dpxe.c115 extern char *bootmac; /* To pass to kernel */
232 bootmac = bootplayer.CAddr;
/openbsd-current/sys/arch/amd64/stand/pxeboot/
H A Ddevopen.c41 extern char *bootmac; /* Gets passed to kernel for network boot */
106 * Clear bootmac, to signal that we loaded this file from a
109 bootmac = NULL;
/openbsd-current/sys/arch/i386/stand/pxeboot/
H A Ddevopen.c41 extern char *bootmac; /* Gets passed to kernel for network boot */
106 * Clear bootmac, to signal that we loaded this file from a
109 bootmac = NULL;
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Ddev_i386.c83 * Clear bootmac, to signal that we loaded
86 extern char *bootmac;
87 bootmac = NULL;
H A Dexec_i386.c63 char *bootmac = NULL; variable
94 if (bootmac != NULL)
95 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac);
H A Defipxe.c34 extern char *bootmac;
91 bootmac = boothw;
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c72 char *bootmac = NULL; variable
114 if (bootmac != NULL)
115 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac);
H A Dpxe.c115 extern char *bootmac; /* To pass to kernel */
232 bootmac = bootplayer.CAddr;
/openbsd-current/usr.sbin/vmd/
H A Dloadfile_elf.c273 bios_bootmac_t bm, *bootmac = NULL; local
306 bootmac = &bm;
307 memcpy(bootmac, vm->vm_params.vmc_macs[0], ETHER_ADDR_LEN);
310 bootargsz = push_bootargs(memmap, n, bootmac);
370 * bootmac: optional PXE boot MAC address
376 push_bootargs(bios_memmap_t *memmap, size_t n, bios_bootmac_t *bootmac) argument
402 if (bootmac) {
408 memcpy(&ba[i + 3], bootmac, sizeof(bios_bootmac_t));
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defipxe.c44 extern char *bootmac;
127 bootmac = boothw;
H A Defiboot.c601 char *bootmac = NULL; variable
670 if (bootmac)
671 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6);
1001 * Clear bootmac, to signal that we loaded this file from a
1004 bootmac = NULL;
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defipxe.c44 extern char *bootmac;
127 bootmac = boothw;
H A Defiboot.c538 char *bootmac = NULL; variable
594 if (bootmac)
595 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6);
895 * Clear bootmac, to signal that we loaded this file from a
898 bootmac = NULL;
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c44 extern char *bootmac;
127 bootmac = boothw;
H A Defiboot.c498 char *bootmac = NULL; variable
574 if (bootmac)
575 fdt_node_add_property(node, "openbsd,bootmac", bootmac, 6);
896 * Clear bootmac, to signal that we loaded this file from a
899 bootmac = NULL;

Completed in 335 milliseconds