Searched refs:gctl_msg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/geom/union/ |
| H A D | g_union.c | 430 gctl_msg(req, EINVAL, "No '%s' argument.", param); in g_union_ctl_destroy() 442 gctl_msg(req, error, "Error %d: " in g_union_ctl_destroy() 496 gctl_msg(req, EINVAL, "Provider %s is invalid.", in g_union_ctl_reset() 552 gctl_msg(req, EINVAL, "Provider %s is invalid.", in g_union_ctl_revert() 576 gctl_msg(req, 0, "Device %s has been reverted.", in g_union_ctl_revert() 649 gctl_msg(req, EINVAL, "Provider %s is invalid.", in g_union_ctl_commit() 723 gctl_msg(req, error, "Commit read " in g_union_ctl_commit() 732 gctl_msg(req, error, "Commit write " in g_union_ctl_commit() 756 gctl_msg(req, 0, "Device %s has been committed.", in g_union_ctl_commit() 1323 gctl_msg(req, 0, "Device %s is still in use, " in g_union_destroy() [all …]
|
| /freebsd-14.2/sys/geom/ |
| H A D | geom.h | 439 void gctl_msg(struct gctl_req *req, int, const char *fmt, ...) __printflike(3, 4);
|
| H A D | geom_ctl.c | 126 gctl_msg(struct gctl_req *req, int errno, const char *fmt, ...) in gctl_msg() function
|