Home
last modified time | relevance | path

Searched refs:run_exitstr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/mdmfs/
H A Dmdmfs.c91 static const char *run_exitstr(int);
441 errx(1, "mdconfig (attach) exited %s %d", run_exitstr(rv), in do_mdconfig_attach()
476 errx(1, "mdconfig (attach) exited %s %d", run_exitstr(rv), in do_mdconfig_attach_au()
517 run_exitstr(rv), run_exitnumber(rv)); in do_mdconfig_detach()
531 errx(1, "mount exited %s %d", run_exitstr(rv), in do_mount_md()
545 errx(1, "tmpfs mount exited %s %d", run_exitstr(rv), in do_mount_tmpfs()
618 errx(1, "newfs exited %s %d", run_exitstr(rv), in do_newfs()
819 run_exitstr(int rv) in run_exitstr() function