Searched refs:memcpy_and_pad (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | discovery.c | 268 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 D | admin-cmd.c | 332 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | string.h | 507 static inline void memcpy_and_pad(void *dest, size_t dest_len, in memcpy_and_pad() function
|