Home
last modified time | relevance | path

Searched refs:delim (Results 1 – 25 of 44) sorted by path

12

/linux/arch/s390/boot/
H A Dipl_parm.c150 char *parm, *delim; in append_ipl_block_parm() local
155 delim = early_command_line + len; /* '\0' character position */ in append_ipl_block_parm()
174 *delim = ' '; /* replace '\0' with space */ in append_ipl_block_parm()
/linux/arch/s390/kernel/
H A Dsmp.c1024 char delim; in cpu_configure_store() local
1026 if (sscanf(buf, "%d %c", &val, &delim) != 1) in cpu_configure_store()
H A Dtopology.c403 char delim; in dispatching_store() local
405 if (sscanf(buf, "%d %c", &val, &delim) != 1) in dispatching_store()
/linux/block/
H A Ddisk-events.c326 const char *delim = ""; in __disk_events_show() local
333 delim, disk_events_strs[i]); in __disk_events_show()
334 delim = " "; in __disk_events_show()
/linux/drivers/bluetooth/
H A Dhci_h5.c520 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
531 byte = &delim; in h5_unslip_one_byte()
646 const char delim = SLIP_DELIMITER; in h5_slip_delim() local
648 skb_put_data(skb, &delim, 1); in h5_slip_delim()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c2087 static int drm_mode_parse_cmdline_int(const char *delim, unsigned int *int_ret) in drm_mode_parse_cmdline_res_mode()
2093 * delim must point to the '=', otherwise it is a syntax error and in drm_mode_parse_cmdline_int()
2094 * if delim points to the terminating zero, then delim + 1 will point in drm_mode_parse_cmdline_int()
2097 if (*delim != '=') in drm_mode_parse_cmdline_int()
2100 value = delim + 1; in drm_mode_parse_cmdline_int()
2110 static int drm_mode_parse_panel_orientation(const char *delim, in drm_mode_parse_cmdline_int()
2115 if (*delim != '=') in drm_mode_parse_panel_orientation()
2118 value = delim + 1; in drm_mode_parse_panel_orientation()
2119 delim in drm_mode_parse_panel_orientation()
2089 drm_mode_parse_cmdline_int(const char * delim,unsigned int * int_ret) drm_mode_parse_cmdline_int() argument
2112 drm_mode_parse_panel_orientation(const char * delim,struct drm_cmdline_mode * mode) drm_mode_parse_panel_orientation() argument
2139 drm_mode_parse_tv_mode(const char * delim,struct drm_cmdline_mode * mode) drm_mode_parse_tv_mode() argument
2169 const char *delim, *option, *sep; drm_mode_parse_cmdline_options() local
[all...]
/linux/drivers/mtd/parsers/
H A Dcmdlinepart.c94 char delim; in newpart() local
113 delim = 0; in newpart()
123 delim = ')'; in newpart()
125 if (delim) { in newpart()
129 p = strchr(name, delim); in newpart()
131 pr_err("no closing %c found in partition name\n", delim); in newpart()
/linux/drivers/net/bonding/
H A Dbond_options.c1549 char *delim; in bond_option_queue_id_set() local
1554 delim = strchr(newval->string, ':'); in bond_option_queue_id_set()
1555 if (!delim) in bond_option_queue_id_set()
1561 *delim = '\0'; in bond_option_queue_id_set()
1562 if (sscanf(++delim, "%hd\n", &qid) != 1) in bond_option_queue_id_set()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7955 char delim[] = "\n "; in brcmf_parse_dump_obss() local
7959 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7963 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7972 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7981 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7990 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
7999 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
8008 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
8015 token = strsep(&buf, delim); in brcmf_parse_dump_obss()
/linux/drivers/of/
H A Dbase.c1151 const char delim = i ? ',' : ':'; in of_print_phandle_args() local
1153 pr_cont("%c%08x", delim, args->args[i]); in of_print_phandle_args()
/linux/drivers/s390/cio/
H A Dchp.c290 char delim; in chp_configure_write() local
292 if (sscanf(buf, "%d %c", &val, &delim) != 1) in chp_configure_write()
H A Dchsc.c381 char delim) in store_ebcdic() argument
386 if (delim) in store_ebcdic()
387 dest[len++] = delim; in store_ebcdic()
/linux/fs/afs/
H A Daddr_list.c85 char delim, in afs_parse_text_addrs() argument
96 _enter("%*.*s,%c", (int)len, (int)len, text, delim); in afs_parse_text_addrs()
103 if (delim == ':' && (memchr(text, ',', len) || !memchr(text, '.', len))) in afs_parse_text_addrs()
104 delim = ','; in afs_parse_text_addrs()
113 if (*p == delim) in afs_parse_text_addrs()
132 p = memchr(p, delim, end - p); in afs_parse_text_addrs()
161 if (*p == delim) { in afs_parse_text_addrs()
171 if (*q == '+' || *q == delim) in afs_parse_text_addrs()
211 } else if (*p == delim) { in afs_parse_text_addrs()
/linux/fs/smb/client/
H A Dcifsglob.h1615 convert_delimiter(char *path, char delim) in convert_delimiter() argument
1619 if (delim == '/') in convert_delimiter()
1626 *pos = delim; in convert_delimiter()
H A Dconnect.c2091 const char *delim, *payload; in cifs_set_cifscreds() local
2150 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
2152 if (!delim) { in cifs_set_cifscreds()
2159 len = delim - payload; in cifs_set_cifscreds()
2185 ++delim; in cifs_set_cifscreds()
2187 ctx->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
H A Dunc.c21 char *dst, *delim; in extract_hostname() local
34 delim = strchr(src, '\\'); in extract_hostname()
35 if (!delim) in extract_hostname()
38 len = delim - src; in extract_hostname()
52 char *delim, *dst; in extract_sharename() local
58 delim = strchr(src, '\\'); in extract_sharename()
59 if (!delim) in extract_sharename()
61 delim++; in extract_sharename()
64 dst = kstrdup(delim, GFP_KERNEL); in extract_sharename()
/linux/include/linux/ceph/
H A Dlibceph.h296 struct fc_log *l, char delim);
H A Dmessenger.h576 int max_count, int *count, char delim);
/linux/include/linux/
H A Dinet.h53 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
54 extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
H A Dtrace_events.h23 const char *trace_print_flags_seq(struct trace_seq *p, const char *delim,
31 const char *trace_print_flags_seq_u64(struct trace_seq *p, const char *delim,
/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h186 bool delim);
/linux/include/trace/stages/
H A Dstage3_trace_output.h67 #define __print_flags(flag, delim, flag_array...) \ argument
71 trace_print_flags_seq(p, delim, flag, __flags); \
85 #define __print_flags_u64(flag, delim, flag_array...) \ argument
89 trace_print_flags_seq_u64(p, delim, flag, __flags); \
99 #define __print_flags_u64(flag, delim, flag_array...) \ argument
100 __print_flags(flag, delim, flag_array)
/linux/kernel/trace/
H A Dtrace_output.c65 trace_print_flags_seq(struct trace_seq *p, const char *delim, in trace_print_flags_seq() argument
82 if (!first && delim) in trace_print_flags_seq()
83 trace_seq_puts(p, delim); in trace_print_flags_seq()
91 if (!first && delim) in trace_print_flags_seq()
92 trace_seq_puts(p, delim); in trace_print_flags_seq()
146 if (!first && delim) in trace_print_flags_seq_u64()
147 trace_seq_puts(p, delim); in trace_print_flags_seq_u64()
155 if (!first && delim) in trace_print_flags_seq_u64()
156 trace_seq_puts(p, delim); in trace_print_flags_seq_u64()
1074 char *delim) in trace_ctxwake_print() argument
[all …]
/linux/lib/
H A Dkobject_uevent.c99 char delim) in action_arg_word_end() argument
103 while (next <= buf_end && *next != delim) in action_arg_word_end()
H A Dtest_scanf.c453 numbers_list_ll(delim); in numbers_list()
454 numbers_list_l(delim); in numbers_list()
455 numbers_list_d(delim); in numbers_list()
456 numbers_list_h(delim); in numbers_list()
457 numbers_list_hh(delim); in numbers_list()
525 numbers_list_field_width_ll(delim); in numbers_list_field_width_typemax()
526 numbers_list_field_width_l(delim); in numbers_list_field_width_typemax()
527 numbers_list_field_width_d(delim); in numbers_list_field_width_typemax()
528 numbers_list_field_width_h(delim); in numbers_list_field_width_typemax()
529 numbers_list_field_width_hh(delim); in numbers_list_field_width_typemax()
[all …]

12