Home
last modified time | relevance | path

Searched refs:iptype (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libbrand/common/
H A Dlibbrand.c769 xmlChar *name, *set, *iptype; in brand_config_iter_privilege() local
783 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE); in brand_config_iter_privilege()
785 if (name == NULL || set == NULL || iptype == NULL) { in brand_config_iter_privilege()
790 if (iptype != NULL) in brand_config_iter_privilege()
791 xmlFree(iptype); in brand_config_iter_privilege()
797 priv_iter.pi_iptype = (char *)iptype; in brand_config_iter_privilege()
803 xmlFree(iptype); in brand_config_iter_privilege()
972 xmlChar *match, *name, *arch, *iptype; in brand_platform_iter_devices() local
994 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE); in brand_platform_iter_devices()
996 (iptype == NULL)) { in brand_platform_iter_devices()
[all …]
/titanic_50/usr/src/uts/common/rpc/
H A Drpc_subr.c518 int iptype; in rpcbind_getaddr() local
623 if (rpc_iptype(ua, &iptype) != 0) { in rpcbind_getaddr()
627 port = rpc_uaddr2port(iptype, ua); in rpcbind_getaddr()
631 if (rpc_iptype(ua, &iptype) != 0) { in rpcbind_getaddr()
635 port = rpc_uaddr2port(iptype, ua); in rpcbind_getaddr()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c1099 zone_iptype_t iptype; in mount_one_dev() local
1123 if (vplat_get_iptype(zlogp, &iptype) < 0) { in mount_one_dev()
1127 switch (iptype) { in mount_one_dev()
3010 zone_iptype_t iptype; in remove_datalink_pool() local
3020 if (vplat_get_iptype(zlogp, &iptype) < 0) { in remove_datalink_pool()
3026 iptype = ZS_EXCLUSIVE; in remove_datalink_pool()
3028 iptype = ZS_SHARED; in remove_datalink_pool()
3031 if (iptype == ZS_EXCLUSIVE) { in remove_datalink_pool()
3075 zone_iptype_t iptype; in remove_datalink_protect() local
3082 if (vplat_get_iptype(zlogp, &iptype) < 0) { in remove_datalink_protect()
[all …]
H A Dzoneadmd.c815 zone_iptype_t iptype; in zone_bootup() local
915 if (vplat_get_iptype(zlogp, &iptype) == 0 && iptype == ZS_EXCLUSIVE) { in zone_bootup()
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.c1813 zone_iptype_t iptype; in export_func() local
1900 if (zonecfg_get_iptype(handle, &iptype) == Z_OK) { in export_func()
1901 switch (iptype) { in export_func()
3971 zone_iptype_t iptype; in validate_net_physical_syntax() local
3973 if (zonecfg_get_iptype(handle, &iptype) != Z_OK) { in validate_net_physical_syntax()
3978 switch (iptype) { in validate_net_physical_syntax()
4116 zone_iptype_t iptype; in set_func() local
4359 iptype = ZS_SHARED; in set_func()
4361 iptype = ZS_EXCLUSIVE; in set_func()
4368 if (iptype == ZS_EXCLUSIVE && !allow_exclusive()) { in set_func()
[all …]
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1600 zonecfg_set_iptype(zone_dochandle_t handle, zone_iptype_t iptype) in zonecfg_set_iptype() argument
1615 switch (iptype) { in zonecfg_set_iptype()
2096 zone_iptype_t iptype; in zonecfg_lookup_nwif() local
2121 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) in zonecfg_lookup_nwif()
2142 if (iptype == ZS_SHARED && addrspec != 0 && in zonecfg_lookup_nwif()
2148 if (iptype == ZS_EXCLUSIVE && allowed_addrspec != 0 && in zonecfg_lookup_nwif()
2178 if (iptype == ZS_SHARED && in zonecfg_lookup_nwif()
2183 if (iptype == ZS_EXCLUSIVE && in zonecfg_lookup_nwif()
5352 zone_iptype_t iptype; in zonecfg_get_privset() local
5363 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) in zonecfg_get_privset()
[all …]
/titanic_50/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1141 uint_t iptype) in zsd_mark_zone_found() argument
1175 zone->zsz_iptype = iptype; in zsd_mark_zone_found()
2408 uint_t iptype; in zsd_refresh_zones() local
2444 iptype = ZS_IPTYPE_EXCLUSIVE; in zsd_refresh_zones()
2446 iptype = ZS_IPTYPE_SHARED; in zsd_refresh_zones()
2462 psetname, sched, cputype, iptype); in zsd_refresh_zones()
/titanic_50/usr/src/cmd/zoneadm/
H A Dzoneadm.c2611 zone_iptype_t iptype; in verify_handle() local
2621 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) { in verify_handle()
2644 switch (iptype) { in verify_handle()