Searched refs:nwamd_object_handle (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c185 (loc_get_activation_mode(eobj->nwamd_object_handle)
250 nwam_loc_handle_t loch = object->nwamd_object_handle;
258 lactivation = loc_get_activation_mode(object->nwamd_object_handle);
433 old_enabled = loc_is_enabled(object->nwamd_object_handle);
434 nwam_loc_free(object->nwamd_object_handle);
435 object->nwamd_object_handle = loch;
H A Dobjects.c239 object->nwamd_object_handle = handle;
327 nwam_ncu_free(object->nwamd_object_handle);
330 nwam_loc_free(object->nwamd_object_handle);
333 nwam_enm_free(object->nwamd_object_handle);
H A Dobjects.h55 void *nwamd_object_handle; /* can point at ENMs, locations, etc. */ member in struct:nwamd_object
H A Denm.c163 enmh = object->nwamd_object_handle;
389 enmh = object->nwamd_object_handle;
496 enmh = object->nwamd_object_handle;
624 enmh = object->nwamd_object_handle;
759 nwam_enm_free(object->nwamd_object_handle);
760 object->nwamd_object_handle = enmh;
H A Dncu.c231 populate_ip_ncu_properties(object->nwamd_object_handle,
1665 nwam_ncu_free(object->nwamd_object_handle);
1672 nwam_ncu_free(object->nwamd_object_handle);
1697 object->nwamd_object_handle = ncuh;

Completed in 67 milliseconds