Home
last modified time | relevance | path

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

/freebsd/lib/libdpv/
H A Ddpv_private.h42 extern char *msg_done, *msg_fail, *msg_pending;
H A Ddpv.c74 char *msg_done = NULL; /* dpv_config.msg_done */ variable
154 msg_done = NULL; in dpv()
198 msg_done = (char *)config->msg_done; in dpv()
H A Ddpv.h113 char *msg_done; /* Progress text. Default `Done' */ member
H A Ddprompt.c248 if (done == NULL && (done = msg_done) == NULL) { in dprompt_init()
/freebsd/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr51 msg_done="Done"
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr396 f_dialog_title "$msg_done"
434 f_dialog_title "$msg_done"
/freebsd/sys/dev/hptiop/
H A Dhptiop.h376 u_int32_t msg_done; member
H A Dhptiop.c892 hba->msg_done = 0; in hptiop_send_sync_msg()
897 if (hba->msg_done) in hptiop_send_sync_msg()
902 return hba->msg_done? 0 : -1; in hptiop_send_sync_msg()
2333 hba->msg_done = 0; in hptiop_action()
2755 hba->msg_done = 1; in hptiop_os_message_callback()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Doptions.subr203 --cancel-label \"\$msg_done\" \
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr117 msg_done="Done"