HomeSort by: relevance | last modified time | path
    Searched defs:kfile (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/kvm_mkdb/
nlist_aout.c 97 warnx("%s: %s: %s", kfile, str, strerror(EFTYPE)); \
104 static const char *kfile; variable
118 kfile = name;
120 warn("%s", kfile);
248 warn("%s", kfile);
nlist_coff.c 69 warnx("%s: %s: %s", kfile, str, strerror(EFTYPE)); \
77 static const char *kfile; variable
105 kfile = name;
107 warn("%s", kfile);
111 warn("%s", kfile);
nlist_ecoff.c 69 warnx("%s: %s: %s", kfile, str, strerror(EFTYPE)); \
77 static const char *kfile; variable
102 kfile = name;
104 warn("%s", kfile);
108 warn("%s", kfile);
nlist_elf32.c 82 warnx("%s: %s: %s", kfile, str, strerror(EFTYPE)); \
90 static const char *kfile; variable
126 kfile = name;
128 warn("%s", kfile);
132 warn("%s", kfile);
  /src/usr.sbin/mdsetimage/
mdsetimage.c 79 const char *kfile, *fsfile; local
122 kfile = argv[0];
126 if ((kfd = open(kfile, O_RDONLY, 0)) == -1)
127 err(1, "open %s", kfile);
129 if ((kfd = open(kfile, O_RDWR, 0)) == -1)
130 err(1, "open %s", kfile);
134 err(1, "fstat %s", kfile);
136 errx(1, "%s too big to map", kfile);
140 err(1, "mmap %s", kfile);
142 fprintf(stderr, "mapped %s\n", kfile);
    [all...]
  /src/external/gpl3/binutils/usr.sbin/dbsym/
dbsym.c 88 const char *kfile; local
118 kfile = argv[0];
120 if ((kfd = open(kfile, O_RDWR, 0)) == -1)
121 err(1, "open %s", kfile);
124 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
134 errx(1, "no symbol table in %s", kfile);
137 errx(1, "could not find SYMTAB_SPACE in %s", kfile);
139 fprintf(stderr, "got SYMTAB_SPACE symbols from %s\n", kfile);
142 errx(1, "could not load symbol table from %s", kfile);
144 fprintf(stderr, "loaded symbol table from %s\n", kfile);
    [all...]
  /src/external/gpl3/binutils.old/usr.sbin/dbsym/
dbsym.c 88 const char *kfile; local
118 kfile = argv[0];
120 if ((kfd = open(kfile, O_RDWR, 0)) == -1)
121 err(1, "open %s", kfile);
124 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
134 errx(1, "no symbol table in %s", kfile);
137 errx(1, "could not find SYMTAB_SPACE in %s", kfile);
139 fprintf(stderr, "got SYMTAB_SPACE symbols from %s\n", kfile);
142 errx(1, "could not load symbol table from %s", kfile);
144 fprintf(stderr, "loaded symbol table from %s\n", kfile);
    [all...]

Completed in 19 milliseconds