| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| lnx_platform.c | 31 LogMessage(X_INFO, "Platform probe for %s\n", attribs->syspath); 78 const char *syspath = device->attribs->syspath; local 82 if (!syspath) 102 if (strlen(syspath) < strlen(id)) 103 len = strlen(syspath); 105 if (strncmp(id, syspath, len)) 195 char *syspath = attribs->syspath; local 197 if (!syspath) [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| udev.c | 63 config_udev_odev_setup_attribs(struct udev_device *udev_device, const char *path, const char *syspath, 99 const char *syspath; local 115 syspath = udev_device_get_syspath(udev_device); 117 if (!path || !syspath) 140 config_udev_odev_setup_attribs(udev_device, path, syspath, major(devnum), 211 if (asprintf(&config_info, "udev:%s", syspath) == -1) { 321 const char *syspath = udev_device_get_syspath(device); local 335 syspath, path); 336 config_udev_odev_setup_attribs(device, path, syspath, major(devnum), 344 if (asprintf(&value, "udev:%s", syspath) == -1 444 const char *syspath = udev_list_entry_get_name(device); local 585 const char *syspath = udev_list_entry_get_name(device); local [all...] |
| config.c | 147 free(attribs->syspath);
|
| /src/bin/sh/ |
| eval.h | 72 const char *syspath(void);
|
| eval.h | 72 const char *syspath(void);
|
| exec.c | 1179 p_flag ? syspath() + 5 : pathval()); 1189 path = p_flag ? syspath() + 5 : pathval();
|
| exec.c | 1179 p_flag ? syspath() + 5 : pathval()); 1189 path = p_flag ? syspath() + 5 : pathval();
|
| eval.c | 817 syspath(void) function 1059 path = syspath() + 5;
|
| eval.c | 817 syspath(void) function 1059 path = syspath() + 5;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| hotplug.h | 45 char *syspath; member in struct:OdevAttributes
|
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| udev.c | 59 const char *syspath; local 71 syspath = udev_device_get_syspath(udev_device); 73 if (!path || !syspath) 135 if (asprintf(&config_info, "udev:%s", syspath) == -1) { 228 const char *syspath = udev_device_get_syspath(device); local 230 if (asprintf(&value, "udev:%s", syspath) == -1) 297 const char *syspath = udev_list_entry_get_name(device); local 298 struct udev_device *udev_device = udev_device_new_from_syspath(udev, syspath);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86platformBus.h | 116 return xf86_platform_device_odev_attributes(device)->syspath;
|
| xf86platformBus.c | 767 xf86Msg(X_NONE, "\tfalling back to %s\n", primaryBus.id.plat->attribs->syspath);
|
| /src/usr.bin/make/ |
| main.c | 1131 * Add the directories from the colon-separated syspath to defSysIncPath. 1132 * After returning, the contents of syspath is unspecified. 1135 InitDefSysIncPath(char *syspath) 1145 if (syspath == NULL || syspath[0] == '\0') 1146 syspath = defsyspath; 1148 syspath = bmake_strdup(syspath); 1150 for (start = syspath; *start != '\0'; start = p) { 1168 if (syspath != defsyspath 1314 char *syspath = getenv("MAKESYSPATH"); local [all...] |
| main.c | 1131 * Add the directories from the colon-separated syspath to defSysIncPath. 1132 * After returning, the contents of syspath is unspecified. 1135 InitDefSysIncPath(char *syspath) 1145 if (syspath == NULL || syspath[0] == '\0') 1146 syspath = defsyspath; 1148 syspath = bmake_strdup(syspath); 1150 for (start = syspath; *start != '\0'; start = p) { 1168 if (syspath != defsyspath 1314 char *syspath = getenv("MAKESYSPATH"); local [all...] |
| /src/external/bsd/libfido2/dist/fuzz/ |
| udev.c | 115 __wrap_udev_device_new_from_syspath(struct udev *udev, const char *syspath) 120 fido_log_debug("%s", syspath);
|
| udev.c | 115 __wrap_udev_device_new_from_syspath(struct udev *udev, const char *syspath) 120 fido_log_debug("%s", syspath);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| driver.c | 1462 char *syspath = local 1464 syspath; 1468 if (syspath && strstr(syspath, "usb")) 1473 if (syspath && strstr(syspath, "evdi"))
|
| /src/external/mit/libuv/dist/test/ |
| test-spawn.c | 1845 char* syspath = getenv("PATH"); local 1846 if (syspath != NULL) { 1848 strcat(path, syspath);
|
| test-spawn.c | 1845 char* syspath = getenv("PATH"); local 1846 if (syspath != NULL) { 1848 strcat(path, syspath);
|