Searched refs:nwam_enm_handle_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_enm.c | 111 nwam_enm_read(const char *name, uint64_t flags, nwam_enm_handle_t *enmhp) in nwam_enm_read() 118 nwam_enm_create(const char *name, const char *fmri, nwam_enm_handle_t *enmhp) in nwam_enm_create() 171 nwam_enm_get_name(nwam_enm_handle_t enmh, char **namep) in nwam_enm_get_name() 177 nwam_enm_set_name(nwam_enm_handle_t enmh, const char *name) in nwam_enm_set_name() 183 nwam_enm_can_set_name(nwam_enm_handle_t enmh) in nwam_enm_can_set_name() 192 nwam_enm_handle_t enmh = hp; in enm_selectcb() 221 nwam_walk_enms(int(*cb)(nwam_enm_handle_t, void *), void *data, uint64_t flags, in nwam_walk_enms() argument 235 nwam_enm_free(nwam_enm_handle_t enmh) in nwam_enm_free() 241 nwam_enm_copy(nwam_enm_handle_t oldenmh, const char *newname, in nwam_enm_copy() 242 nwam_enm_handle_t *newenmhp) in nwam_enm_copy() [all …]
|
H A D | libnwam.h | 460 typedef struct nwam_handle *nwam_enm_handle_t; typedef 700 nwam_enm_handle_t *); 701 extern nwam_error_t nwam_enm_read(const char *, uint64_t, nwam_enm_handle_t *); 704 extern nwam_error_t nwam_enm_copy(nwam_enm_handle_t, const char *, 705 nwam_enm_handle_t *); 712 extern nwam_error_t nwam_walk_enms(int (*)(nwam_enm_handle_t, void *), void *, 718 extern nwam_error_t nwam_enm_commit(nwam_enm_handle_t, uint64_t); 723 extern nwam_error_t nwam_enm_destroy(nwam_enm_handle_t, uint64_t); 728 extern void nwam_enm_free(nwam_enm_handle_t); 734 extern nwam_error_t nwam_enm_validate(nwam_enm_handle_t, const char **); [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | enm.c | 56 enm_create_init_fini_event(nwam_enm_handle_t enmh, void *data) in enm_create_init_fini_event() 100 enm_is_enabled(nwam_enm_handle_t enmh) in enm_is_enabled() 119 enm_get_activation_mode(nwam_enm_handle_t enmh) in enm_get_activation_mode() 148 nwam_enm_handle_t enmh; in nwamd_enm_activate_deactivate_thread() 375 nwam_enm_handle_t enmh; in nwamd_enm_activate() 479 nwam_enm_handle_t enmh; in nwamd_enm_deactivate() 614 nwam_enm_handle_t enmh; in nwamd_enm_check() 745 nwam_enm_handle_t enmh; in nwamd_enm_handle_init_event()
|
H A D | conditions.c | 197 nwam_enm_handle_t enmh; in test_condition_enm()
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 363 nwam_enm_handle_t *enm); 365 nwam_enm_handle_t *enm); 366 nwam_error_t nwam_enm_copy(nwam_enm_handle_t enm, const char *newname, 367 nwam_enm_handle_t *newenm); 368 nwam_error_t nwam_walk_enms(int (*cb)(nwam_enm_handle_t enm, void *arg), 370 nwam_error_t nwam_enm_commit(nwam_enm_handle_t enm, uint64_t flags); 371 nwam_error_t nwam_enm_destroy(nwam_enm_handle_t enm, uint64_t flags); 372 void nwam_enm_free(nwam_enm_handle_t enm); 373 nwam_error_t nwam_enm_validate(nwam_enm_handle_t enm, const char *errprop); 374 nwam_error_t nwam_enm_walk_props(nwam_enm_handle_t enm, [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 303 nwam_enm_handle_t enmh; in valid_enm() 482 nwam_enm_handle_t enmh; in enm_action() 839 list_enm_cb(nwam_enm_handle_t enmh, void *arg) in list_enm_cb() 945 nwam_enm_handle_t enmh; in list_func()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 332 static nwam_enm_handle_t enm_h = NULL; 1370 nwam_enm_handle_t oldenm_h; in create_func() 1517 destroy_enm_callback(nwam_enm_handle_t enm, void *arg) in destroy_enm_callback() 2633 list_enm_callback(nwam_enm_handle_t enm, void *arg) in list_enm_callback() 2867 (nwam_enm_handle_t *)&handle)) != NWAM_SUCCESS) in listprop() 3295 export_enm_callback(nwam_enm_handle_t enm, void *arg) in export_enm_callback()
|