Home
last modified time | relevance | path

Searched refs:nls (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DnlsTest.c38 #include <linux/nls.h>
214 struct nls_table nls; in test_nls_base() local
219 memset(&nls, 0, sizeof(nls)); in test_nls_base()
225 printk(KERN_DEBUG "Calling register_nls(%p)\n", &nls); in test_nls_base()
226 ret = register_nls(&nls); in test_nls_base()
229 printk(KERN_DEBUG "Calling unload_nls(%p)\n", &nls); in test_nls_base()
230 unload_nls(&nls); in test_nls_base()
236 printk(KERN_DEBUG "Calling unregister_nls(%p)\n", &nls); in test_nls_base()
237 unregister_nls(&nls); in test_nls_base()
[all...]
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk151 nls.m4 \
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c41 #include <linux/nls.h>

Completed in 3 milliseconds