Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/core/
Ddev_ioctl.c380 char *colon; in dev_ioctl() local
389 colon = strchr(ifr->ifr_name, ':'); in dev_ioctl()
390 if (colon) in dev_ioctl()
391 *colon = 0; in dev_ioctl()
416 if (colon) in dev_ioctl()
417 *colon = ':'; in dev_ioctl()
425 if (colon) in dev_ioctl()
426 *colon = ':'; in dev_ioctl()
444 if (colon) in dev_ioctl()
445 *colon = ':'; in dev_ioctl()
/Linux-v4.19/include/linux/wimax/
Ddebug.h493 char submodule[130], *params, *params_orig, *token, *colon; in d_parse_params() local
509 colon = strchr(token, ':'); in d_parse_params()
510 if (colon != NULL) in d_parse_params()
511 *colon = '\n'; in d_parse_params()
513 if (colon != NULL) in d_parse_params()
514 *colon = ':'; /* set back, for error messages */ in d_parse_params()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid_load.c278 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_load_edid_firmware() local
296 colon = strchr(edidname, ':'); in drm_load_edid_firmware()
297 if (colon != NULL) { in drm_load_edid_firmware()
298 if (strncmp(connector_name, edidname, colon - edidname)) in drm_load_edid_firmware()
300 edidname = colon + 1; in drm_load_edid_firmware()
/Linux-v4.19/tools/lib/subcmd/
Dhelp.c207 char *paths, *path, *colon; in load_command_list() local
210 if ((colon = strchr(path, ':'))) in load_command_list()
211 *colon = 0; in load_command_list()
215 if (!colon) in load_command_list()
217 path = colon + 1; in load_command_list()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-uwb_rc80 The EUI-48, in colon-separated hex octets, for this
116 The current DevAddr of this device in colon separated
125 The EUI-48 of this device in colon separated hex
/Linux-v4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
/Linux-v4.19/Documentation/networking/
Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
/Linux-v4.19/net/ipv4/
Dfib_frontend.c516 char *colon; in rtentry_to_fib_config() local
524 colon = strchr(devname, ':'); in rtentry_to_fib_config()
525 if (colon) in rtentry_to_fib_config()
526 *colon = 0; in rtentry_to_fib_config()
532 if (colon) { in rtentry_to_fib_config()
537 *colon = ':'; in rtentry_to_fib_config()
Ddevinet.c969 char *colon; in devinet_ioctl() local
978 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl()
979 if (colon) in devinet_ioctl()
980 *colon = 0; in devinet_ioctl()
1026 if (colon) in devinet_ioctl()
1027 *colon = ':'; in devinet_ioctl()
1083 if (colon) { in devinet_ioctl()
1106 if (colon) in devinet_ioctl()
/Linux-v4.19/net/wireless/
Dwext-core.c1095 char *colon; in compat_wext_handle_ioctl() local
1102 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl()
1103 if (colon) in compat_wext_handle_ioctl()
1104 *colon = 0; in compat_wext_handle_ioctl()
/Linux-v4.19/tools/perf/util/
Devsel.c393 int colon = 0, r = 0; in perf_evsel__add_modifiers() local
399 if (!colon) colon = ++r; \ in perf_evsel__add_modifiers()
411 if (!colon) in perf_evsel__add_modifiers()
412 colon = ++r; in perf_evsel__add_modifiers()
422 if (colon) in perf_evsel__add_modifiers()
423 bf[colon - 1] = ':'; in perf_evsel__add_modifiers()
/Linux-v4.19/drivers/s390/char/
Ddefkeymap.map127 keycode 122 = colon threesuperior
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-firewire36 by a colon.
/Linux-v4.19/arch/m68k/hp300/
Dhp300map.map133 keycode 107 = semicolon colon
/Linux-v4.19/Documentation/gpu/
Dintroduction.rst48 in a colon or not. Go with the file-local style. Other common section
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst226 separators. The default byte separator is the colon (:).
268 colon-separators. Leading zeros are always used.
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c2542 const char *prefix, const char *colon) in log_ctrl() argument
2549 pr_info("%s%s%s: ", prefix, colon, ctrl->name); in log_ctrl()
2571 const char *colon = ""; in v4l2_ctrl_handler_log_status() local
2580 colon = ": "; in v4l2_ctrl_handler_log_status()
2584 log_ctrl(ctrl, prefix, colon); in v4l2_ctrl_handler_log_status()
/Linux-v4.19/Documentation/device-mapper/
Ddm-crypt.txt42 or it can be passed as <key_string> prefixed with single colon
/Linux-v4.19/drivers/tty/vt/
Ddefkeymap.map87 keycode 39 = semicolon colon
/Linux-v4.19/drivers/md/
Ddm-crypt.c2073 char *colon, dummy; in get_key_size() local
2080 colon = strpbrk(*key_string + 1, ":"); in get_key_size()
2081 if (!colon) in get_key_size()
2087 *key_string = colon; in get_key_size()
/Linux-v4.19/drivers/staging/most/Documentation/
Ddriver_usage.txt131 It is the concatenation of up to four substrings separated by a colon. The
/Linux-v4.19/Documentation/fb/
Dintel810.txt175 with a colon (:) as in the following:
/Linux-v4.19/kernel/
Dmodule.c4084 char *colon; in module_kallsyms_lookup_name() local
4089 if ((colon = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in module_kallsyms_lookup_name()
4090 if ((mod = find_module_all(name, colon - name, false)) != NULL) in module_kallsyms_lookup_name()
4091 ret = mod_find_symname(mod, colon+1); in module_kallsyms_lookup_name()
/Linux-v4.19/tools/perf/Documentation/
Dperf-list.txt43 Events can optionally have a modifier by appending a colon and one or
/Linux-v4.19/Documentation/doc-guide/
Dkernel-doc.rst164 some phrase followed by a colon, each of those phrases will be taken

12