Searched refs:strchr (Results 451 - 475 of 494) sorted by relevance

<<11121314151617181920

/linux-master/drivers/infiniband/core/
H A Ddevice.c1209 if (strchr(name, '%'))
H A Dnldev.c1757 if (strchr(ibdev_name, '%') || strlen(ibdev_name) == 0)
/linux-master/kernel/
H A Dsys.c2338 !strchr(ANON_VMA_NAME_INVALID_CHARS, ch);
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1661 while ((p = strchr(p, ':'))) {
/linux-master/tools/perf/util/
H A Dsynthetic-events.c118 nl = strchr(name, '\n');
H A Dmachine.c1308 tmp = strchr(name, ' ');
H A Dsession.c2675 bracket = strchr(ref->name, ']');
/linux-master/net/core/
H A Ddev.c1107 p = strchr(name, '%');
1108 if (!p || p[1] != 'd' || strchr(p + 2, '%'))
1160 if (strchr(want_name, '%'))
1238 if (oldname[0] && !strchr(oldname, '%'))
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c469 char *c = strchr(service_name, '@');
/linux-master/security/integrity/ima/
H A Dima_policy.c359 cur = strchr(cur, '\0') + 1;
/linux-master/sound/pci/hda/
H A Dhda_generic.c5643 for (p = strchr(str, ' '); p; p = strchr(p + 1, ' ')) {
/linux-master/kernel/trace/
H A Dtrace.c10213 tmp = strchr(buf, '\n');
10232 tmp = strchr(buf, '#');
/linux-master/fs/ext4/
H A Dsuper.c2027 if (strchr(param->string, '/')) {
2444 char *value = strchr(key, '=');
/linux-master/net/ceph/
H A Dosdmap.c2934 colon = strchr(type_name, ':');
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c3301 if (port_str && strchr(port_str, ']'))
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c3293 num_str = strchr(name, '.');
/linux-master/fs/
H A Dnamespace.c3321 subtype = strchr(fstype, '.');
/linux-master/block/
H A Dblk-iocost.c3099 if (!strchr(buf, ':')) {
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3594 if (strchr(name, '\n'))
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1624 ptr = strchr(ptr, '-');
/linux-master/include/linux/
H A Dnetdevice.h5143 if (!dev->name[0] || strchr(dev->name, '%'))
/linux-master/fs/f2fs/
H A Dsuper.c416 if (strchr(qname, '/')) {
/linux-master/drivers/nvme/host/
H A Dfc.c3844 if ((count > (16+1+FC_APPID_LEN)) || (!strchr(buf, ':')))
/linux-master/fs/proc/
H A Dbase.c1602 next_line = strchr(pos, '\n');
/linux-master/tools/perf/
H A Dbuiltin-record.c3122 p = strchr(s, ',');

Completed in 921 milliseconds

<<11121314151617181920