Lines Matching defs:msgp
494 cfga_msg(struct cfga_msg *msgp, ...)
504 va_start(ap, msgp);
530 (*msgp->message_routine)(msgp->appdata_ptr, p);
752 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp,
787 cfga_msg(msgp, STR_BD,
791 cfga_msg(msgp, STR_BD,
805 cfga_msg(msgp, STR_BD, DIAG_WILL_DISABLE, 0);
812 cfga_msg(msgp, STR_BD, DIAG_WAS_ENABLED, 0);
873 struct cfga_msg *msgp,
952 dlist, msgp, verbose))) {
972 dlist, msgp, verbose))) {
1003 disable, dlist, msgp, verbose))) {
1018 dlist, msgp, verbose))) {
1062 struct cfga_msg *msgp,
1134 dlist_update(idx, disable, dlist, msgp, verbose));
1138 cfga_msg(msgp, err, opterr, 0);
1152 struct cfga_msg *msgp,
1441 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1462 cfga_msg(msgp, help, options, 0);
1464 cfga_msg(msgp, help, 0);
1466 cfga_msg(msgp, HELP_HEADER, 0);
1467 cfga_msg(msgp, HELP_DISABLE, 0);
1468 cfga_msg(msgp, HELP_ENABLE, 0);
1469 cfga_msg(msgp, HELP_INSERT, 0);
1470 cfga_msg(msgp, HELP_REMOVE, 0);
1471 cfga_msg(msgp, HELP_QUIESCE, 0);
1472 cfga_msg(msgp, HELP_SET_COND, 0);