/linux/net/core/ |
A D | dev_ioctl.c | 474 char *colon; in dev_ioctl() local 484 if (colon) in dev_ioctl() 485 *colon = 0; in dev_ioctl() 495 if (colon) in dev_ioctl() 496 *colon = ':'; in dev_ioctl() 515 if (colon) in dev_ioctl() 516 *colon = ':'; in dev_ioctl() 522 if (colon) in dev_ioctl() 523 *colon = ':'; in dev_ioctl() 541 if (colon) in dev_ioctl() [all …]
|
/linux/drivers/gpu/drm/ |
A D | drm_edid_load.c | 269 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_load_edid_firmware() local 289 colon = strchr(edidname, ':'); in drm_load_edid_firmware() 290 if (colon != NULL) { in drm_load_edid_firmware() 291 if (strncmp(connector_name, edidname, colon - edidname)) in drm_load_edid_firmware() 293 edidname = colon + 1; in drm_load_edid_firmware()
|
/linux/tools/lib/subcmd/ |
A D | help.c | 209 char *paths, *path, *colon; in load_command_list() local 212 if ((colon = strchr(path, ':'))) in load_command_list() 213 *colon = 0; in load_command_list() 217 if (!colon) in load_command_list() 219 path = colon + 1; in load_command_list()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-uwb_rc | 83 The EUI-48, in colon-separated hex octets, for this 119 The current DevAddr of this device in colon separated 128 The EUI-48 of this device in colon separated hex
|
/linux/Documentation/admin-guide/ |
A D | lcd-panel-cgram.rst | 8 number, and up to 8 couples of hex digits terminated by a semi-colon
|
A D | bootconfig.rst | 23 has to be terminated by semi-colon (``;``) or newline (``\n``). 32 for delimiters such as semi-colon (``;``), new-line (``\n``), comma (``,``),
|
/linux/Documentation/networking/ |
A D | alias.rst | 12 An alias is formed by adding a colon and a string when running ifconfig.
|
/linux/net/wireless/ |
A D | wext-core.c | 1097 char *colon; in compat_wext_handle_ioctl() local 1104 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl() 1105 if (colon) in compat_wext_handle_ioctl() 1106 *colon = 0; in compat_wext_handle_ioctl()
|
/linux/net/ipv4/ |
A D | fib_frontend.c | 525 char *colon; in rtentry_to_fib_config() local 533 colon = strchr(devname, ':'); in rtentry_to_fib_config() 534 if (colon) in rtentry_to_fib_config() 535 *colon = 0; in rtentry_to_fib_config() 541 if (colon) { in rtentry_to_fib_config() 549 *colon = ':'; in rtentry_to_fib_config()
|
A D | devinet.c | 1018 char *colon; in devinet_ioctl() local 1027 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl() 1028 if (colon) in devinet_ioctl() 1029 *colon = 0; in devinet_ioctl() 1075 if (colon) in devinet_ioctl() 1076 *colon = ':'; in devinet_ioctl() 1135 if (colon) { in devinet_ioctl() 1158 if (colon) in devinet_ioctl()
|
/linux/Documentation/admin-guide/acpi/ |
A D | fan_performance_states.rst | 38 and contains a colon-separated list of 5 integer numbers (fields) with the
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-core.c | 1868 const char *prefix, const char *colon) in log_ctrl() argument 1875 pr_info("%s%s%s: ", prefix, colon, ctrl->name); in log_ctrl() 1897 const char *colon = ""; in v4l2_ctrl_handler_log_status() local 1906 colon = ": "; in v4l2_ctrl_handler_log_status() 1910 log_ctrl(ctrl, prefix, colon); in v4l2_ctrl_handler_log_status()
|
/linux/tools/perf/util/ |
A D | evsel.c | 534 int colon = 0, r = 0; in evsel__add_modifiers() local 540 if (!colon) colon = ++r; \ in evsel__add_modifiers() 552 if (!colon) in evsel__add_modifiers() 553 colon = ++r; in evsel__add_modifiers() 563 if (colon) in evsel__add_modifiers() 564 bf[colon - 1] = ':'; in evsel__add_modifiers()
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-init.rst | 19 - a semi-colon is used to separate devices.
|
A D | dm-crypt.rst | 53 or it can be passed as <key_string> prefixed with single colon
|
/linux/drivers/s390/char/ |
A D | defkeymap.map | 127 keycode 122 = colon threesuperior
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-bus-firewire | 36 by a colon.
|
/linux/arch/m68k/hp300/ |
A D | hp300map.map | 133 keycode 107 = semicolon colon
|
/linux/Documentation/gpu/ |
A D | introduction.rst | 48 in a colon or not. Go with the file-local style. Other common section
|
/linux/net/ceph/ |
A D | osdmap.c | 2913 const char *type_name, *name, *colon; in DEFINE_RB_FUNCS2() local 2918 colon = strchr(type_name, ':'); in DEFINE_RB_FUNCS2() 2919 if (!colon) in DEFINE_RB_FUNCS2() 2922 type_name_len = colon - type_name; in DEFINE_RB_FUNCS2() 2926 name = colon + 1; in DEFINE_RB_FUNCS2()
|
/linux/drivers/tty/vt/ |
A D | defkeymap.map | 88 keycode 39 = semicolon colon
|
/linux/Documentation/core-api/ |
A D | printk-formats.rst | 309 separators. The default byte separator is the colon (:). 351 colon-separators. Leading zeros are always used.
|
/linux/fs/pstore/ |
A D | Kconfig | 210 a colon.
|
/linux/Documentation/dev-tools/kunit/ |
A D | style.rst | 153 test name, separated by a colon (i.e. ``suite:test``).
|
/linux/Documentation/fb/ |
A D | intel810.rst | 182 with a colon (:) as in the following::
|