Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dasm.S13 .macro FUNC name colon section=default align=4
22 \name \colon
26 .macro LOCAL_FUNC name colon section=default align=4
34 \name \colon
38 .macro WEAK_FUNC name colon section=default align=4
47 \name \colon
56 .macro DATA name colon argument
59 \name \colon
62 .macro LOCAL_DATA name colon argument
64 \name \colon
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dasm.S13 .macro FUNC name colon section=default align=4
22 \name \colon
26 .macro LOCAL_FUNC name colon section=default align=4
34 \name \colon
38 .macro WEAK_FUNC name colon section=default align=4
47 \name \colon
56 .macro DATA name colon argument
59 \name \colon
62 .macro LOCAL_DATA name colon argument
64 \name \colon
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_ioctl.c368 char *colon; in dev_ioctl() local
377 colon = strchr(ifr->ifr_name, ':'); in dev_ioctl()
378 if (colon) in dev_ioctl()
379 *colon = 0; in dev_ioctl()
389 if (colon) in dev_ioctl()
390 *colon = ':'; in dev_ioctl()
409 if (colon) in dev_ioctl()
410 *colon = ':'; in dev_ioctl()
418 if (colon) in dev_ioctl()
419 *colon = ':'; in dev_ioctl()
[all …]
/OK3568_Linux_fs/kernel/include/linux/wimax/
H A Ddebug.h458 char submodule[130], *params, *params_orig, *token, *colon; in d_parse_params() local
474 colon = strchr(token, ':'); in d_parse_params()
475 if (colon != NULL) in d_parse_params()
476 *colon = '\n'; in d_parse_params()
478 if (colon != NULL) in d_parse_params()
479 *colon = ':'; /* set back, for error messages */ in d_parse_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c269 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local
280 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
281 if (colon > mtdparts_next) in mtd_probe_devices()
282 colon = NULL; in mtd_probe_devices()
284 if (!colon) { in mtd_probe_devices()
289 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H 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()
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py163 colon = line.find(':CONFIG_')
164 if colon == -1:
167 f.write(line[colon + 1:])
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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
/OK3568_Linux_fs/buildroot/package/gettext-gnu/
H A D0001-error_print_progname.patch10 name, a colon and a space. Otherwise, error will call this
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D20-merge_config.sh-Allow-to-define-config-prefix.patch8 echo " -e colon-separated list of br2-external trees to use (optional)"
H A D19-merge_config.sh-add-br2-external-support.patch23 + echo " -e colon-separated list of br2-external trees to use (optional)"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D18-cve-2014-9913-unzip-buffer-overflow.patch24 + * colon, and use four-digit hexadecimal.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/OK3568_Linux_fs/kernel/net/wireless/
H 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()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
/OK3568_Linux_fs/kernel/net/ipv4/
H 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()
H A Ddevinet.c1017 char *colon; in devinet_ioctl() local
1026 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl()
1027 if (colon) in devinet_ioctl()
1028 *colon = 0; in devinet_ioctl()
1074 if (colon) in devinet_ioctl()
1075 *colon = ':'; in devinet_ioctl()
1134 if (colon) { in devinet_ioctl()
1157 if (colon) in devinet_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c2208 char *params, *token, *colon; in set_wl_debug_level() local
2220 colon = strchr(params, '\n'); in set_wl_debug_level()
2221 if (colon != NULL) in set_wl_debug_level()
2222 *colon = '\0'; in set_wl_debug_level()
2229 colon = strchr(token, ':'); in set_wl_debug_level()
2230 if (colon != NULL) { in set_wl_debug_level()
2231 *colon = ' '; in set_wl_debug_level()
2234 if (colon != NULL) in set_wl_debug_level()
2235 *colon = ':'; in set_wl_debug_level()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c2210 char *params, *token, *colon; in set_wl_debug_level() local
2222 colon = strchr(params, '\n'); in set_wl_debug_level()
2223 if (colon != NULL) in set_wl_debug_level()
2224 *colon = '\0'; in set_wl_debug_level()
2231 colon = strchr(token, ':'); in set_wl_debug_level()
2232 if (colon != NULL) { in set_wl_debug_level()
2233 *colon = ' '; in set_wl_debug_level()
2236 if (colon != NULL) in set_wl_debug_level()
2237 *colon = ':'; in set_wl_debug_level()
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0002-Extract-a-function-for-splitting-a-colon-separated-s.patch4 Subject: [PATCH] Extract a function for splitting a colon-separated string
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc64 # pc can also contain port or socket path after colon (eg. localhost:/path/to/socket)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst38 and contains a colon-separated list of 5 integer numbers (fields) with the
/OK3568_Linux_fs/buildroot/package/lshw/
H A D0001-Fix-musl-build-basename-is-in-libgen.h.patch43 size_t colon = name.rfind(":");
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.c502 int colon = 0, r = 0; in perf_evsel__add_modifiers() local
508 if (!colon) colon = ++r; \ in perf_evsel__add_modifiers()
520 if (!colon) in perf_evsel__add_modifiers()
521 colon = ++r; in perf_evsel__add_modifiers()
531 if (colon) in perf_evsel__add_modifiers()
532 bf[colon - 1] = ':'; in perf_evsel__add_modifiers()

123456