Home
last modified time | relevance | path

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

/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c32 struct libmnt_context *cxt; in get_debugfs() local
38 cxt = mnt_new_context(); in get_debugfs()
39 if (!cxt) in get_debugfs()
46 if (mnt_context_get_mtab(cxt, &tb)) in get_debugfs()
64 mnt_free_context(cxt); in get_debugfs()