Searched refs:dash (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | fault.c | 113 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 D | mc13783-adc.c | 232 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 D | nolibc-test.c | 699 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 D | Kconfig | 27 Support for MStar/Sigmastar mercury dash camera SoCs.
|
/linux-6.3-rc2/tools/testing/selftests/sparc64/drivers/ |
A D | adi-test.c | 150 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 D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | c-code-gen.rst | 18 means the concatenation of ``$family``, a dash character, and the literal
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | v4l2-device.rst | 36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | bootconfig.rst | 30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore
|
/linux-6.3-rc2/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 544 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 D | printk-formats.rst | 312 the ``M`` specifier to use dash (-) separators instead of the default
|
/linux-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 203 * In syslog.conf, you can prefix entries with a dash `-` to omit syncing the
|
Completed in 13 milliseconds