Searched refs:write_buffer (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c87 static unsigned char *write_buffer = NULL; variable
179 write_buffer = realloc(write_buffer, size);
185 memcpy(&write_buffer[cur_pos], s, len);
219 val = *(uint32_t*)&write_buffer[cur_pos];
232 val |= write_buffer[cur_pos++] << (8*i);
283 write_buffer = MapViewOfFile(mmap_handle, FILE_MAP_WRITE, 0, 0, file_size);
284 if (write_buffer == NULL) {
291 write_buffer = mmap(0, file_size, PROT_READ | PROT_WRITE,
293 if (write_buffer
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dminidump_machdep.c111 write_buffer(struct dumperinfo *di, char *ptr, size_t sz) function
257 error = write_buffer(di, tmpbuffer, PAGE_SIZE);
262 error = write_buffer(di, (char *)msgbufp->msg_ptr,
268 error = write_buffer(di, (char *)vm_page_dump,
285 error = write_buffer(di, (char*)prev_pte,
296 error = write_buffer(di, (char*)prev_pte, count * PAGE_SIZE);
311 error = write_buffer(di, dump_va, PAGE_SIZE);
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c113 static void write_buffer (string_type *, FILE *);
160 write_buffer (buffer, f) function
1424 write_buffer (tos, stdout);
1426 write_buffer (tos, stderr);
1559 write_buffer (stack + 0, stdout);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_private.h414 uint8_t *write_buffer; member in struct:ctl_lun
H A Dctl.c4793 free(lun->write_buffer, M_CTL);
5582 if (lun->write_buffer == NULL) {
5583 lun->write_buffer = malloc(CTL_WRITE_BUFFER_SIZE,
5586 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset;
5628 if (lun->write_buffer == NULL) {
5629 lun->write_buffer = malloc(CTL_WRITE_BUFFER_SIZE,
5632 ctsio->kern_data_ptr = lun->write_buffer + buffer_offset;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c650 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) function
761 outbuf = write_buffer(&h, buf, resszp);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x540.c77 eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540;
H A Dixgbe_api.c813 return ixgbe_call_func(hw, hw->eeprom.ops.write_buffer,
H A Dixgbe_common.c89 eeprom->ops.write_buffer = ixgbe_write_eeprom_buffer_bit_bang_generic;
870 ret_val = hw->eeprom.ops.write_buffer(hw, IXGBE_PBANUM0_PTR, 2,
888 ret_val = hw->eeprom.ops.write_buffer(hw, pba->word[1],
H A Dixgbe_x550.c78 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550;
783 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550;
H A Dixgbe_type.h3857 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); member in struct:ixgbe_eeprom_operations

Completed in 189 milliseconds