Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/gpu/drm/
H A Ddrm_edid_load.c58 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_edid_load_firmware() local
78 colon = strchr(edidname, ':'); in drm_edid_load_firmware()
79 if (colon != NULL) { in drm_edid_load_firmware()
80 if (strncmp(connector->name, edidname, colon - edidname)) in drm_edid_load_firmware()
82 edidname = colon + 1; in drm_edid_load_firmware()
/linux/tools/perf/util/
H A Dtp_pmu.c192 char *dup_name, *colon; in tp_pmu__have_event() local
195 colon = strchr((char *)name, ':'); in tp_pmu__have_event()
196 if (colon == NULL) in tp_pmu__have_event()
203 colon = dup_name + (colon - name); in tp_pmu__have_event()
204 *colon = '\0'; in tp_pmu__have_event()
205 id = tp_pmu__id(dup_name, colon + 1); in tp_pmu__have_event()
H A Ddrm_pmu.c136 const char *colon = strchr(line, ':');
139 if (!colon) in add_event()
147 tmp[*num_events].name = strndup(line, colon - line); in add_event()
140 const char *colon = strchr(line, ':'); add_event() local
H A Denv.c964 char *pmu_mapping = env->pmu_mappings, *colon;
967 if (strtoul(pmu_mapping, &colon, 0) == ULONG_MAX || *colon != ':')
970 pmu_mapping = colon + 1;
734 char *pmu_mapping = env->pmu_mappings, *colon; perf_env__has_pmu_mapping() local
H A Devsel.c777 int colon = 0, r = 0; in __evsel__bp_name()
782 if (!colon) colon = ++r; \ in __evsel__bp_name()
793 if (!colon) in evsel__bp_name()
794 colon = ++r; in evsel__bp_name()
803 if (colon)
804 bf[colon - 1] = ':';
707 int colon = 0, r = 0; evsel__add_modifiers() local
/linux/tools/lib/subcmd/
H A Dhelp.c238 char *paths, *path, *colon; in load_command_list() local
241 if ((colon = strchr(path, ':'))) in load_command_list()
242 *colon = 0; in load_command_list()
246 if (!colon) in load_command_list()
248 path = colon + 1; in load_command_list()
/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c93 char *label, *colon, *triple = NULL; in disasm_one_func() local
155 colon = ""; in disasm_one_func()
158 colon = ":"; in disasm_one_func()
165 fprintf(text_out, "%s%s%s\n", label, colon, buf); in disasm_one_func()
/linux/drivers/md/
H A Ddm-inlinecrypt.c152 char *colon, dummy; in get_key_size() local
168 colon = strpbrk(*key_string + 1, ":"); in get_key_size()
169 if (!colon) in get_key_size()
176 *key_string = colon; in get_key_size()
/linux/net/bluetooth/
H A Daf_bluetooth.c670 char *colon; in bt_dev_ioctl() local
677 colon = strchr(ifr.ifr_name, ':'); in bt_dev_ioctl()
678 if (colon) in bt_dev_ioctl()
679 *colon = 0; in bt_dev_ioctl()
687 if (colon) in bt_dev_ioctl()
688 *colon = ':'; in bt_dev_ioctl()
/linux/rust/syn/
H A Dty.rs1006 let colon: Token![:] = input.parse()?; in parse_bare_fn_arg() localVariable
1007 Some((name, colon)) in parse_bare_fn_arg()
1041 let colon: Token![:] = input.parse()?; in parse_bare_variadic() localVariable
1042 Some((name, colon)) in parse_bare_variadic()
1245 if let Some((name, colon)) = &self.name { in to_tokens()
1247 colon.to_tokens(tokens); in to_tokens()
1257 if let Some((name, colon)) = &self.name { in to_tokens()
1259 colon.to_tokens(tokens); in to_tokens()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c2418 char *comma, *colon, *dash, *value;
2425 colon = strchr(test, ':');
2426 if (colon)
2427 *(colon++) = '\0';
2436 * once. We may have an optional range at <colon>
2441 value = colon;
2443 colon = strchr(value, ':');
2444 if (colon)
2445 *(colon++) = '\0';
2459 value = colon;
1936 char *comma, *colon, *dash, *value; main() local
[all...]
/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/linux/kernel/trace/
H A Dtrace_events_user.c1367 char *buf, int len, bool *colon) in user_dyn_field_set_string() argument
1371 *colon = false; in user_dyn_field_set_string()
1381 *colon = true; in user_dyn_field_set_string()
1394 char *buf, int len, bool colon) in user_field_set_string() argument
1405 if (colon) in user_field_set_string()
1882 bool colon = false, match = false; in user_field_match() local
1889 0, &colon); in user_field_match()
1891 len = user_field_set_string(field, field_name, 0, colon); in user_field_match()
1903 dyn_len, &colon); in user_field_match()
1905 user_field_set_string(field, field_name, len, colon); in user_field_match()
/linux/Documentation/networking/
H A Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
/linux/net/wireless/
H A Dwext-core.c1124 char *colon; in compat_wext_handle_ioctl() local
1131 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl()
1132 if (colon) in compat_wext_handle_ioctl()
1133 *colon = 0; in compat_wext_handle_ioctl()
/linux/net/ipv4/
H A Dfib_frontend.c557 char *colon; in rtentry_to_fib_config() local
565 colon = strchr(devname, ':'); in rtentry_to_fib_config()
566 if (colon) in rtentry_to_fib_config()
567 *colon = 0; in rtentry_to_fib_config()
573 if (colon) { in rtentry_to_fib_config()
581 *colon = ':'; in rtentry_to_fib_config()
H A Ddevinet.c1070 char *colon; in devinet_ioctl() local
1079 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl()
1080 if (colon) in devinet_ioctl()
1081 *colon = 0; in devinet_ioctl()
1127 if (colon) in devinet_ioctl()
1128 *colon = ':'; in devinet_ioctl()
1187 if (colon) { in devinet_ioctl()
1215 if (colon) in devinet_ioctl()
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst38 and contains a colon-separated list of 5 integer numbers (fields) with the
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire36 by a colon.
/linux/drivers/s390/char/
H A Ddefkeymap.map127 keycode 122 = colon threesuperior
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst19 - a semi-colon is used to separate devices.
/linux/arch/m68k/hp300/
H A Dhp300map.map133 keycode 107 = semicolon colon
/linux/net/ceph/
H A Dosdmap.c2939 const char *type_name, *name, *colon; in DEFINE_RB_FUNCS2() local
2944 colon = strchr(type_name, ':'); in DEFINE_RB_FUNCS2()
2945 if (!colon) in DEFINE_RB_FUNCS2()
2948 type_name_len = colon - type_name; in DEFINE_RB_FUNCS2()
2952 name = colon + 1; in DEFINE_RB_FUNCS2()
/linux/fs/pstore/
H A DKconfig129 a colon.
/linux/drivers/tty/vt/
H A Ddefkeymap.map88 keycode 39 = semicolon colon

12