[go: nahoru, domu]

Searched defs:sep (Results 1 - 10 of 10) sorted by relevance

/drivers/parport/
H A Dprobe.c65 char *sep; local
68 sep = strchr(p, ':');
69 if (sep) {
71 *(sep++) = 0;
73 u = sep + strlen (sep) - 1;
83 info->mfr = kstrdup(sep, GFP_KERNEL);
86 info->model = kstrdup(sep, GFP_KERNEL);
91 info->class_name = kstrdup(sep, GFP_KERNEL);
92 for (u = sep; *
[all...]
H A Dparport_ip32.c415 #define sep (f++ ? ',' : ' ') macro
421 printk("%cBusy", sep);
423 printk("%cnAck", sep);
425 printk("%cPError", sep);
427 printk("%cSelect", sep);
429 printk("%cnFault", sep);
431 printk("%c(Print)", sep);
433 printk("%cTimeout", sep);
436 #undef sep macro
H A Dparport_pc.c3238 char *sep; local
3268 sep = strchr(str, ',');
3269 if (sep++) {
3270 if (parport_parse_irq(sep, &val))
3273 sep = strchr(sep, ',');
3274 if (sep++) {
3275 if (parport_parse_dma(sep, &val))
/drivers/staging/lustre/lustre/libcfs/
H A Dnidstrings.c468 const char *sep = strchr(str, '@'); local
473 if (sep != NULL) {
474 nf = libcfs_str2net_internal(sep + 1, &net);
478 sep = str + strlen(str);
484 if (!nf->nf_str2addr(str, (int)(sep - str), &addr))
/drivers/block/drbd/
H A Ddrbd_debugfs.c33 bool is_set, char *sep, const char *set_name, const char *unset_name)
36 seq_putc(m, *sep);
38 *sep = '|';
40 seq_putc(m, *sep);
42 *sep = '|';
47 bool is_set, char *sep, const char *set_name)
49 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL);
56 char sep = ' '; local
62 seq_print_rq_state_bit(m, s & RQ_IN_ACT_LOG, &sep, "in-AL");
63 seq_print_rq_state_bit(m, s & RQ_POSTPONED, &sep, "postpone
32 __seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name, const char *unset_name) argument
46 seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name) argument
232 char sep = ' '; local
[all...]
/drivers/staging/lustre/lnet/lnet/
H A Dconfig.c421 char *sep; local
435 for (sep = str; *sep != 0; sep++)
436 if (lnet_issep(*sep) || *sep == '#')
439 nob = (int)(sep - str);
458 if (*sep == '#') {
461 sep++;
462 } while (*sep !
505 char *sep; local
597 char *sep; local
637 char *sep; local
835 char *sep; local
909 char *sep; local
[all...]
/drivers/scsi/
H A Dqla1280.c4187 char *sep; local
4191 sep = strchr(str, ':');
4193 if (sep) {
4195 if (!strncmp(setup_token[i].token, str, (sep - str))) {
/drivers/staging/lustre/lustre/obdclass/
H A Dlprocfs_status.c107 int obd_connect_flags2str(char *page, int count, __u64 flags, char *sep) argument
115 ret ? sep : "", obd_connect_names[i]);
120 ret ? sep : "", flags & ~(mask - 1));
658 static void obd_connect_seq_flags2str(struct seq_file *m, __u64 flags, char *sep) argument
667 first ? sep : "", obd_connect_names[i]);
673 first ? sep : "", flags & ~(mask - 1));
/drivers/target/
H A Dtarget_core_stat.c546 struct se_port *sep; local
552 sep = lun->lun_sep;
553 if (!sep) {
568 struct se_port *sep; local
573 sep = lun->lun_sep;
574 if (!sep) {
588 struct se_port *sep; local
592 sep = lun->lun_sep;
593 if (!sep) {
597 ret = snprintf(page, PAGE_SIZE, "%u\n", sep
608 struct se_port *sep; local
630 struct se_port *sep; local
690 struct se_port *sep; local
712 struct se_port *sep; local
731 struct se_port *sep; local
750 struct se_port *sep; local
773 struct se_port *sep; local
797 struct se_port *sep; local
817 struct se_port *sep; local
838 struct se_port *sep; local
859 struct se_port *sep; local
926 struct se_port *sep; local
948 struct se_port *sep; local
971 struct se_port *sep; local
994 struct se_port *sep; local
[all...]
/drivers/md/
H A Dmd.c2386 char *sep = ""; local
2391 len+= sprintf(page+len, "%sfaulty",sep);
2392 sep = ",";
2395 len += sprintf(page+len, "%sin_sync",sep);
2396 sep = ",";
2399 len += sprintf(page+len, "%swrite_mostly",sep);
2400 sep = ",";
2405 len += sprintf(page+len, "%sblocked", sep);
2406 sep = ",";
2410 len += sprintf(page+len, "%sspare", sep);
[all...]

Completed in 553 milliseconds