Searched refs:string (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | audit.c | 2062 void audit_log_n_string(struct audit_buffer *ab, const char *string, in audit_log_n_string() argument 2083 memcpy(ptr, string, slen); in audit_log_n_string() 2095 bool audit_string_contains_control(const char *string, size_t len) in audit_string_contains_control() argument 2098 for (p = string; p < (const unsigned char *)string + len; p++) { in audit_string_contains_control() 2119 void audit_log_n_untrustedstring(struct audit_buffer *ab, const char *string, in audit_log_n_untrustedstring() argument 2122 if (audit_string_contains_control(string, len)) in audit_log_n_untrustedstring() 2123 audit_log_n_hex(ab, string, len); in audit_log_n_untrustedstring() 2125 audit_log_n_string(ab, string, len); in audit_log_n_untrustedstring() 2136 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() argument 2138 audit_log_n_untrustedstring(ab, string, strlen(string)); in audit_log_untrustedstring()
|
D | params.c | 519 strcpy(kps->string, val); in param_set_copystring() 527 return scnprintf(buffer, PAGE_SIZE, "%s\n", kps->string); in param_get_string()
|
/kernel/trace/ |
D | trace_probe.c | 62 int PRINT_TYPE_FUNC_NAME(string)(struct trace_seq *s, void *data, void *ent) in PRINT_TYPE_FUNC_NAME() argument 74 const char PRINT_TYPE_FMT_NAME(string)[] = "\\\"%s\\\""; variable 79 __ASSIGN_FETCH_TYPE("string", string, string, sizeof(u32), 1, 1, 81 __ASSIGN_FETCH_TYPE("ustring", string, string, sizeof(u32), 1, 1, 83 __ASSIGN_FETCH_TYPE("symstr", string, string, sizeof(u32), 1, 1,
|
D | trace_probe.h | 145 typedef u32 string; typedef 169 DECLARE_BASIC_PRINT_TYPE_FUNC(string);
|
D | Kconfig | 833 The string written to the tracepoint is a static string of 128 bytes 834 to keep the time the same. The initial string is simply a write of 835 "START". The second string records the cold cache time of the first 875 that use this string to parse the raw data as user space does not know 876 how to convert the string to its value.
|
/kernel/cgroup/ |
D | cgroup-v1.c | 987 ctx->release_agent = param->string; in cgroup1_parse_param() 988 param->string = NULL; in cgroup1_parse_param() 1001 char c = param->string[i]; in cgroup1_parse_param() 1011 ctx->name = param->string; in cgroup1_parse_param() 1012 param->string = NULL; in cgroup1_parse_param()
|
/kernel/module/ |
D | Kconfig | 191 string 276 string "Path to modprobe binary" 283 /proc/sys/kernel/modprobe. Setting this to the empty string 304 string "Whitelist of symbols to keep in ksymtab"
|
D | main.c | 1570 static char *next_string(char *string, unsigned long *secsize) in next_string() argument 1573 while (string[0]) { in next_string() 1574 string++; in next_string() 1580 while (!string[0]) { in next_string() 1581 string++; in next_string() 1585 return string; in next_string()
|
/kernel/power/ |
D | Kconfig | 96 string "Default resume partition"
|