Home
last modified time | relevance | path

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

12

/linux/net/core/
A Ddev_ioctl.c474 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 Ddrm_edid_load.c269 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 Dhelp.c209 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 Dsysfs-class-uwb_rc83 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 Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
A Dbootconfig.rst23 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 Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
/linux/net/wireless/
A Dwext-core.c1097 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 Dfib_frontend.c525 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 Ddevinet.c1018 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 Dfan_performance_states.rst38 and contains a colon-separated list of 5 integer numbers (fields) with the
/linux/drivers/media/v4l2-core/
A Dv4l2-ctrls-core.c1868 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 Devsel.c534 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 Ddm-init.rst19 - a semi-colon is used to separate devices.
A Ddm-crypt.rst53 or it can be passed as <key_string> prefixed with single colon
/linux/drivers/s390/char/
A Ddefkeymap.map127 keycode 122 = colon threesuperior
/linux/Documentation/ABI/stable/
A Dsysfs-bus-firewire36 by a colon.
/linux/arch/m68k/hp300/
A Dhp300map.map133 keycode 107 = semicolon colon
/linux/Documentation/gpu/
A Dintroduction.rst48 in a colon or not. Go with the file-local style. Other common section
/linux/net/ceph/
A Dosdmap.c2913 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 Ddefkeymap.map88 keycode 39 = semicolon colon
/linux/Documentation/core-api/
A Dprintk-formats.rst309 separators. The default byte separator is the colon (:).
351 colon-separators. Leading zeros are always used.
/linux/fs/pstore/
A DKconfig210 a colon.
/linux/Documentation/dev-tools/kunit/
A Dstyle.rst153 test name, separated by a colon (i.e. ``suite:test``).
/linux/Documentation/fb/
A Dintel810.rst182 with a colon (:) as in the following::

Completed in 39 milliseconds

12