Lines Matching defs:printall
3165 int printall, /* are we want ip addresses printing if node name */
3296 * non printall listings.
3298 if (printall == 0 &&
3466 * If printall is set, then the originator of the parameter object is printed.
3474 int printall,
3485 /* print originator name if printall flag set */
3487 if (printall) {
3500 res = printnvlist(fp, module, params->nvlist, printall, NULL,
3532 * print a class clause for class to fp. If printall is set the originator
3539 int printall,
3549 /* if printall flag print originator name */
3551 if (printall) {
3599 * print a filter clause for filter pointed to by filter out to fp. If printall
3610 int printall,
3621 /* print originator if printall flag set */
3623 if (printall) {
3638 /* print the instance if printall and potential mhomed addresses */
3640 if (printall && ((*filter)->src_nd_name || (*filter)->dst_nd_name)) {
3674 res = printnvlist(fp, module, (*filter)->nvlist, printall, *filter,
3684 * if not printall advance filter parameter to last instance of this
3688 if (!printall) {
3751 * print an action clause for action to fp. If the printall flag is set
3760 int printall,
3781 res = printparams(fp, action->module, action->params, printall,
3788 * print classes clause for each class if printall is set, else
3792 if (printall ||
3796 printclass(fp, cls, printall, tab_inserts + 1);
3801 * print filter clause for each filter if printall is set, else
3805 if (printall ||
3809 res = printfilter(fp, action->module, &flt, printall,