Searched refs:strtomem_pad (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | cmd-db.c | 156 strtomem_pad(query, id, 0); in cmd_db_get_header()
|
| /linux/drivers/auxdisplay/ |
| H A D | panel.c | 1446 strtomem_pad(key->u.kbd.press_str, press, '\0'); in panel_bind_key() 1447 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0'); in panel_bind_key() 1448 strtomem_pad(key->u.kbd.release_str, release, '\0'); in panel_bind_key()
|
| /linux/fs/nilfs2/ |
| H A D | ioctl.c | 1300 strtomem_pad(sbp[0]->s_volume_name, label, 0); in nilfs_ioctl_set_fslabel() 1302 strtomem_pad(sbp[1]->s_volume_name, label, 0); in nilfs_ioctl_set_fslabel()
|
| /linux/include/linux/ |
| H A D | string.h | 410 #define strtomem_pad(dest, src, pad) do { \ macro
|
| /linux/arch/x86/coco/tdx/ |
| H A D | tdx.c | 215 strtomem_pad(message.bytes, msg, '\0'); in tdx_panic()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 562 strtomem_pad(wrap.output, input, 0xAA); in string_test_strtomem()
|
| /linux/fs/ext4/ |
| H A D | file.c | 874 strtomem_pad(sbi->s_es->s_last_mounted, cp, 0); in ext4_sample_last_mounted()
|
| H A D | super.c | 6245 strtomem_pad(es->s_first_error_func, in ext4_update_super() 6259 strtomem_pad(es->s_last_error_func, sbi->s_last_error_func, 0); in ext4_update_super()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_connector.c | 614 strtomem_pad(connector->hdmi.vendor, vendor, 0); in drmm_connector_hdmi_init() 615 strtomem_pad(connector->hdmi.product, product, 0); in drmm_connector_hdmi_init()
|
| /linux/Documentation/process/ |
| H A D | deprecated.rst | 154 NUL-padding, strtomem_pad() can be used.
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | deprecated.rst | 167 caracter NUL, usar strtomem_pad().
|