Searched refs:xo_open_instance_hf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 7379 xo_open_instance_hf (xo_handle_t *xop, xo_xsf_flags_t flags, const char *name) in xo_open_instance_hf() function 7387 return xo_open_instance_hf(xop, 0, name); in xo_open_instance_h() 7393 return xo_open_instance_hf(NULL, 0, name); in xo_open_instance() 7399 return xo_open_instance_hf(xop, XOF_DTRT, name); in xo_open_instance_hd() 7405 return xo_open_instance_hf(NULL, XOF_DTRT, name); in xo_open_instance_d()
|