Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py154 src_str = ""
162 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
164 src_str = src_file + str(line_number).rjust(4) + " " + source_line
167 src_str = ""
169 src_str = dso
175 print(start_str, src_str)
H A Dintel-pt-events.py320 src_str = ""
327 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
329 src_str = src_file + str(line_number).rjust(4) + " " + source_line
332 src_str = ""
334 src_str = dso
340 print(start_str, src_str)
/openbmc/qemu/net/
H A Dslirp.c738 const char *src_str, *p; in hmp_hostfwd_remove() local
747 src_str = arg2; in hmp_hostfwd_remove()
750 src_str = arg1; in hmp_hostfwd_remove()
756 p = src_str; in hmp_hostfwd_remove()
788 monitor_printf(mon, "host forwarding rule for %s %s\n", src_str, in hmp_hostfwd_remove()
/openbmc/linux/drivers/base/
H 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()
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack.c374 char *src_str; in aa_unpack_str() local
379 size = aa_unpack_u16_chunk(e, &src_str); in aa_unpack_str()
382 if (src_str[size - 1] != 0) in aa_unpack_str()
384 *string = src_str; in aa_unpack_str()
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c968 const struct usb_gadget_strings *src_str) in ast_vhub_str_alloc_add() argument
978 ast_vhub_str_deep_copy(dest_str, src_str); in ast_vhub_str_alloc_add()