Searched refs:zonecfg_getnwifent (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | mapfile-vers | 133 zonecfg_getnwifent;
|
H A D | libzonecfg.c | 4713 zonecfg_getnwifent(zone_dochandle_t handle, struct zone_nwiftab *tabptr) in zonecfg_getnwifent() function
|
/titanic_50/usr/src/head/ |
H A D | libzonecfg.h | 473 extern int zonecfg_getnwifent(zone_dochandle_t, struct zone_nwiftab *);
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 2633 while (zonecfg_getnwifent(handle, &nwiftab) == Z_OK) { in verify_handle() 3303 while (zonecfg_getnwifent(t_handle, &t_nwiftab) == Z_OK) { in warn_ip_match() 3318 while (zonecfg_getnwifent(s_handle, &s_nwiftab) == Z_OK) { in warn_ip_match()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 2433 if (zonecfg_getnwifent(handle, &nwiftab) != Z_OK) in configure_shared_network_interfaces() 2923 if (zonecfg_getnwifent(handle, &nwiftab) != Z_OK) in configure_exclusive_network_interfaces()
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1964 while (zonecfg_getnwifent(handle, &nwiftab) == Z_OK) { in export_func() 5050 while (zonecfg_getnwifent(handle, &lookup) == Z_OK) { in info_net() 5917 while (zonecfg_getnwifent(handle, &nwiftab) == Z_OK) { in verify_func()
|