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

/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c412 u_int8_t *dst8; local
442 dst8 = (u_int8_t *) (dst16 + 1);
444 *dst8 = ((u_int) boot_address >> 16) & 0xff;
448 dst8 = (u_int8_t *) (dst16 + 1);
450 *dst8 = ((u_int) boot_address >> 16) & 0xff;

Completed in 104 milliseconds