Lines Matching refs:ascii
404 subb $'1',%al # Subtract '1' ascii code
591 .ascii "F6 PXE\r"
593 .ascii "\nBoot:"
594 item: .ascii " "; .byte ' '|0x80
595 crlf: .ascii "\r"; .byte '\n'|0x80
644 .ascii "DO"; .byte 'S'|0x80
646 os_win: .ascii "Wi"; .byte 'n'|0x80
647 os_linux: .ascii "Linu"; .byte 'x'|0x80
648 os_freebsd: .ascii "Free"
649 os_bsd: .ascii "BS"; .byte 'D'|0x80
651 os_ext: .ascii "EX"; .byte 'T'|0x80
663 drive: .ascii "Drive "