Searched refs:nwam_ncp_handle_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.h165 extern void nwamd_add_phys_ncu_auto(nwam_ncp_handle_t, const char *);
166 extern void nwamd_rem_phys_ncu_auto(nwam_ncp_handle_t, const char *);
167 extern void add_auto_link(nwam_ncp_handle_t, const char *);
168 extern void add_auto_ip(nwam_ncp_handle_t, const char *);
169 extern void rem_auto_link(nwam_ncp_handle_t, const char *);
170 extern void rem_auto_ip(nwam_ncp_handle_t, const char *);
H A Dncp.h43 extern nwam_ncp_handle_t active_ncph;
H A Dncp.c51 nwam_ncp_handle_t active_ncph = NULL;
91 nwam_ncp_handle_t new_ncph;
180 nwam_ncp_handle_t new_ncph, old_ncph;
H A Dncu.c1157 add_phys_ncu_to_ncp(nwam_ncp_handle_t ncph, const char *name)
1229 add_ip_ncu_to_ncp(nwam_ncp_handle_t ncph, const char *name)
1260 remove_ncu_from_ncp(nwam_ncp_handle_t ncph, const char *name,
1329 nwam_ncp_handle_t ncph;
1484 nwam_ncp_handle_t ncph = data;
1565 nwam_ncp_handle_t ncph;
H A Dllp.c293 nwam_ncp_handle_t user_ncp;
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam.h398 typedef struct nwam_handle *nwam_ncp_handle_t; typedef in typeref:struct:nwam_handle
568 nwam_ncp_handle_t *);
571 extern nwam_error_t nwam_ncp_read(const char *, uint64_t, nwam_ncp_handle_t *);
574 extern nwam_error_t nwam_ncp_copy(nwam_ncp_handle_t, const char *,
575 nwam_ncp_handle_t *);
578 extern nwam_error_t nwam_walk_ncps(int (*)(nwam_ncp_handle_t, void *),
582 extern nwam_error_t nwam_ncp_get_name(nwam_ncp_handle_t, char **);
585 extern nwam_error_t nwam_ncp_get_read_only(nwam_ncp_handle_t, boolean_t *);
588 extern nwam_error_t nwam_ncp_destroy(nwam_ncp_handle_t, uint64_t);
594 extern nwam_error_t nwam_ncp_walk_ncus(nwam_ncp_handle_t,
[all...]
H A Dlibnwam_ncp.c162 nwam_ncp_get_name(nwam_ncp_handle_t ncph, char **namep)
183 nwam_ncp_create(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
247 nwam_ncp_read(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
294 nwam_ncp_handle_t newncph = (nwam_ncp_handle_t)arg;
339 nwam_ncp_copy(nwam_ncp_handle_t oldncph, const char *newname,
340 nwam_ncp_handle_t *newncphp)
342 nwam_ncp_handle_t ncph;
432 nwam_ncp_enable(nwam_ncp_handle_t ncph)
466 nwam_walk_ncps(int (*cb)(nwam_ncp_handle_t, voi
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c249 active_ncp_callback(nwam_ncp_handle_t ncph, void *arg)
266 static nwam_ncp_handle_t
270 nwam_ncp_handle_t ncph;
314 nwam_ncp_handle_t ncph;
325 nwam_ncp_handle_t ncph;
499 ncu_action(const char *name, nwam_ncp_handle_t ncph, nwam_ncu_type_t type,
574 nwam_ncp_handle_t ncph;
802 list_ncp_cb(nwam_ncp_handle_t ncph, void *arg)
897 nwam_ncp_handle_t ncph;
906 nwam_ncp_handle_t ncp
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c335 static nwam_ncp_handle_t ncp_h = NULL;
1395 nwam_ncp_handle_t oldncp_h;
1500 destroy_ncp_callback(nwam_ncp_handle_t ncp, void *arg)
2645 list_ncp_callback(nwam_ncp_handle_t ncp, void *arg)
2819 boolean_t all_props, nwam_ncp_handle_t ncp, nwam_ncu_type_t ncu_type)
2838 (nwam_ncp_handle_t *)&handle)) != NWAM_SUCCESS)
3263 export_ncp_callback(nwam_ncp_handle_t ncp, void *arg)

Completed in 70 milliseconds