send_imsg
send_imsg(IMSG_DELEXPORT, fsp->f_mntonname,
int send_imsg(u_int32_t, void *, u_int16_t);
send_imsg(IMSG_MLIST_OPEN, NULL, 0);
send_imsg(IMSG_MLIST_WRITE, mlp, sizeof(*mlp));
send_imsg(IMSG_MLIST_CLOSE, NULL, 0);
send_imsg(IMSG_MLIST_APPEND, mlp, sizeof(*mlp));
send_imsg(IMSG_GETFH_RESP, &resp, sizeof(resp));
send_imsg(IMSG_EXPORT_RESP, &error,
send_imsg(IMSG_EXPORT_RESP, &error,
send_imsg(IMSG_EXPORT_RESP, &error, sizeof(error));
if (send_imsg(IMSG_GETFH_REQ, path, PATH_MAX) == -1)
if (send_imsg(IMSG_EXPORT_REQ, &req, sizeof(req)) == -1)