/linux-6.12.1/include/linux/ |
D | string.h | 397 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, 420 memcpy_and_pad(dest, _dest_len, src, \
|
/linux-6.12.1/drivers/nvme/target/ |
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()
|
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()
|
D | configfs.c | 1307 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
|
/linux-6.12.1/lib/ |
D | string_helpers.c | 1000 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad() function 1010 EXPORT_SYMBOL(memcpy_and_pad);
|
/linux-6.12.1/drivers/platform/x86/hp/hp-bioscfg/ |
D | biosattr-interface.c | 178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
|
/linux-6.12.1/drivers/hwmon/ |
D | gigabyte_waterforce.c | 117 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in waterforce_write_expanded()
|
D | asus_rog_ryujin.c | 160 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in rog_ryujin_write_expanded()
|
D | nzxt-kraken3.c | 191 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in kraken3_write_expanded()
|
D | dell-smm-hwmon.c | 246 memcpy_and_pad(&value, sizeof(value), buffer + sizeof(reg_size), reg_size, 0); in wmi_parse_register()
|
/linux-6.12.1/drivers/tty/ |
D | ehv_bytechan.c | 151 memcpy_and_pad(buffer, sizeof(buffer), p, c, 0); in local_ev_byte_channel_send()
|
/linux-6.12.1/drivers/scsi/ |
D | aha1740.c | 274 memcpy_and_pad(SCtmp->sense_buffer, in aha1740_intr_handle()
|
D | scsi_devinfo.c | 303 memcpy_and_pad(to, to_length, from, from_length, ' '); in scsi_strcpy_devinfo()
|
D | ips.c | 3327 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status() 3332 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
|
/linux-6.12.1/drivers/usb/early/ |
D | xhci-dbc.c | 502 memcpy_and_pad(xdbc.out_buf, XDBC_MAX_PACKET, data, size, 0); in xdbc_bulk_transfer()
|
/linux-6.12.1/net/bluetooth/ |
D | hci_sock.c | 491 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
|
/linux-6.12.1/drivers/usb/gadget/ |
D | configfs.c | 1090 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
|
/linux-6.12.1/drivers/net/can/m_can/ |
D | m_can.c | 1872 memcpy_and_pad(fifo_element.data, CANFD_MAX_DLEN, &cf->data, in m_can_tx_handler()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | wmi.c | 2071 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd() 2074 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd() 2077 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
|
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 7190 memcpy_and_pad(port->src_pdo, sizeof(u32) * PDO_MAX_OBJECTS, in tcpm_fw_get_caps() 7226 memcpy_and_pad(port->snk_pdo, sizeof(u32) * PDO_MAX_OBJECTS, in tcpm_fw_get_caps()
|
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 478 memcpy_and_pad(send_buf, msg_body.header.len, \
|
/linux-6.12.1/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 5387 memcpy_and_pad(data+5, 11, p, size, '\0'); in send_panic_events()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 2408 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he() 2413 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()
|
/linux-6.12.1/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 1386 memcpy_and_pad(pcmd->sense_buffer, in arcmsr_report_sense_info()
|