Home
last modified time | relevance | path

Searched defs:str (Results 76 – 100 of 2042) sorted by relevance

12345678910>>...82

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-sublevel-options.c9 static int parse_one_sublevel_option(const char *str, in parse_one_sublevel_option()
46 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts) in perf_parse_sublevel_options()
H A Dcgroup.c38 static struct cgroup *evlist__find_cgroup(struct evlist *evlist, const char *str) in evlist__find_cgroup()
90 static int add_cgroup(struct evlist *evlist, const char *str) in add_cgroup()
152 int parse_cgroups(const struct option *opt, const char *str, in parse_cgroups()
204 int evlist__expand_cgroup(struct evlist *evlist, const char *str, in evlist__expand_cgroup()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dnet_kern.c277 void uml_net_setup_etheraddr(struct net_device *dev, char *str) in uml_net_setup_etheraddr()
505 static int eth_parse(char *str, int *index_out, char **str_out, in eth_parse()
599 static int eth_setup_common(char *str, int index) in eth_setup_common()
625 static int __init eth_setup(char *str) in eth_setup()
657 static int net_config(char *str, char **error_out) in net_config()
679 static int net_id(char **str, int *start_out, int *end_out) in net_id()
873 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, in tap_setup_common()
H A Dchan_kern.c14 static void *not_configged_init(char *str, int device, in not_configged_init()
338 static int one_chan_config_string(struct chan *chan, char *str, int size, in one_chan_config_string()
362 char *str, int size, char **error_out) in chan_pair_config_string()
384 int chan_config_string(struct line *line, char *str, int size, in chan_config_string()
438 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan()
488 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair()
H A Dstdio_console.c77 static int con_config(char *str, char **error_out) in con_config()
82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config()
192 static int console_chan_setup(char *str) in console_chan_setup()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dhibernate.c1271 static int __init resume_setup(char *str) in resume_setup()
1280 static int __init resume_offset_setup(char *str) in resume_offset_setup()
1293 static int __init hibernate_setup(char *str) in hibernate_setup()
1309 static int __init noresume_setup(char *str) in noresume_setup()
1315 static int __init resumewait_setup(char *str) in resumewait_setup()
1321 static int __init resumedelay_setup(char *str) in resumedelay_setup()
1330 static int __init nohibernate_setup(char *str) in nohibernate_setup()
/OK3568_Linux_fs/kernel/arch/mips/sibyte/common/
H A Dcfe_console.c13 static void cfe_console_write(struct console *cons, const char *str, in cfe_console_write()
44 static int cfe_console_setup(struct console *cons, char *str) in cfe_console_setup()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dload_policy.c24 static int __init tomoyo_loader_setup(char *str) in tomoyo_loader_setup()
64 static int __init tomoyo_trigger_setup(char *str) in tomoyo_trigger_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h303 const char *str; member
314 #define __setup_param(str, unique_id, fn, early) \ argument
322 #define __setup(str, fn) \ argument
329 #define early_param(str, fn) \ argument
357 #define __setup_param(str, unique_id, fn) /* nothing */ argument
358 #define __setup(str, func) /* nothing */ argument
/OK3568_Linux_fs/kernel/lib/
H A Dargv_split.c12 static int count_argc(const char *str) in count_argc()
60 char **argv_split(gfp_t gfp, const char *str, int *argcp) in argv_split()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbitmap.c11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
29 static int test_bitmap(const char *str) in test_bitmap()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmyspeed.cpp64 QString str; in drawScaleNum() local
116 QString str(m_title); in drawTitle() local
124 QString str = QString("%1 %2").arg(m_value, 0, 'f', m_precision).arg(m_units); in drawNumericValue() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dwithin_concept.hpp88 Strategy const* str = 0; in apply() local
155 Strategy const* str = 0; in apply() local
219 Strategy const* str = 0; in apply() local
/OK3568_Linux_fs/kernel/tools/lib/
H A Dargv_split.c19 static int count_argc(const char *str) in count_argc()
63 char **argv_split(const char *str, int *argcp) in argv_split()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsegment.c16 static void build_segment_config(char *str, unsigned int cfg) in build_segment_config()
52 char str[42]; in show_segments() local
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dspurious.c432 int noirqdebug_setup(char *str) in noirqdebug_setup()
444 static int __init irqfixup_setup(char *str) in irqfixup_setup()
456 static int __init irqpoll_setup(char *str) in irqpoll_setup()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dcatalog.c44 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key()
178 u32 parentid, const struct qstr *str) in hfsplus_fill_cat_thread()
254 const struct qstr *str, struct inode *inode) in hfsplus_create_cat()
330 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str) in hfsplus_delete_cat()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c63 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_kernel_instr() local
95 static int __die(const char *str, int err, struct pt_regs *regs) in __die()
121 void die(const char *str, struct pt_regs *regs, int err) in die()
152 static void arm64_show_signal(int signo, const char *str) in arm64_show_signal()
177 const char *str) in arm64_force_sig_fault()
187 const char *str) in arm64_force_sig_mceerr()
194 const char *str) in arm64_force_sig_ptrace_errno_trap()
200 void arm64_notify_die(const char *str, struct pt_regs *regs, in arm64_notify_die()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dtraps.c45 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_report_trap()
58 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap()
87 #define DO_ERROR_INFO(name, signr, sicode, str) \ argument
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dlog.c50 char str[MAX_PRINT_LEN]=""; in rtmp_log_default() local
184 char str[MAX_PRINT_LEN]=""; in RTMP_LogPrintf() local
210 char str[MAX_PRINT_LEN]=""; in RTMP_LogStatus() local
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Ddebug.h21 static inline void write_to_seqfile(void *ctx, const char *str, size_t len, in write_to_seqfile()
27 static inline void write_to_printk(void *ctx, const char *str, size_t len, in write_to_printk()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c185 void (*cb)(char *str, void *arg), in read_tracing_file_by_line()
717 static void list_function_cb(char *str, void *arg) in list_function_cb()
726 const char *str, int unset) in opt_list_avail_functions()
757 static int parse_filter_func(const struct option *opt, const char *str, in parse_filter_func()
784 const char *str, int unset) in parse_buffer_size()
815 const char *str, int unset) in parse_func_tracer_opts()
836 const char *str, int unset) in parse_graph_tracer_opts()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/
H A Dencoding_utf.hpp59 utf_to_utf(CharIn const *str,method_type how = default_method) in utf_to_utf()
73 utf_to_utf(std::basic_string<CharIn> const &str,method_type how = default_method) in utf_to_utf()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Durl.cpp69 URL::URL(const std::string& str) in URL()
104 Path::Path(const std::string& str, const size_t pos, const size_t count) in Path()
132 std::string transformURL(const std::string& tpl, const std::string& str, const URL& url) { in transformURL()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c100 do_trap_no_signal(struct task_struct *tsk, int trapnr, const char *str, in do_trap_no_signal()
152 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap()
169 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, in do_error_trap()
291 char *str = "alignment check"; in DEFINE_IDTENTRY_ERRORCODE() local
347 static const char str[] = "double fault"; in DEFINE_IDTENTRY_DF() local
1056 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error() local

12345678910>>...82