Searched refs:dash (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H 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/tools/testing/selftests/sparc64/drivers/ |
H 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/drivers/gpio/ |
H A D | gpio-virtuser.c | 839 char *dash = strrchr(prop->name, '-'); in gpio_virtuser_prop_is_gpio() local 841 return dash && strcmp(dash, "-gpios") == 0; in gpio_virtuser_prop_is_gpio() 874 char *dash, *tmp; in gpio_virtuser_get_ids() local 885 dash = strrchr(prop->name, '-'); in gpio_virtuser_get_ids() 886 diff = dash - prop->name; in gpio_virtuser_get_ids()
|
/linux/tools/testing/selftests/ftrace/ |
H A D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-device.rst | 36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
|
/linux/Documentation/admin-guide/LSM/ |
H 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/Documentation/admin-guide/ |
H A D | bootconfig.rst | 30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore
|
/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 331 the ``M`` specifier to use dash (-) separators instead of the default
|
/linux/Documentation/admin-guide/laptops/ |
H A D | laptop-mode.rst | 203 * In syslog.conf, you can prefix entries with a dash `-` to omit syncing the
|