/linux-4.4.14/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-4.4.14/net/core/ |
D | dev_ioctl.c | 397 char *colon; in dev_ioctl() local 418 colon = strchr(ifr.ifr_name, ':'); in dev_ioctl() 419 if (colon) in dev_ioctl() 420 *colon = 0; in dev_ioctl() 446 if (colon) in dev_ioctl() 447 *colon = ':'; in dev_ioctl() 460 if (colon) in dev_ioctl() 461 *colon = ':'; in dev_ioctl() 484 if (colon) in dev_ioctl() 485 *colon = ':'; in dev_ioctl()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid_load.c | 267 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_load_edid_firmware() local 286 colon = strchr(edidname, ':'); in drm_load_edid_firmware() 287 if (colon != NULL) { in drm_load_edid_firmware() 288 if (strncmp(connector_name, edidname, colon - edidname)) in drm_load_edid_firmware() 290 edidname = colon + 1; in drm_load_edid_firmware()
|
/linux-4.4.14/tools/perf/util/ |
D | help.c | 172 char *paths, *path, *colon; in load_command_list() local 175 if ((colon = strchr(path, PATH_SEP))) in load_command_list() 176 *colon = 0; in load_command_list() 180 if (!colon) in load_command_list() 182 path = colon + 1; in load_command_list()
|
D | evsel.c | 294 int colon = 0, r = 0; in perf_evsel__add_modifiers() local 300 if (!colon) colon = ++r; \ in perf_evsel__add_modifiers() 312 if (!colon) in perf_evsel__add_modifiers() 313 colon = ++r; in perf_evsel__add_modifiers() 323 if (colon) in perf_evsel__add_modifiers() 324 bf[colon - 1] = ':'; in perf_evsel__add_modifiers()
|
/linux-4.4.14/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-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 4 number, and up to 8 couples of hex digits terminated by a semi-colon
|
/linux-4.4.14/Documentation/networking/ |
D | alias.txt | 10 An alias is formed by adding a colon and a string when running ifconfig.
|
/linux-4.4.14/net/ipv4/ |
D | fib_frontend.c | 496 char *colon; in rtentry_to_fib_config() local 504 colon = strchr(devname, ':'); in rtentry_to_fib_config() 505 if (colon) in rtentry_to_fib_config() 506 *colon = 0; in rtentry_to_fib_config() 511 if (colon) { in rtentry_to_fib_config() 516 *colon = ':'; in rtentry_to_fib_config()
|
D | devinet.c | 927 char *colon; in devinet_ioctl() local 942 colon = strchr(ifr.ifr_name, ':'); in devinet_ioctl() 943 if (colon) in devinet_ioctl() 944 *colon = 0; in devinet_ioctl() 990 if (colon) in devinet_ioctl() 991 *colon = ':'; in devinet_ioctl() 1043 if (colon) { in devinet_ioctl() 1066 if (colon) in devinet_ioctl()
|
/linux-4.4.14/net/wireless/ |
D | wext-core.c | 1114 char *colon; in compat_wext_handle_ioctl() local 1121 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl() 1122 if (colon) in compat_wext_handle_ioctl() 1123 *colon = 0; in compat_wext_handle_ioctl()
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 126 keycode 122 = colon threesuperior
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 36 by a colon.
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 146 separators. The default byte separator is the colon (':'). 182 colon-separators. Leading zeros are always used.
|
D | kernel-doc-nano-HOWTO.txt | 258 some phrase followed by a colon, each of those phrases will be taken as
|
D | kernel-parameters.txt | 947 if its name and a colon are prepended to the EDID
|
/linux-4.4.14/arch/m68k/hp300/ |
D | hp300map.map | 133 keycode 107 = semicolon colon
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 2719 char *colon; in kiblnd_dev_search() local 2722 colon = strchr(ifname, ':'); in kiblnd_dev_search() 2731 if (colon != NULL) in kiblnd_dev_search() 2732 *colon = 0; in kiblnd_dev_search() 2739 if (colon != NULL) in kiblnd_dev_search() 2740 *colon = ':'; in kiblnd_dev_search()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2645 char *colon = strchr(ifnam, ':'); in ksocknal_search_new_ipif() local 2650 if (colon != NULL) /* ignore alias device */ in ksocknal_search_new_ipif() 2651 *colon = 0; in ksocknal_search_new_ipif() 2672 if (colon != NULL) in ksocknal_search_new_ipif() 2673 *colon = ':'; in ksocknal_search_new_ipif()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 22 Events can optionally have a modifier by appending a colon and one or
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2372 const char *prefix, const char *colon) in log_ctrl() argument 2379 pr_info("%s%s%s: ", prefix, colon, ctrl->name); in log_ctrl() 2401 const char *colon = ""; in v4l2_ctrl_handler_log_status() local 2410 colon = ": "; in v4l2_ctrl_handler_log_status() 2414 log_ctrl(ctrl, prefix, colon); in v4l2_ctrl_handler_log_status()
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.map | 87 keycode 39 = semicolon colon
|
/linux-4.4.14/Documentation/fb/ |
D | intel810.txt | 175 with a colon (:) as in the following:
|
/linux-4.4.14/kernel/ |
D | module.c | 3840 char *colon; in module_kallsyms_lookup_name() local 3845 if ((colon = strchr(name, ':')) != NULL) { in module_kallsyms_lookup_name() 3846 if ((mod = find_module_all(name, colon - name, false)) != NULL) in module_kallsyms_lookup_name() 3847 ret = mod_find_symname(mod, colon+1); in module_kallsyms_lookup_name()
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 166 Multiple lower layers can now be given using the the colon (":") as a
|
D | proc.txt | 1371 major:minor major and minor number of the device separated by a colon
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 159 total of 5. The word consists of 3 colon-separated decimal numbers for
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 333 pairs are separated with a comma (no spaces allowed). A colon can be
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 799 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 702 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 983 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 991 case\ CDROMREADTOCENTRY\colon get_toc_entry\bigl((struct\
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 426 ID and a colon, such as "krb5tgt:" for a Kerberos 5 ticket granting
|