/openbmc/linux/include/linux/ |
H A D | string.h | 301 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, 324 memcpy_and_pad(dest, _dest_len, src, \
|
/openbmc/linux/drivers/nvme/target/ |
H A D | discovery.c | 271 memcpy_and_pad(id->mn, sizeof(id->mn), ctrl->subsys->model_number, in nvmet_execute_disc_identify() 273 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_disc_identify()
|
H A D | admin-cmd.c | 375 memcpy_and_pad(id->mn, sizeof(id->mn), subsys->model_number, in nvmet_execute_identify_ctrl() 377 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
|
H A D | configfs.c | 1148 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
|
/openbmc/linux/lib/ |
H A D | string_helpers.c | 1024 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad() function 1034 EXPORT_SYMBOL(memcpy_and_pad);
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
|
/openbmc/linux/drivers/scsi/ |
H A D | aha1740.c | 274 memcpy_and_pad(SCtmp->sense_buffer, in aha1740_intr_handle()
|
H A D | ips.c | 3345 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status() 3350 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 502 memcpy_and_pad(xdbc.out_buf, XDBC_MAX_PACKET, data, size, 0); in xdbc_bulk_transfer()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 491 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | configfs.c | 1091 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 1980 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd() 1983 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd() 1986 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 6116 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->src_pdo, in tcpm_port_register_pd() 6130 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->snk_pdo, in tcpm_port_register_pd()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 478 memcpy_and_pad(send_buf, msg_body.header.len, \
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 2323 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he() 2328 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 1331 memcpy_and_pad(pcmd->sense_buffer, in arcmsr_report_sense_info()
|