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

/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h114 #define POST_CODE(_Data) macro
117 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al macro
119 #define POST_CODE(_Data) macro
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h114 #define POST_CODE(_Data) macro
117 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al macro
119 #define POST_CODE(_Data) macro
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h95 POST_CODE, enumerator in enum:TCPAevent_types
H A Dacpi.c708 case POST_CODE:
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h118 #define POST_CODE(_Data) (PORT_TO_MEM8D(0x80) = (_Data)) macro

Completed in 119 milliseconds