Searched refs:stdout_ctx (Results 1 – 1 of 1) sorted by relevance
88 static npf_conf_info_t stdout_ctx; in npfctl_show_init() local89 memset(&stdout_ctx, 0, sizeof(npf_conf_info_t)); in npfctl_show_init()90 stdout_ctx.glevel = -1; in npfctl_show_init()91 stdout_ctx.fp = stdout; in npfctl_show_init()92 return &stdout_ctx; in npfctl_show_init()