Searched refs:full_path (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/evbppc/stand/wii/ |
| H A D | sdmmc.c | 169 const char *full_path; local in function:sdmmc_parse 175 full_path = pathbuf; 178 full_path = fname; 185 if (strncmp(full_path, DEFAULT_DEVICE, 3) != 0) { 188 if (full_path[3] < 'a' || full_path[3] >= 'a' + MAXPARTITIONS || 189 full_path[4] != ':') { 192 *part = full_path[3] - 'a';
|
| /src/sbin/nvmectl/ |
| H A D | nvmectl.c | 200 char full_path[64]; local in function:open_dev 212 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); 213 *fd = open(full_path, O_RDWR); 216 warn("could not open %s", full_path);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_file.cc | 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, 60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); 62 fd = OpenFile(full_path, WrOnly); 66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
|
| H A D | sanitizer_file.h | 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
|
| /src/sys/stand/efiboot/ |
| H A D | efiblock.c | 70 const char *full_path; local in function:efi_block_parse 78 full_path = pathbuf; 84 full_path = fname; 92 if (strncasecmp(full_path, "hd", 2) != 0) 94 dev = strtoimax(full_path + 2, &ep, 10);
|
| H A D | efinet.c | 516 const char *fname, *full_path; local in function:efi_net_open 531 full_path = pathbuf; 537 full_path = fname; 541 if (strncmp(full_path, "net", 3) != 0) 543 dev = strtoimax(full_path + 3, &ep, 10);
|
Completed in 9 milliseconds