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

/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offset,
H A Dtest_io.c60 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
231 data->write_byte = test_io_cb_write_byte;
438 if (data->real && data->real->manager->write_byte)
440 if (data->write_byte)
441 data->write_byte(offset, count, retval);
444 "Test_io: write_byte(%lu, %d) returned %s\n",
H A Dext2_io.h82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
H A Dclosefs.c191 if (!fs->io->manager->write_byte || !fs->orig_super) {
H A Dundo_io.c541 if (data->real && data->real->manager->write_byte)
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c62 static void write_byte();
981 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MODE,mode);
985 write_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS,theightm1);
987 write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60|noclearmem));
988 write_byte(BIOSMEM_SEG,BIOSMEM_SWITCHES,0xF9);
989 write_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL,read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL)&0x7f);
992 write_byte(BIOSMEM_SEG,BIOSMEM_DCC_INDEX,0x08); // 8 is VGA should be ok for now
997 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MSR,0x00); // Unavailable on vanilla vga, but...
998 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAL,0x00); // Unavailable on vanilla vga, but...
1181 write_byte(BIOSMEM_SE
[all...]
H A Dvbe.c1026 write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60 | no_clear));
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c863 static void write_byte();
1318 write_byte(seg, offset, data)
2219 write_byte(0x40, 0xb0, 0);
2386 write_byte(ebda_seg,&EbdaData->ata.channels[channel].iface,ATA_IFACE_NONE);
2389 write_byte(ebda_seg,&EbdaData->ata.channels[channel].irq,0);
2394 write_byte(ebda_seg,&EbdaData->ata.devices[device].type,ATA_TYPE_NONE);
2395 write_byte(ebda_seg,&EbdaData->ata.devices[device].device,ATA_DEVICE_NONE);
2396 write_byte(ebda_seg,&EbdaData->ata.devices[device].removable,0);
2397 write_byte(ebda_seg,&EbdaData->ata.devices[device].lock,0);
2398 write_byte(ebda_se
[all...]
/external/chromium_org/chrome/test/perf/
H A Dperf_test.cc83 size_t write_byte = static_cast<size_t>(io_counters.WriteTransferCount local
98 write_byte_b = write_byte;
107 write_byte_r += write_byte;
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc343 char write_byte = kSignalMagic; local
346 &write_byte, 1, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon24366
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1521 if (p_t1t->write_byte + 1 >= T1T_BLOCK_SIZE)
1528 index = p_t1t->write_byte + 1;
1641 p_t1t->write_byte = index;
/external/libpng/contrib/tools/
H A Dpngfix.c1336 write_byte(struct file *file, int b) function
3508 write_byte(file, (png_byte)b); /* increments chunk_write */

Completed in 1677 milliseconds