Home
last modified time | relevance | path

Searched defs:str (Results 151 – 175 of 2042) sorted by relevance

12345678910>>...82

/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_fence.c56 static void virtio_fence_value_str(struct dma_fence *f, char *str, int size) in virtio_fence_value_str()
61 static void virtio_timeline_value_str(struct dma_fence *f, char *str, int size) in virtio_timeline_value_str()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_32.c102 static int __init ppc_setup_l2cr(char *str) in ppc_setup_l2cr()
115 static int __init ppc_setup_l3cr(char *str) in ppc_setup_l3cr()
H A Drtasd.c116 char * str = "RTAS event"; in printk_log_rtas() local
561 static int __init surveillance_setup(char *str) in surveillance_setup()
578 static int __init rtasmsgs_setup(char *str) in rtasmsgs_setup()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.h39 static inline int parse_events(struct evlist *evlist, const char *str, in parse_events()
105 char *str; member
125 char *str; /* string to display at the index */ member
251 static inline bool is_sdt_event(char *str) in is_sdt_event()
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpt.c37 static int extract_env(const char *str, char **env) in extract_env()
96 static char *extract_val(const char *str, const char *key) in extract_val()
133 static bool found_key(const char *str, const char *key) in found_key()
379 char *tok, *str, *s; in set_gpt_info() local
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc988 QString str; in symbolInfo() local
1122 QString ConfigInfoView::print_filter(const QString &str) in print_filter()
1153 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
1168 QByteArray str = url.toEncoded(); in clicked() local
1515 QString str; in loadConfig() local
1548 QString str; in saveConfigAs() local
1755 static const QString str = in showIntro() local
1781 static const QString str = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout() local
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-filter.c443 char *str; in add_right() local
1457 char *str; in copy_filter_type() local
1903 char *str = NULL; in op_to_str() local
2011 char *str = NULL; in val_to_str() local
2029 char *str = NULL; in exp_to_str() local
2085 char *str = NULL; in num_to_str() local
2134 char *str = NULL; in str_to_str() local
2167 char *str = NULL; in arg_to_str() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dstring_parse.hpp20 Char const* str in string_parse()
40 String const& str in string_parse()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha256.c77 #define UNPACK32(x, str) \ argument
85 #define UNPACK64(x, str) \ argument
97 #define PACK32(str, x) \ argument
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlabel.c1487 #define update_for_len(total, len, size, str) \ argument
1512 static int aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, in aa_profile_snxprint()
1623 int aa_label_snxprint(char *str, size_t size, struct aa_ns *ns, in aa_label_snxprint()
1738 const char *str; in aa_label_xaudit() local
1772 char *str; in aa_label_seq_xprint() local
1795 char *str; in aa_label_xprintk() local
1836 static int label_count_strn_entries(const char *str, size_t n) in label_count_strn_entries()
1863 const char *str, size_t n) in fqlookupn_profile()
1885 struct aa_label *aa_label_strn_parse(struct aa_label *base, const char *str, in aa_label_strn_parse()
1967 struct aa_label *aa_label_parse(struct aa_label *base, const char *str, in aa_label_parse()
/OK3568_Linux_fs/kernel/tools/iio/
H A Dlsiio.c28 static inline int check_prefix(const char *str, const char *prefix) in check_prefix()
34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix()
/OK3568_Linux_fs/kernel/arch/m68k/emu/
H A Dnfcon.c26 static void nfputs(const char *str, unsigned int count) in nfputs()
43 static void nfcon_write(struct console *con, const char *str, in nfcon_write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Ddistance_concept.hpp98 Strategy* str = 0; in apply() local
180 Strategy *str = 0; in apply() local
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dsmsgiucv.c89 void (*callback)(const char *from, char *str)) in smsg_register_callback()
107 char *str)) in smsg_unregister_callback()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictlist.cpp348 LemmaIdType DictList::get_lemma_id(const char16 *str, uint16 str_len) { in get_lemma_id()
363 void DictList::convert_to_hanzis(char16 *str, uint16 str_len) { in convert_to_hanzis()
371 void DictList::convert_to_scis_ids(char16 *str, uint16 str_len) { in convert_to_scis_ids()
/OK3568_Linux_fs/u-boot/tools/
H A Dfit_image.c214 char str[100]; in fdt_property_strf() local
223 static void get_basename(char *str, int size, const char *fname) in get_basename()
255 char str[100]; in fit_write_images() local
337 char str[100]; in fit_write_configs() local
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c49 static char* cJSON_strdup(const char* str) in cJSON_strdup()
120 char *str; in print_number() local
140 static unsigned parse_hex4(const char *str) in parse_hex4()
155 static const char *parse_string(cJSON *item,const char *str) in parse_string()
215 static char *print_string_ptr(const char *str) in print_string_ptr()
445 char *out=0,*ptr,*ret,*str;int len=7,i=0,j; in print_object() local
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Discsi_ibft.c204 char *str = buf; in sprintf_ipaddr() local
223 static ssize_t sprintf_string(char *str, int len, char *buf) in sprintf_string()
257 char *str = buf; in ibft_attr_show_initiator() local
298 char *str = buf; in ibft_attr_show_nic() local
358 char *str = buf; in ibft_attr_show_target() local
420 char *str = buf; in ibft_attr_show_acpitbl() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_pktdump.c202 #define EAP_PRINT(str) \ argument
214 #define EAP_PRINT_REPLAY(str) \ argument
228 #define EAP_PRINT_OTHER(str) \ argument
242 #define EAP_PRINT_OTHER_4WAY(str) \ argument
882 #define DHCP_PRINT(str) \ argument
998 #define ICMP_PING_PRINT(str) \ argument
1010 #define ICMP_PRINT(str) \ argument
1070 #define ARP_PRINT(str) \ argument
1087 #define ARP_PRINT_OTHER(str) \ argument
1174 #define DNS_REQ_PRINT(str) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_pktdump.c202 #define EAP_PRINT(str) \ argument
214 #define EAP_PRINT_REPLAY(str) \ argument
228 #define EAP_PRINT_OTHER(str) \ argument
242 #define EAP_PRINT_OTHER_4WAY(str) \ argument
882 #define DHCP_PRINT(str) \ argument
998 #define ICMP_PING_PRINT(str) \ argument
1010 #define ICMP_PRINT(str) \ argument
1070 #define ARP_PRINT(str) \ argument
1087 #define ARP_PRINT_OTHER(str) \ argument
1174 #define DNS_REQ_PRINT(str) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_pktdump.c202 #define EAP_PRINT(str) \ argument
214 #define EAP_PRINT_REPLAY(str) \ argument
228 #define EAP_PRINT_OTHER(str) \ argument
242 #define EAP_PRINT_OTHER_4WAY(str) \ argument
882 #define DHCP_PRINT(str) \ argument
998 #define ICMP_PING_PRINT(str) \ argument
1010 #define ICMP_PRINT(str) \ argument
1070 #define ARP_PRINT(str) \ argument
1087 #define ARP_PRINT_OTHER(str) \ argument
1174 #define DNS_REQ_PRINT(str) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dnonstdio.c147 char *xmon_gets(char *str, int nb) in xmon_gets()
185 void xmon_puts(const char *str) in xmon_puts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_str_proc.c206 bool hal_get_u1bint_fromstr_indec(char *str, u8 *pint) in hal_get_u1bint_fromstr_indec()
224 bool hal_get_s1bint_fromstr_indec(char *str, s8 *val) in hal_get_s1bint_fromstr_indec()
/OK3568_Linux_fs/u-boot/lib/
H A Dstrto.c150 long trailing_strtoln(const char *str, const char *end) in trailing_strtoln()
166 long trailing_strtol(const char *str) in trailing_strtol()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_str_proc.c206 bool hal_get_u1bint_fromstr_indec(char *str, u8 *pint) in hal_get_u1bint_fromstr_indec()
224 bool hal_get_s1bint_fromstr_indec(char *str, s8 *val) in hal_get_s1bint_fromstr_indec()

12345678910>>...82