taglinefilesource code
byte151drivers/FPU-emu/fpu_entry.cstatic int valid_prefix(unsigned char byte);
byte575drivers/FPU-emu/fpu_entry.cstatic int valid_prefix(unsigned char byte)
byte581drivers/FPU-emu/fpu_entry.cswitch ( byte )
byte593drivers/FPU-emu/fpu_entry.cbyte = get_fs_byte((unsigned char *) (++FPU_EIP));
byte599drivers/FPU-emu/fpu_entry.cif ( (byte & 0xf8) == 0xd8 )
byte475drivers/block/floppy.cstatic void output_byte(char byte)
byte485drivers/block/floppy.coutb(byte,FD_DATA);
byte47drivers/sound/mpu401.c#define mpu401_write(byte)  OUTB(byte, DATAPORT)
byte725drivers/sound/soundcard.h#define SEQ_MIDIOUT(device, byte)  {_SEQ_NEEDBUF(4);\
byte727drivers/sound/soundcard.h_seqbuf[_seqbufptr+1] = (byte);\
byte1462drivers/sound/soundcard.h#define SEQ_MIDIOUT(device, byte)  {_SEQ_NEEDBUF(4);\
byte1464drivers/sound/soundcard.h_seqbuf[_seqbufptr+1] = (byte);\