Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/
H A D0001-drop-including-rpath-cmake-module.patch22 kstr.c
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c802 char *kstr; in test_string() local
808 kstr = ubuf->buffer; in test_string()
811 if (!strncpy_from_kernel_nofault(kstr, str, USTRING_BUF_SIZE)) in test_string()
813 return kstr; in test_string()
820 char *kstr; in test_ustring() local
826 kstr = ubuf->buffer; in test_ustring()
830 if (!strncpy_from_user_nofault(kstr, ustr, USTRING_BUF_SIZE)) in test_ustring()
833 return kstr; in test_ustring()