Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.c694 static const int find_mount(const char *fs, char *mp, int sizeof_mp) in find_mount() argument
716 memset(mp, 0, sizeof_mp); in find_mount()
717 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()