Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cfgadm/
H A Dcfgadm.c181 post_filter_t *post_filtp, char **prefilt_optpp);
183 post_filter_t *post_filtp, match_type_t match_type);
186 static void do_post_filter(ap_out_t *outp, post_filter_t *post_filtp, int *jp);
507 post_filter_t *post_filtp = NULL; in main() local
551 post_filtp = config_calloc_check(1, sizeof (*post_filtp)); in main()
552 if (post_filtp == NULL) { in main()
556 if (setup_filter(selectp, matchp, post_filtp, &prefilt_optp) in main()
558 S_FREE(post_filtp); in main()
598 post_filtp, dyn_exp) != CFGA_OK) { in main()
605 S_FREE(post_filtp); in main()
[all …]