Home
last modified time | relevance | path

Searched refs:memcpy_and_pad (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dstring.h301 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count,
324 memcpy_and_pad(dest, _dest_len, src, \
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Ddiscovery.c268 memcpy_and_pad(id->mn, sizeof(id->mn), model, sizeof(model) - 1, ' '); in nvmet_execute_disc_identify()
269 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_disc_identify()
H A Dadmin-cmd.c332 memcpy_and_pad(id->mn, sizeof(id->mn), model, strlen(model), ' '); in nvmet_id_set_model_number()
357 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Ddiscovery.c271 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 Dadmin-cmd.c375 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 Dconfigfs.c1128 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
/kernel/linux/linux-6.6/lib/
H A Dstring_helpers.c1017 * memcpy_and_pad - Copy one buffer to another with padding
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); variable
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
/kernel/linux/linux-5.10/include/linux/
H A Dstring.h493 * memcpy_and_pad - Copy one buffer to another with padding
500 static inline void memcpy_and_pad(void *dest, size_t dest_len, in memcpy_and_pad() function
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha1740.c274 memcpy_and_pad(SCtmp->sense_buffer, in aha1740_intr_handle()
H A Dips.c3345 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()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dxhci-dbc.c502 memcpy_and_pad(xdbc.out_buf, XDBC_MAX_PACKET, data, size, 0); in xdbc_bulk_transfer()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c441 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dconfigfs.c1084 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sock.c491 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H A Dtcpm.c6089 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->src_pdo, in tcpm_port_register_pd()
6103 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->snk_pdo, in tcpm_port_register_pd()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1979 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd()
1982 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd()
1985 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c478 memcpy_and_pad(send_buf, msg_body.header.len, \
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1331 memcpy_and_pad(pcmd->sense_buffer, in arcmsr_report_sense_info()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c2330 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he()
2335 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()

Completed in 85 milliseconds