Searched refs:mux_shutdown (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Dmux.h35 void mux_shutdown(struct mux *, const char *, int);
H A Dmux.c337 mux_shutdown(m, NULL, STATUS_FAILURE);
692 * The "status" parameter of the first mux_shutdown() call is retained
697 mux_shutdown(struct mux *m, const char *errmsg, int status) function
886 mux_shutdown(m, strerror(errno), STATUS_TRANSIENTFAILURE);
888 mux_shutdown(m, strerror(errno), STATUS_FAILURE);
1098 mux_shutdown(m, strerror(errno), STATUS_TRANSIENTFAILURE);
1100 mux_shutdown(m, strerror(errno), STATUS_FAILURE);
1103 mux_shutdown(m, "Protocol error", STATUS_FAILURE);
H A Dproto.c618 mux_shutdown(m, args->errmsg, status);
630 mux_shutdown(m, NULL, STATUS_SUCCESS);
978 mux_shutdown(k->mux, "Cleaning up ...",

Completed in 55 milliseconds