Searched refs:string (Results 1 – 12 of 12) sorted by relevance
/kernel/ |
A D | audit.c | 2060 void audit_log_n_string(struct audit_buffer *ab, const char *string, in audit_log_n_string() argument 2081 memcpy(ptr, string, slen); in audit_log_n_string() 2093 bool audit_string_contains_control(const char *string, size_t len) in audit_string_contains_control() argument 2096 for (p = string; p < (const unsigned char *)string + len; p++) { in audit_string_contains_control() 2117 void audit_log_n_untrustedstring(struct audit_buffer *ab, const char *string, in audit_log_n_untrustedstring() argument 2120 if (audit_string_contains_control(string, len)) in audit_log_n_untrustedstring() 2121 audit_log_n_hex(ab, string, len); in audit_log_n_untrustedstring() 2123 audit_log_n_string(ab, string, len); in audit_log_n_untrustedstring() 2134 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() argument 2136 audit_log_n_untrustedstring(ab, string, strlen(string)); in audit_log_untrustedstring()
|
A D | params.c | 522 strcpy(kps->string, val); in param_set_copystring() 530 return scnprintf(buffer, PAGE_SIZE, "%s\n", kps->string); in param_get_string()
|
/kernel/cgroup/ |
A D | cgroup-v1.c | 1005 ctx->release_agent = param->string; in cgroup1_parse_param() 1006 param->string = NULL; in cgroup1_parse_param() 1019 char c = param->string[i]; in cgroup1_parse_param() 1029 ctx->name = param->string; in cgroup1_parse_param() 1030 param->string = NULL; in cgroup1_parse_param()
|
/kernel/trace/ |
A D | trace_probe.c | 67 int PRINT_TYPE_FUNC_NAME(string)(struct trace_seq *s, void *data, void *ent) in PRINT_TYPE_FUNC_NAME() argument 79 const char PRINT_TYPE_FMT_NAME(string)[] = "\\\"%s\\\""; variable 84 __ASSIGN_FETCH_TYPE("string", string, string, sizeof(u32), 1, 1, 86 __ASSIGN_FETCH_TYPE("ustring", string, string, sizeof(u32), 1, 1, 88 __ASSIGN_FETCH_TYPE("symstr", string, string, sizeof(u32), 1, 1,
|
A D | trace_probe.h | 152 typedef u32 string; typedef 177 DECLARE_BASIC_PRINT_TYPE_FUNC(string);
|
A D | Kconfig | 808 address into a string. 942 The string written to the tracepoint is a static string of 128 bytes 943 to keep the time the same. The initial string is simply a write of 944 "START". The second string records the cold cache time of the first 984 that use this string to parse the raw data as user space does not know 985 how to convert the string to its value.
|
/kernel/module/ |
A D | Kconfig | 333 string 422 string "Path to modprobe binary" 429 /proc/sys/kernel/modprobe. Setting this to the empty string 449 string "Whitelist of symbols to keep in ksymtab"
|
A D | main.c | 1091 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument 1094 while (string[0]) { in module_next_tag_pair() 1095 string++; in module_next_tag_pair() 1101 while (!string[0]) { in module_next_tag_pair() 1102 string++; in module_next_tag_pair() 1106 return string; in module_next_tag_pair()
|
A D | internal.h | 132 char *module_next_tag_pair(char *string, unsigned long *secsize);
|
/kernel/power/ |
A D | Kconfig | 111 string 118 string "Default resume partition"
|
A D | hibernate.c | 1527 .string = hibernate_compressor,
|
/kernel/bpf/ |
A D | inode.c | 914 str = param->string; in bpf_parse_param()
|
Completed in 65 milliseconds