Home
last modified time | relevance | path

Searched refs:pathlen (Results 1 – 1 of 1) sorted by relevance

/drivers/firmware/tegra/
A Dbpmp-debugfs.c407 const size_t pathlen = SZ_256; in bpmp_populate_debugfs_inband() local
423 pathbuf = kzalloc(pathlen, GFP_KERNEL); in bpmp_populate_debugfs_inband()
453 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband()
454 if (len >= pathlen) { in bpmp_populate_debugfs_inband()

Completed in 5 milliseconds