Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h176 op_fn_t *match_op(const match_rec_t match_tbl[], char *name);
H A Dibccquery.c404 if (!(fn = match_op(match_tbl, argv[0]))) in main()
H A Dibccconfig.c616 if (!(fn = match_op(match_tbl, argv[0]))) in main()
H A Dsmpquery.c478 if (!(fn = match_op(match_tbl, argv[0]))) in main()
H A Dibdiag_common.c939 op_fn_t *match_op(const match_rec_t match_tbl[], char *name) in match_op() function