Home
last modified time | relevance | path

Searched defs:str (Results 226 – 250 of 2042) sorted by relevance

12345678910>>...82

/OK3568_Linux_fs/kernel/net/decnet/
H A Dsysctl_net_decnet.c69 static void strip_it(char *str) in strip_it()
90 static int parse_addr(__le16 *addr, char *str) in parse_addr()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dmconsole_kern.c289 static int mem_config(char *str, char **error_out) in mem_config()
382 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config()
393 static int mem_id(char **str, int *start_out, int *end_out) in mem_id()
818 static int mconsole_setup(char *str) in mconsole_setup()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dresource.c705 static int __init pnp_setup_reserve_irq(char *str) in pnp_setup_reserve_irq()
718 static int __init pnp_setup_reserve_dma(char *str) in pnp_setup_reserve_dma()
731 static int __init pnp_setup_reserve_io(char *str) in pnp_setup_reserve_io()
744 static int __init pnp_setup_reserve_mem(char *str) in pnp_setup_reserve_mem()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doption.h13 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dmkcpustr.c24 const char *str; in main() local
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dproc.c15 const char *str; in get_system_type() local
/OK3568_Linux_fs/external/xserver/os/
H A Dstrndup.c40 strndup(const char *str, size_t n) in strndup()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dvdltodmx.c43 FILE *str; in main() local
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dsrm_puts.c10 srm_puts(const char *str, long len) in srm_puts()
/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm8001_ctl.c377 char *str = buf; in pm8001_ctl_aap_log_show() local
409 char *str = buf; in pm8001_ctl_ib_queue_log_show() local
444 char *str = buf; in pm8001_ctl_ob_queue_log_show() local
476 char *str = buf; in pm8001_ctl_bios_version_show() local
534 char *str = buf; in pm8001_ctl_iop_log_show() local
/OK3568_Linux_fs/u-boot/lib/
H A Dlinux_string.c20 char *skip_spaces(const char *str) in skip_spaces()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c88 void puts(const char *str) in puts()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py33 def int_parse(str): argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py33 def int_parse(str): argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s4b_utils.cpp192 int j2s_modify_struct(j2s_ctx *ctx, const char *str, const char *name, in j2s_modify_struct()
208 char *j2s_query_struct(j2s_ctx *ctx, const char *str, void *ptr) { in j2s_query_struct()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstrfilter.c219 const char *str) in strfilter_node__compare()
239 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c43 char str[32]; in test_global_data_string() local
52 char str[32]; in test_global_data_string() member
/OK3568_Linux_fs/u-boot/board/cavium/thunderx/
H A Datf.c140 ssize_t atf_env_string(size_t index, char *str) in atf_env_string()
235 char str[4 * sizeof(uint64_t)]; in do_atf() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c287 static int __init mds_cmdline(char *str) in mds_cmdline()
389 static int __init tsx_async_abort_parse_cmdline(char *str) in tsx_async_abort_parse_cmdline()
482 static int __init mmio_stale_data_parse_cmdline(char *str) in mmio_stale_data_parse_cmdline()
638 static int __init srbds_parse_cmdline(char *str) in srbds_parse_cmdline()
734 static int __init nospectre_v1_cmdline(char *str) in nospectre_v1_cmdline()
777 static int __init retbleed_parse_cmdline(char *str) in retbleed_parse_cmdline()
2094 static int __init l1tf_cmdline(char *str) in l1tf_cmdline()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dsetup_nx.c20 static int __init noexec_setup(char *str) in noexec_setup()
/OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/
H A Dstring.h8 static inline char *skip_spaces(const char *str) in skip_spaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h185 bool RawNumber(const Ch* str, SizeType len, bool) { in RawNumber()
190 bool String(const Ch* str, SizeType len, bool) { in String()
196 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } in Key()
744 bool String(Context& context, const Ch* str, SizeType length, bool) const { in String()
783 bool Key(Context& context, const Ch* str, SizeType len, bool) const { in Key()
1013 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType) { in IsPatternMatch()
1028 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType length) { in IsPatternMatch()
1088 const Ch* str = name.GetString(); in FindPropertyIndex() local
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c81 const char *str; member
404 const char *str, in record__aio_parse()
450 const char *str, in record__mmap_flush_parse()
486 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level()
2075 static const char *str[CALLCHAIN_MAX] = { "NONE", "FP", "DWARF", "LBR" }; in callchain_debug() local
2162 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity()
2178 const char *str, int unset) in parse_output_max_size()
2205 const char *str, in record__parse_mmap_pages()
2248 const char *str, in parse_control_option()
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/include/platform/
H A Dlcd.h22 static inline void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos()
/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c25 char *__init pcibios_setup(char *str) in pcibios_setup()

12345678910>>...82