Searched defs:panic_err (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c69 panic_err(const char *fmt, ...) function
90 panic_err("could not convert %.*s to integer, result = %d",
276 panic_err("could not allocate memory");
318 panic_err("could not convert share name, iconv_open `%s' failed",
327 panic_err("could not convert share name(%s) at %d",
492 panic_err("%s: failed to get the current working directory", argv[0]);
516 panic_err("%s: mounting failed with the error", argv[0]);
527 panic_err("%s: Could not update mount table (failed to create memstream).", argv[0]);
531 panic_err("%s: Could not open mount table for update.", argv[0]);
535 /* panic_err("
[all...]

Completed in 44 milliseconds