Searched refs:dash (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
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.6.21/drivers/hwmon/ |
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.6.21/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 1292 char *comma, *colon, *dash, *value; in main() local 1321 dash = strchr(value, '-'); in main() 1322 if (dash) in main() 1323 *(dash++) = '\0'; in main() 1328 if (!dash) in main() 1330 else if (*dash) in main() 1331 max = atoi(dash); in main()
|
/linux-6.6.21/tools/testing/selftests/sparc64/drivers/ |
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.6.21/tools/testing/selftests/ftrace/ |
D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux-6.6.21/Documentation/userspace-api/netlink/ |
D | c-code-gen.rst | 18 means the concatenation of ``$family``, a dash character, and the literal
|
/linux-6.6.21/Documentation/driver-api/media/ |
D | v4l2-device.rst | 36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
|
/linux-6.6.21/Documentation/admin-guide/ |
D | bootconfig.rst | 30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore
|
/linux-6.6.21/Documentation/admin-guide/LSM/ |
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.6.21/Documentation/core-api/ |
D | printk-formats.rst | 313 the ``M`` specifier to use dash (-) separators instead of the default
|
/linux-6.6.21/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 203 * In syslog.conf, you can prefix entries with a dash `-` to omit syncing the
|