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

  /src/sbin/gpt/
label.c 93 gpt_warn(gpt, "Can't open `%s'", fn);
100 gpt_warn(gpt, "Can't copy string");
105 gpt_warn(gpt, "Can't label from `%s'", fn);
restore.c 277 gpt_warn(gpt, "not enough memory to create a sector buffer");
282 gpt_warn(gpt, "Can't seek to beginning");
287 gpt_warn(gpt, "Error writing");
292 gpt_warn(gpt, "Can't seek to end");
297 gpt_warn(gpt, "Error writing");
322 gpt_warn(gpt, "Unable to seek/write MBR");
338 gpt_warn(gpt, "Unable to write primary GPT");
344 gpt_warn(gpt, "Unable to write secondary GPT");
365 gpt_warn(gpt, "Unable to write primary header");
376 gpt_warn(gpt, "Unable to write secondary header")
    [all...]
gpt.c 291 gpt_warn(gpt, "Read failed");
390 gpt_warn(gpt, "Read failed");
506 gpt_warn(gpt, "Cannot open");
511 gpt_warn(gpt, "Cannot stat");
519 gpt_warn(gpt, "Cannot get sector size");
531 gpt_warn(gpt, "Cannot get media size");
546 gpt_warn(gpt, "Media size not a multiple of sector size (%u)\n", gpt->secsz);
608 gpt_warn(gpt, "No GPT found");
627 gpt_warn(gpt, "Can't update wedge information");
667 gpt_warn(gpt_t gpt, const char *fmt, ... function in typeref:typename:void
    [all...]
biosboot.c 112 gpt_warn(gpt, "Can't allocate memory for bootpath");
117 gpt_warn(gpt, "Can't allocate memory for sector");
123 gpt_warn(gpt, "Can't open `%s'", bp);
134 gpt_warn(gpt, "Error reading from `%s'", bp);
create.c 107 gpt_warn(gpt, "Can't write PMBR");
recover.c 95 gpt_warn(gpt, "Bad table type %d", type);
134 gpt_warn(gpt, "Bad table type %d", type);
223 gpt_warn(gpt, "Can't write PMBR");
gpt_uuid.c 286 gpt_warn(gpt, "Can't open `/dev/urandom'");
292 gpt_warn(gpt, "Can't read `/dev/urandom'");
296 gpt_warn(gpt, "EOF from /dev/urandom");
map.c 198 gpt_warn(gpt, "Can't create map");
315 gpt_warn(gpt, "Can't create map");
410 gpt_warn(gpt, "Can't create map");
gpt.h 100 void gpt_warn(gpt_t, const char *, ...) __printflike(2, 3);
migrate.c 182 gpt_warn(gpt, "Error reading label");
336 gpt_warn(gpt, "Cant write PMBR");
backup.c 265 gpt_warn(gpt, "Can't open `%s'", outfile);
resizedisk.c 190 gpt_warn(gpt, "Error adding secondary GPT table");

Completed in 16 milliseconds