Searched defs:suri_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_impl.h110 struct suri_handle { struct
154 suri_err_t (*op_parse)(struct suri_handle *,
156 suri_err_t (*op_map)(struct suri_handle *);
157 suri_err_t (*op_lookup_mapping)(struct suri_handle *);
158 suri_err_t (*op_lookup_uri)(struct suri_handle *,
159 struct suri_handle ***);
160 suri_err_t (*op_unmap)(struct suri_handle *);
162 boolean_t (*op_prop_defined)(struct suri_handle *, suri_prop_t);
163 suri_err_t (*op_set_prop_str)(struct suri_handle *, suri_prop_t,
165 suri_err_t (*op_set_prop_uint64)(struct suri_handle *, suri_prop_
[all...]

Completed in 22 milliseconds