Searched refs:msg_done (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libdpv/
H A Ddpv_private.h44 extern char *msg_done, *msg_fail, *msg_pending;
H A Ddpv.h115 char *msg_done; /* Progress text. Default `Done' */ member in struct:dpv_config
H A Ddpv.c76 char *msg_done = NULL; /* dpv_config.msg_done */ variable
156 msg_done = NULL;
200 msg_done = (char *)config->msg_done;
H A Ddprompt.c251 if (done == NULL && (done = msg_done) == NULL) {
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h376 u_int32_t msg_done; member in struct:hpt_iop_hba
H A Dhptiop.c904 hba->msg_done = 0;
909 if (hba->msg_done)
914 return hba->msg_done? 0 : -1;
2339 hba->msg_done = 0;
2761 hba->msg_done = 1;

Completed in 91 milliseconds