HomeSort by: relevance | last modified time | path
    Searched refs:full_path (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/nvmectl/
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/
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));
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/sys/stand/efiboot/
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);
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 13 milliseconds