Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
A Dintel-pt-events.py236 src_str = ""
243 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
245 src_str = src_file + str(line_number).rjust(4) + " " + source_line
248 src_str = ""
250 src_str = dso
256 print(start_str, src_str)
/linux/drivers/base/
A Dswnode.c217 const char * const *src_str; in property_entry_free_data() local
221 src_str = property_get_pointer(p); in property_entry_free_data()
222 nval = p->length / sizeof(*src_str); in property_entry_free_data()
224 kfree(src_str[i]); in property_entry_free_data()
/linux/security/apparmor/
A Dpolicy_unpack.c395 char *src_str; in unpack_str() local
400 size = unpack_u16_chunk(e, &src_str); in unpack_str()
403 if (src_str[size - 1] != 0) in unpack_str()
405 *string = src_str; in unpack_str()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c938 const struct usb_gadget_strings *src_str) in ast_vhub_str_alloc_add() argument
948 ast_vhub_str_deep_copy(dest_str, src_str); in ast_vhub_str_alloc_add()

Completed in 15 milliseconds