Home
last modified time | relevance | path

Searched refs:write_buffer (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/mips/mips/
HDminidump_machdep.c111 write_buffer(struct dumperinfo *di, char *ptr, size_t sz) in write_buffer() function
257 error = write_buffer(di, tmpbuffer, PAGE_SIZE); in minidumpsys()
262 error = write_buffer(di, (char *)msgbufp->msg_ptr, in minidumpsys()
268 error = write_buffer(di, (char *)vm_page_dump, in minidumpsys()
285 error = write_buffer(di, (char*)prev_pte, in minidumpsys()
296 error = write_buffer(di, (char*)prev_pte, count * PAGE_SIZE); in minidumpsys()
311 error = write_buffer(di, dump_va, PAGE_SIZE); in minidumpsys()
/trueos/contrib/binutils/bfd/doc/
HDchew.c113 static void write_buffer (string_type *, FILE *);
160 write_buffer (buffer, f) in write_buffer() function
1424 write_buffer (tos, stdout); in print()
1426 write_buffer (tos, stderr); in print()
1559 write_buffer (stack + 0, stdout);
HDChangeLog-9103363 * chew.c (write_buffer): New argument `f', all callers changed.
/trueos/sys/dev/nand/
HDnandbus_if.m71 METHOD void write_buffer {
/trueos/sys/cam/ctl/
HDctl_private.h436 uint8_t *write_buffer; member
HDctl.c4888 free(lun->write_buffer, M_CTL); in ctl_free_lun()
5837 if (lun->write_buffer == NULL) { in ctl_read_buffer()
5838 lun->write_buffer = malloc(CTL_WRITE_BUFFER_SIZE, in ctl_read_buffer()
5841 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_read_buffer()
5896 if (lun->write_buffer == NULL) { in ctl_write_buffer()
5897 lun->write_buffer = malloc(CTL_WRITE_BUFFER_SIZE, in ctl_write_buffer()
5900 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset; in ctl_write_buffer()
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c650 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer() function
761 outbuf = write_buffer(&h, buf, resszp); in ctf_gen()
/trueos/sys/dev/ixgbe/
HDixgbe_x540.c77 eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540; in ixgbe_init_ops_X540()
HDixgbe_api.c812 return ixgbe_call_func(hw, hw->eeprom.ops.write_buffer, in ixgbe_write_eeprom_buffer()
HDixgbe_common.c89 eeprom->ops.write_buffer = ixgbe_write_eeprom_buffer_bit_bang_generic; in ixgbe_init_ops_generic()
823 ret_val = hw->eeprom.ops.write_buffer(hw, IXGBE_PBANUM0_PTR, 2, in ixgbe_write_pba_raw()
841 ret_val = hw->eeprom.ops.write_buffer(hw, pba->word[1], in ixgbe_write_pba_raw()
HDixgbe_x550.c75 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550; in ixgbe_init_ops_X550()
487 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550; in ixgbe_init_ops_X550EM()
HDixgbe_type.h3617 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); member