| /src/usr.bin/aiomixer/ |
| main.c | 405 char device_path[16]; local 414 (void)snprintf(device_path, sizeof(device_path), 416 open_device(aio, device_path);
|
| /src/sys/arch/i386/stand/lib/ |
| biosdisk_ll.h | 102 } device_path; member in struct:biosdisk_extinfo
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-hw.c | 145 char *device_path = NULL; local 157 while ((device_path_len = getline (&device_path, &buf_size, description)) > 0) 162 if (device_path[device_path_len - 1] == '\n') 163 device_path[--device_path_len] = '\0'; 166 for (device = device_path; 175 while (device_path[device_path_len - 1] == '\\') 181 device_path[--device_path_len] = '\0'; 194 ptrdiff_t offset = device - device_path; 197 device_path = xrealloc (device_path, buf_size) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-hw.c | 145 char *device_path = NULL; local 157 while ((device_path_len = getline (&device_path, &buf_size, description)) > 0) 162 if (device_path[device_path_len - 1] == '\n') 163 device_path[--device_path_len] = '\0'; 166 for (device = device_path; 175 while (device_path[device_path_len - 1] == '\\') 181 device_path[--device_path_len] = '\0'; 194 ptrdiff_t offset = device - device_path; 197 device_path = xrealloc (device_path, buf_size) [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| psim.c | 1160 char device_path[1000]; local 1172 while (fgets(device_path, sizeof(device_path), description)) { 1175 if (strchr(device_path, '\n') == NULL) { 1178 file_name, line_nr, device_path); 1181 *strchr(device_path, '\n') = '\0'; 1184 for (device = device_path; 1192 while (device_path[strlen(device_path) - 1] == '\\') { 1193 int curlen = strlen(device_path) - 1 [all...] |
| device.c | 391 device_path(device *me) 389 device_path(device *me) function
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| psim.c | 1160 char device_path[1000]; local 1172 while (fgets(device_path, sizeof(device_path), description)) { 1175 if (strchr(device_path, '\n') == NULL) { 1178 file_name, line_nr, device_path); 1181 *strchr(device_path, '\n') = '\0'; 1184 for (device = device_path; 1192 while (device_path[strlen(device_path) - 1] == '\\') { 1193 int curlen = strlen(device_path) - 1 [all...] |
| device.c | 391 device_path(device *me) 389 device_path(device *me) function
|
| /src/sys/arch/x86/include/ |
| bootinfo.h | 168 uint64_t device_path; member in struct:bi_biosgeom_entry
|
| /src/sys/arch/hppa/include/ |
| pdc.h | 321 struct device_path { struct 500 struct device_path bootpath; /* 0x24: boot path */ 561 struct device_path dp; /* module path */ 666 struct device_path ss_pri_boot; /* (see above) */ 673 struct device_path ss_console; 674 struct device_path ss_alt_boot; 675 struct device_path ss_keyboard; 702 struct device_path pz_dp; 806 struct device_path *, int); 808 int pdcproc_system_map_trans_path(struct pdc_memmap *, struct device_path *); [all...] |