Lines Matching defs:ncphp
273 nwam_ncp_create(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
278 assert(ncphp != NULL && name != NULL);
282 ncphp)) != NWAM_SUCCESS)
289 (err = nwam_set_prop_value((*ncphp)->nwh_data,
297 err = nwam_ncp_commit(*ncphp, flags);
302 nwam_ncp_free(*ncphp);
303 *ncphp = NULL;
309 nwam_ncp_read(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
312 flags, ncphp));
2032 nwam_ncu_get_ncp(nwam_ncu_handle_t ncuh, nwam_ncp_handle_t *ncphp)
2039 (err = nwam_handle_create(NWAM_OBJECT_TYPE_NCP, parentname, ncphp))