Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dfault.c113 char *dash; in fault_opcodes_write() local
125 dash = strchr(token, '-'); in fault_opcodes_write()
126 if (dash) in fault_opcodes_write()
127 *dash = '\0'; in fault_opcodes_write()
130 if (dash) { in fault_opcodes_write()
131 token = dash + 1; in fault_opcodes_write()
/linux-6.3-rc2/drivers/hwmon/
A Dmc13783-adc.c232 char *dash; in mc13783_adc_probe() local
240 dash = strchr(priv->name, '-'); in mc13783_adc_probe()
241 if (dash) in mc13783_adc_probe()
242 *dash = '\0'; in mc13783_adc_probe()
/linux-6.3-rc2/tools/testing/selftests/nolibc/
A Dnolibc-test.c699 char *comma, *colon, *dash, *value; in main() local
728 dash = strchr(value, '-'); in main()
729 if (dash) in main()
730 *(dash++) = '\0'; in main()
735 if (!dash) in main()
737 else if (*dash) in main()
738 max = atoi(dash); in main()
/linux-6.3-rc2/arch/arm/mach-mstar/
A DKconfig27 Support for MStar/Sigmastar mercury dash camera SoCs.
/linux-6.3-rc2/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c150 char *dash, *end_ptr; in build_memory_map() local
156 dash = strstr(line, "-"); in build_memory_map()
157 dash[0] = 0x20; in build_memory_map()
/linux-6.3-rc2/tools/testing/selftests/ftrace/
A DREADME38 * The test cases should run on dash (busybox shell) for testing on
/linux-6.3-rc2/Documentation/userspace-api/netlink/
A Dc-code-gen.rst18 means the concatenation of ``$family``, a dash character, and the literal
/linux-6.3-rc2/Documentation/driver-api/media/
A Dv4l2-device.rst36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
/linux-6.3-rc2/Documentation/admin-guide/
A Dbootconfig.rst30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore
/linux-6.3-rc2/Documentation/admin-guide/LSM/
A DSmack.rst544 valid letters (rwxatbRWXATB) and the dash ('-') character are allowed in
545 access specifications. The dash is a placeholder, so "a-r" is the same
546 as "ar". A lone dash is used to specify that no access should be allowed.
/linux-6.3-rc2/Documentation/core-api/
A Dprintk-formats.rst312 the ``M`` specifier to use dash (-) separators instead of the default
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dlaptop-mode.rst203 * In syslog.conf, you can prefix entries with a dash `-` to omit syncing the

Completed in 13 milliseconds