taglinefilesource code
byte151drivers/FPU-emu/fpu_entry.cstatic int valid_prefix(unsigned char byte);
byte577drivers/FPU-emu/fpu_entry.cstatic int valid_prefix(unsigned char byte)
byte583drivers/FPU-emu/fpu_entry.cswitch ( byte )
byte595drivers/FPU-emu/fpu_entry.cbyte = get_fs_byte((unsigned char *) (++FPU_EIP));
byte601drivers/FPU-emu/fpu_entry.cif ( (byte & 0xf8) == 0xd8 )
byte472drivers/block/floppy.cstatic void output_byte(char byte)
byte482drivers/block/floppy.coutb(byte,FD_DATA);
byte47drivers/sound/mpu401.c#define mpu401_write(byte)  OUTB(byte, DATAPORT)
byte45drivers/sound/sb16_midi.c#define sb16midi_write(byte)  OUTB(byte, DATAPORT)
byte731include/linux/soundcard.h#define SEQ_MIDIOUT(device, byte)  {_SEQ_NEEDBUF(4);\
byte733include/linux/soundcard.h_seqbuf[_seqbufptr+1] = (byte);\