Searched refs:pathbuf (Results 1 – 2 of 2) sorted by relevance
/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 383 char *buf, *pathbuf; in bpmp_populate_debugfs_inband() local 394 pathbuf = kzalloc(pathlen, GFP_KERNEL); in bpmp_populate_debugfs_inband() 395 if (!pathbuf) { in bpmp_populate_debugfs_inband() 424 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband() 431 pathbuf); in bpmp_populate_debugfs_inband() 449 kfree(pathbuf); in bpmp_populate_debugfs_inband()
|
/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2816 char *pathbuf, *p; in fsg_common_create_lun() local 2868 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in fsg_common_create_lun() 2872 if (pathbuf) { in fsg_common_create_lun() 2873 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun() 2883 kfree(pathbuf); in fsg_common_create_lun()
|