Searched refs:sep (Results 76 - 100 of 101) sorted by relevance

12345

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1018 bool sep = false; local
1025 if (sep)
1078 sep = true;
1486 bool sep; local
1516 sep = false;
1519 if (sep)
1537 sep = true;
1603 bool sep = false; local
1609 if (sep)
1617 sep
[all...]
/linux-master/security/smack/
H A Dsmackfs.c772 char sep = '/'; local
790 seq_printf(s, "%c%d", sep, i);
791 sep = ',';
990 char sep = '/'; local
997 seq_printf(s, "%c%d", sep, i);
998 sep = ',';
/linux-master/tools/perf/scripts/python/
H A Dexport-to-sqlite.py98 print(datetime.datetime.today(), *args, sep=' ', **kw_args)
H A Dexport-to-postgresql.py277 print(datetime.datetime.today(), *args, sep=' ', **kw_args)
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3661 const char *sep = n == 0 ? "" : "/ "; local
3692 sep, rf_prefix, reg->addr);
3695 sep, rf_prefix, reg->addr, ffs);
3698 sep, rf_prefix, reg->addr, fls, ffs);
3705 const char *sep = n == 0 ? "" : "/ "; local
3713 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep,
3716 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep,
3719 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep,
3732 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep,
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c2167 const char *delim, *option, *sep; local
2236 sep = strchr(delim, ',');
2237 option = sep + 1;
2238 } while (sep);
/linux-master/fs/smb/client/
H A Dcifsfs.c848 char sep; local
860 sep = CIFS_DIR_SEP(cifs_sb);
875 while (*s == sep)
881 while (*s && *s != sep)
H A Dconnect.c3519 char sep, tmp; local
3522 sep = CIFS_DIR_SEP(cifs_sb);
3528 while (*s == sep)
3533 while (*s && *s != sep)
/linux-master/kernel/trace/
H A Dtrace_events_hist.c1807 * If field_op != FIELD_OP_NONE, *sep points to the root operator
1810 static int contains_operator(char *str, char **sep) argument
1872 if (sep) {
1876 *sep = minus_op;
1879 *sep = plus_op;
1882 *sep = div_op;
1885 *sep = mult_op;
1889 *sep = NULL;
2662 char *sep, *operand1_str; local
2671 field_op = contains_operator(str, &sep);
[all...]
/linux-master/Documentation/sphinx/
H A Dkfigure.py79 fname = folder + os.sep + cmd
/linux-master/security/
H A Dsecurity.c277 char *sep, *name, *next; local
306 sep = kstrdup(order, GFP_KERNEL);
307 next = sep;
350 kfree(sep);
/linux-master/tools/perf/util/
H A Dhist.h446 const char *sep; member in struct:perf_hpp
H A Dsort.c82 char *sep = bf; local
85 sep = strchr(sep, *symbol_conf.field_sep);
86 if (sep == NULL)
88 *sep = '.';
H A Devsel.c2923 const char *sep = ":"; local
2932 sep = "";
2934 if (asprintf(&new_name, "%s%su", name, sep) < 0)
/linux-master/drivers/md/
H A Dmd.c2976 char *sep = ","; local
2983 len += sprintf(page+len, "faulty%s", sep);
2985 len += sprintf(page+len, "in_sync%s", sep);
2987 len += sprintf(page+len, "journal%s", sep);
2989 len += sprintf(page+len, "write_mostly%s", sep);
2993 len += sprintf(page+len, "blocked%s", sep);
2997 len += sprintf(page+len, "spare%s", sep);
2999 len += sprintf(page+len, "write_error%s", sep);
3001 len += sprintf(page+len, "want_replacement%s", sep);
3003 len += sprintf(page+len, "replacement%s", sep);
[all...]
/linux-master/scripts/mod/
H A Dfile2alias.c89 #define ADD(str, sep, cond, field) \
91 strcat(str, sep); \
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1505 static void print_bits(unsigned long val, struct regbit *bits, const char *sep) argument
1512 s = sep;
/linux-master/kernel/
H A Dseccomp.c2273 const char *sep)
2285 ret = strscpy(names, sep, size);
2271 seccomp_names_from_actions_logged(char *names, size_t size, u32 actions_logged, const char *sep) argument
/linux-master/drivers/scsi/
H A Dqla1280.c4100 char *sep; local
4104 sep = strchr(str, ':');
4106 if (sep) {
4108 if (!strncmp(setup_token[i].token, str, (sep - str))) {
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2622 * separated @sep, escaped with esc_enter and esc_exit.
2624 static __be32 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, argument
2646 /* try to parse as esc_start, ..., esc_end, sep */
2651 if (*end && (!*next || *next == sep)) {
2658 for (; *end && (*end != sep); end++)
2659 /* find sep or end of string */;
2682 * separated @sep.
2684 static __be32 nfsd4_encode_components(struct xdr_stream *xdr, char sep, argument
2687 return nfsd4_encode_components_esc(xdr, sep, components, 0, 0);
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c1612 static ssize_t write_ap_bitmap(unsigned long *bitmap, char *buf, int offset, char sep) argument
1615 bitmap[0], bitmap[1], bitmap[2], bitmap[3], sep);
/linux-master/fs/ext4/
H A Dsuper.c2938 char sep = nodefs ? '\n' : ','; local
2940 #define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep)
2941 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg)
3018 fscrypt_show_test_dummy_encryption(seq, sep, sb);
/linux-master/tools/perf/
H A Dbuiltin-sched.c2768 const char *sep = " <- "; local
2785 ret += fprintf(fp, "%s%s", first ? "" : sep,
/linux-master/tools/lib/bpf/
H A Dlibbpf.c2160 char *sep, *value; local
2168 sep = strchr(buf, '=');
2169 if (!sep) {
2179 *sep = '\0';
2180 if (!sep[1]) {
2181 *sep = '=';
2191 value = sep + 1;
/linux-master/scripts/
H A Dcheckpatch.pl4290 my $sep = '';
4297 $err .= "$sep$ctx\n";
4298 $sep = '';
4300 $sep = "[...]\n";

Completed in 629 milliseconds

12345