Lines Matching refs:ncu
262 nwam_ncu_type_t type, nwam_ncu_class_t class, nwam_ncu_handle_t *ncu);
264 nwam_ncu_type_t type, uint64_t flags, nwam_ncu_handle_t *ncu);
265 nwam_error_t nwam_ncu_copy(nwam_ncu_handle_t ncu, const char *newname,
267 nwam_error_t nwam_ncu_commit(nwam_ncu_handle_t ncu, uint64_t flags);
268 nwam_error_t nwam_ncu_destroy(nwam_ncu_handle_t ncu, uint64_t flags);
269 nwam_error_t nwam_ncu_free(nwam_ncu_handle_t ncu);
270 nwam_error_t nwam_ncu_validate(nwam_ncu_handle_t ncu, const char **errprop);
271 nwam_error_t nwam_ncu_get_prop_value(nwam_ncu_handle_t ncu, const char *prop,
275 nwam_error_t nwam_ncu_delete_prop(nwam_ncu_handle_t ncu, const char *prop);
276 nwam_error_t nwam_ncu_set_prop_value(nwam_ncu_handle_t ncu, const char *prop,
278 nwam_error_t nwam_ncu_get_name(nwam_ncu_handle_t ncu, char **name);
279 nwam_error_t nwam_ncu_set_name(nwam_ncu_handle_t ncu, const char *name);
280 nwam_error_t nwam_ncu_get_read_only(nwam_ncu_handle_t ncu, boolean_t *readp);
281 nwam_error_t nwam_ncu_validate_prop(nwam_ncu_handle_t ncu, const char *prop,
283 nwam_error_t nwam_ncu_walk_props(nwam_ncu_handle_t ncu,
288 nwam_error_t nwam_ncu_get_ncp(nwam_ncu_handle_t ncu, nwam_ncp_handle_t *ncp);