Searched refs:append_str (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 1412 static void append_str(char *dst, const char *src, size_t dst_cap) in append_str() function 1430 append_str(options, "pass,", OPTSTRING); in test_options() 1432 append_str(options, "redir,", OPTSTRING); in test_options() 1434 append_str(options, "drop,", OPTSTRING); in test_options() 1437 append_str(options, tstr, OPTSTRING); in test_options() 1441 append_str(options, tstr, OPTSTRING); in test_options() 1445 append_str(options, tstr, OPTSTRING); in test_options() 1449 append_str(options, tstr, OPTSTRING); in test_options() 1454 append_str(options, tstr, OPTSTRING); in test_options() 1457 append_str(option in test_options() [all...] |
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 5238 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() function 5293 no_room = append_str(buf, &p, &len, table[i].str); in flag_string() 5303 no_room = append_str(buf, &p, &len, extra); in flag_string()
|