/Linux-v4.19/net/core/ |
D | dev_ioctl.c | 380 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/ |
D | debug.h | 493 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/ |
D | drm_edid_load.c | 278 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/ |
D | help.c | 207 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/ |
D | sysfs-class-uwb_rc | 80 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/ |
D | lcd-panel-cgram.txt | 4 number, and up to 8 couples of hex digits terminated by a semi-colon
|
/Linux-v4.19/Documentation/networking/ |
D | alias.rst | 12 An alias is formed by adding a colon and a string when running ifconfig.
|
/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 516 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()
|
D | devinet.c | 969 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/ |
D | wext-core.c | 1095 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/ |
D | evsel.c | 393 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/ |
D | defkeymap.map | 127 keycode 122 = colon threesuperior
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 36 by a colon.
|
/Linux-v4.19/arch/m68k/hp300/ |
D | hp300map.map | 133 keycode 107 = semicolon colon
|
/Linux-v4.19/Documentation/gpu/ |
D | introduction.rst | 48 in a colon or not. Go with the file-local style. Other common section
|
/Linux-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 226 separators. The default byte separator is the colon (:). 268 colon-separators. Leading zeros are always used.
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2542 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/ |
D | dm-crypt.txt | 42 or it can be passed as <key_string> prefixed with single colon
|
/Linux-v4.19/drivers/tty/vt/ |
D | defkeymap.map | 87 keycode 39 = semicolon colon
|
/Linux-v4.19/drivers/md/ |
D | dm-crypt.c | 2073 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/ |
D | driver_usage.txt | 131 It is the concatenation of up to four substrings separated by a colon. The
|
/Linux-v4.19/Documentation/fb/ |
D | intel810.txt | 175 with a colon (:) as in the following:
|
/Linux-v4.19/kernel/ |
D | module.c | 4084 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/ |
D | perf-list.txt | 43 Events can optionally have a modifier by appending a colon and one or
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 164 some phrase followed by a colon, each of those phrases will be taken
|