Home
last modified time | relevance | path

Searched refs:string (Results 1 – 10 of 10) sorted by relevance

/kernel/
Daudit.c2061 void audit_log_n_string(struct audit_buffer *ab, const char *string, in audit_log_n_string() argument
2082 memcpy(ptr, string, slen); in audit_log_n_string()
2094 bool audit_string_contains_control(const char *string, size_t len) in audit_string_contains_control() argument
2097 for (p = string; p < (const unsigned char *)string + len; p++) { in audit_string_contains_control()
2118 void audit_log_n_untrustedstring(struct audit_buffer *ab, const char *string, in audit_log_n_untrustedstring() argument
2121 if (audit_string_contains_control(string, len)) in audit_log_n_untrustedstring()
2122 audit_log_n_hex(ab, string, len); in audit_log_n_untrustedstring()
2124 audit_log_n_string(ab, string, len); in audit_log_n_untrustedstring()
2135 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() argument
2137 audit_log_n_untrustedstring(ab, string, strlen(string)); in audit_log_untrustedstring()
Dparams.c520 strcpy(kps->string, val); in param_set_copystring()
528 return scnprintf(buffer, PAGE_SIZE, "%s\n", kps->string); in param_get_string()
/kernel/cgroup/
Dcgroup-v1.c987 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/trace/
Dtrace_probe.c66 int PRINT_TYPE_FUNC_NAME(string)(struct trace_seq *s, void *data, void *ent) in PRINT_TYPE_FUNC_NAME() argument
78 const char PRINT_TYPE_FMT_NAME(string)[] = "\\\"%s\\\""; variable
83 __ASSIGN_FETCH_TYPE("string", string, string, sizeof(u32), 1, 1,
85 __ASSIGN_FETCH_TYPE("ustring", string, string, sizeof(u32), 1, 1,
87 __ASSIGN_FETCH_TYPE("symstr", string, string, sizeof(u32), 1, 1,
Dtrace_probe.h148 typedef u32 string; typedef
173 DECLARE_BASIC_PRINT_TYPE_FUNC(string);
DKconfig888 The string written to the tracepoint is a static string of 128 bytes
889 to keep the time the same. The initial string is simply a write of
890 "START". The second string records the cold cache time of the first
930 that use this string to parse the raw data as user space does not know
931 how to convert the string to its value.
/kernel/module/
DKconfig289 string
375 string "Path to modprobe binary"
382 /proc/sys/kernel/modprobe. Setting this to the empty string
403 string "Whitelist of symbols to keep in ksymtab"
Dmain.c1015 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument
1018 while (string[0]) { in module_next_tag_pair()
1019 string++; in module_next_tag_pair()
1025 while (!string[0]) { in module_next_tag_pair()
1026 string++; in module_next_tag_pair()
1030 return string; in module_next_tag_pair()
Dinternal.h115 char *module_next_tag_pair(char *string, unsigned long *secsize);
/kernel/power/
DKconfig96 string "Default resume partition"