Searched refs:nwam_destroy (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_impl.h217 nwam_error_t nwam_destroy(const char *, struct nwam_handle *, uint64_t);
H A Dlibnwam_enm.c374 return (nwam_destroy(NWAM_ENM_CONF_FILE, enmh, flags));
H A Dlibnwam_known_wlan.c508 return (nwam_destroy(NWAM_KNOWN_WLAN_CONF_FILE, kwh, flags));
H A Dlibnwam_object.c422 nwam_destroy(const char *dbname, struct nwam_handle *hp, uint64_t flags) function
448 * Interface NCUs are not destroyed through nwam_destroy(). They are
H A Dlibnwam_loc.c568 return (nwam_destroy(NWAM_LOC_CONF_FILE, loch, flags));
H A Dlibnwam_ncp.c801 if ((err = nwam_destroy(NWAM_NCP_CONF_FILE, ncph, flags))
2741 err = nwam_destroy(ncufile, copyncuh, flags);
2746 * not been freed by nwam_destroy(). Free it here instead,
2749 * failure from nwam_destroy(), copyncuh must be freed.
2783 * Since this destroy of interface NCU avoid nwam_destroy(),

Completed in 39 milliseconds