| /dflybsd-src/contrib/ldns/ |
| H A D | tsig.c | 182 ldns_buffer *data_buffer = NULL; in ldns_tsig_mac_new() local 201 data_buffer = ldns_buffer_new(LDNS_MAX_PACKETLEN); in ldns_tsig_mac_new() 202 if (!data_buffer) { in ldns_tsig_mac_new() 208 (void) ldns_rdf2buffer_wire(data_buffer, orig_mac_rdf); in ldns_tsig_mac_new() 210 ldns_buffer_write(data_buffer, pkt_wire, pkt_wire_size); in ldns_tsig_mac_new() 213 (void)ldns_rdf2buffer_wire(data_buffer, in ldns_tsig_mac_new() 215 ldns_buffer_write_u16(data_buffer, LDNS_RR_CLASS_ANY); in ldns_tsig_mac_new() 216 ldns_buffer_write_u32(data_buffer, 0); in ldns_tsig_mac_new() 218 (void)ldns_rdf2buffer_wire(data_buffer, in ldns_tsig_mac_new() 221 (void)ldns_rdf2buffer_wire(data_buffer, time_signed_rdf); in ldns_tsig_mac_new() [all …]
|
| /dflybsd-src/sys/dev/raid/ips/ |
| H A D | ips_ioctl.c | 91 ioctl_cmd->data_buffer, ioctl_cmd->datasize, ips_ioctl_callback, in ips_ioctl_start() 116 if (bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer, in ips_ioctl_cmd() 121 if (copyin(user_request->data_buffer, ioctl_cmd->data_buffer, in ips_ioctl_cmd() 141 if (copyout(ioctl_cmd->data_buffer, user_request->data_buffer, in ips_ioctl_cmd() 145 bus_dmamem_free(ioctl_cmd->dmatag, ioctl_cmd->data_buffer, in ips_ioctl_cmd()
|
| H A D | ips_commands.c | 307 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd() 314 command->data_buffer, IPS_ADAPTER_INFO_LEN, in ips_send_adapter_info_cmd() 322 memcpy(&(sc->adapter_info), command->data_buffer, in ips_send_adapter_info_cmd() 328 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_adapter_info_cmd() 405 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd() 412 command->data_buffer,IPS_DRIVE_INFO_LEN, in ips_send_drive_info_cmd() 421 driveinfo = command->data_buffer; in ips_send_drive_info_cmd() 429 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_drive_info_cmd() 603 nvram = command->data_buffer; in ips_write_nvram() 663 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram() [all …]
|
| H A D | ips_ioctl.h | 49 void *data_buffer; member 59 void *data_buffer; member
|
| H A D | ips.h | 403 void *data_buffer; member
|
| /dflybsd-src/lib/libdm/ |
| H A D | dm_task.c | 51 void *data_buffer; member 215 if (dmt->data_buffer) in dm_task_destroy() 216 free(dmt->data_buffer); in dm_task_destroy() 587 if (dmt->data_buffer != NULL) in dm_task_get_deps() 588 free(dmt->data_buffer); in dm_task_get_deps() 590 if ((dmt->data_buffer = malloc(sizeof(struct dm_deps) + in dm_task_get_deps() 597 deps = (struct dm_deps *)dmt->data_buffer; in dm_task_get_deps() 626 if (dmt->data_buffer != NULL) in dm_task_get_versions() 627 free(dmt->data_buffer); in dm_task_get_versions() 629 if ((dmt->data_buffer = malloc(sizeof(struct dm_versions) * count)) in dm_task_get_versions() [all …]
|
| /dflybsd-src/sbin/hammer/ |
| H A D | cmd_show.c | 647 buffer_info_t data_buffer = NULL; in get_inode_crc() local 651 ptr = get_buffer_data(leaf->data_offset, &data_buffer, 0); in get_inode_crc() 669 rel_buffer(data_buffer); in get_inode_crc() 679 buffer_info_t data_buffer = NULL; in __get_buf_crc() local 689 ptr = get_buffer_data(buf_offset, &data_buffer, 0); in __get_buf_crc() 698 rel_buffer(data_buffer); in __get_buf_crc() 751 buffer_info_t data_buffer; in print_record() local 763 data_buffer = NULL; in print_record() 764 data = get_buffer_data(data_offset, &data_buffer, 0); in print_record() 863 rel_buffer(data_buffer); in print_record() [all …]
|
| H A D | cmd_recover.c | 125 buffer_info_t data_buffer; in hammer_cmd_recover() local 199 data_buffer = NULL; in hammer_cmd_recover() 243 ptr = get_buffer_data(off, &data_buffer, 0); in hammer_cmd_recover() 250 rel_buffer(data_buffer); in hammer_cmd_recover() 317 buffer_info_t data_buffer = NULL; in recover_elm() local 349 ondisk = get_buffer_data(data_offset, &data_buffer, 0); in recover_elm() 519 ondisk = get_buffer_data(data_offset, &data_buffer, 0); in recover_elm() 611 rel_buffer(data_buffer); in recover_elm()
|
| /dflybsd-src/stand/boot/pc32/libi386/ |
| H A D | pxe.c | 59 static char data_buffer[PXE_BUFFER_SIZE]; variable 486 bzero(data_buffer, sizeof(data_buffer)); in pxenv_call() 509 bzero(data_buffer, sizeof(data_buffer)); in bangpxe_call() 646 udpread_p->buffer.segment = VTOPSEG(data_buffer); in readudp() 647 udpread_p->buffer.offset = VTOPOFF(data_buffer); in readudp() 674 bcopy(data_buffer, pkt, udpread_p->buffer_size); in readudp()
|
| /dflybsd-src/sys/vfs/hammer/ |
| H A D | hammer_reblock.c | 457 hammer_buffer_t data_buffer = NULL; in hammer_reblock_data() local 469 &ndata_offset, &data_buffer, in hammer_reblock_data() 473 hammer_io_notmeta(data_buffer); in hammer_reblock_data() 486 hammer_modify_buffer_noundo(cursor->trans, data_buffer); in hammer_reblock_data() 490 hammer_modify_buffer_done(data_buffer); in hammer_reblock_data() 510 if (data_buffer) in hammer_reblock_data() 511 hammer_rel_buffer(data_buffer, 0); in hammer_reblock_data()
|
| H A D | hammer_cursor.c | 241 if (cursor->data_buffer) { in hammer_done_cursor() 242 hammer_rel_buffer(cursor->data_buffer, 0); in hammer_done_cursor() 243 cursor->data_buffer = NULL; in hammer_done_cursor() 873 ocursor->data_buffer = NULL; in hammer_push_cursor() 1167 if (cursor->data_buffer) { in hammer_cursor_invalidate_cache() 1168 hammer_rel_buffer(cursor->data_buffer, 0); in hammer_cursor_invalidate_cache() 1169 cursor->data_buffer = NULL; in hammer_cursor_invalidate_cache()
|
| H A D | hammer_object.c | 1267 &cursor->data_buffer, in hammer_ip_sync_record_cursor() 1272 hammer_modify_buffer_noundo(trans, cursor->data_buffer); in hammer_ip_sync_record_cursor() 1274 hammer_modify_buffer_done(cursor->data_buffer); in hammer_ip_sync_record_cursor() 1881 &cursor->data_buffer); in hammer_ip_resolve_data() 2279 hammer_buffer_t data_buffer; in hammer_create_at_cursor() local 2288 data_buffer = NULL; in hammer_create_at_cursor() 2301 &ndata_offset, &data_buffer, in hammer_create_at_cursor() 2308 hammer_modify_buffer_noundo(trans, data_buffer); in hammer_create_at_cursor() 2334 hammer_modify_buffer_done(data_buffer); in hammer_create_at_cursor() 2404 if (data_buffer) in hammer_create_at_cursor() [all …]
|
| H A D | hammer_cursor.h | 103 hammer_buffer_t data_buffer; /* extended data */ member
|
| H A D | hammer_inode.c | 1446 hammer_modify_buffer(trans, cursor->data_buffer, in hammer_update_itimes() 1452 hammer_modify_buffer_done(cursor->data_buffer); in hammer_update_itimes() 1460 hammer_modify_buffer_noundo(trans, cursor->data_buffer); in hammer_update_itimes() 1462 hammer_modify_buffer_done(cursor->data_buffer); in hammer_update_itimes()
|
| H A D | hammer_btree.c | 738 &error, &cursor->data_buffer); in hammer_btree_extract() 753 hammer_io_notmeta(cursor->data_buffer); in hammer_btree_extract()
|
| /dflybsd-src/contrib/binutils-2.34/gas/ |
| H A D | listing.c | 218 static char *data_buffer; variable 792 sprintf (data_buffer + data_buffer_size, in calc_hex() 811 sprintf (data_buffer + data_buffer_size, in calc_hex() 826 data_buffer[data_buffer_size] = '\0'; in calc_hex() 838 char *src = data_buffer; in print_lines() 1207 data_buffer = XNEWVEC (char, MAX_BYTES); in listing_listing() 1313 free (data_buffer); in listing_listing() 1314 data_buffer = NULL; in listing_listing()
|
| /dflybsd-src/contrib/binutils-2.27/gas/ |
| H A D | listing.c | 218 static char *data_buffer; variable 786 sprintf (data_buffer + data_buffer_size, in calc_hex() 805 sprintf (data_buffer + data_buffer_size, in calc_hex() 820 data_buffer[data_buffer_size] = '\0'; in calc_hex() 832 char *src = data_buffer; in print_lines() 1201 data_buffer = XNEWVEC (char, MAX_BYTES); in listing_listing() 1307 free (data_buffer); in listing_listing() 1308 data_buffer = NULL; in listing_listing()
|
| /dflybsd-src/sys/dev/netif/oce/ |
| H A D | oce_sysctl.c | 407 memcpy(req->data_buffer, p, num_bytes); in oce_be3_flashdata()
|
| H A D | oce_mbox.c | 1503 bcopy(fwcmd->data_buffer, flash_crc, 4); in oce_mbox_get_flashrom_crc()
|
| H A D | oce_hw.h | 1556 uint8_t data_buffer[4]; /* + IMAGE_TRANSFER_SIZE */ member
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-mmix.texi | 342 GREG data_buffer
|