Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/usr/src/cmd/zoneadmd/
H A Dvplat.c1098 zone_iptype_t iptype; in mount_one_dev() local
1122 if (vplat_get_iptype(zlogp, &iptype) < 0) { in mount_one_dev()
1126 switch (iptype) { in mount_one_dev()
3009 zone_iptype_t iptype; in remove_datalink_pool() local
3019 if (vplat_get_iptype(zlogp, &iptype) < 0) { in remove_datalink_pool()
3025 iptype = ZS_EXCLUSIVE; in remove_datalink_pool()
3027 iptype = ZS_SHARED; in remove_datalink_pool()
3030 if (iptype == ZS_EXCLUSIVE) { in remove_datalink_pool()
3074 zone_iptype_t iptype; in remove_datalink_protect() local
3081 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_41/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_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1599 zonecfg_set_iptype(zone_dochandle_t handle, zone_iptype_t iptype) in zonecfg_set_iptype() argument
1614 switch (iptype) { in zonecfg_set_iptype()
2095 zone_iptype_t iptype; in zonecfg_lookup_nwif() local
2120 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) in zonecfg_lookup_nwif()
2141 if (iptype == ZS_SHARED && addrspec != 0 && in zonecfg_lookup_nwif()
2147 if (iptype == ZS_EXCLUSIVE && allowed_addrspec != 0 && in zonecfg_lookup_nwif()
2177 if (iptype == ZS_SHARED && in zonecfg_lookup_nwif()
2182 if (iptype == ZS_EXCLUSIVE && in zonecfg_lookup_nwif()
5351 zone_iptype_t iptype; in zonecfg_get_privset() local
5362 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) in zonecfg_get_privset()
[all …]
/titanic_41/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_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c2610 zone_iptype_t iptype; in verify_handle() local
2620 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) { in verify_handle()
2643 switch (iptype) { in verify_handle()