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

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c769 xmlChar *name, *set, *iptype; local
783 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE);
785 if (name == NULL || set == NULL || iptype == NULL) {
790 if (iptype != NULL)
791 xmlFree(iptype);
797 priv_iter.pi_iptype = (char *)iptype;
803 xmlFree(iptype);
972 xmlChar *match, *name, *arch, *iptype; local
994 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE);
996 (iptype
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c518 int iptype; local
623 if (rpc_iptype(ua, &iptype) != 0) {
627 port = rpc_uaddr2port(iptype, ua);
631 if (rpc_iptype(ua, &iptype) != 0) {
635 port = rpc_uaddr2port(iptype, ua);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1100 zone_iptype_t iptype; local
1124 if (vplat_get_iptype(zlogp, &iptype) < 0) {
1128 switch (iptype) {
3011 zone_iptype_t iptype; local
3021 if (vplat_get_iptype(zlogp, &iptype) < 0) {
3027 iptype = ZS_EXCLUSIVE;
3029 iptype = ZS_SHARED;
3032 if (iptype == ZS_EXCLUSIVE) {
3076 zone_iptype_t iptype; local
3083 if (vplat_get_iptype(zlogp, &iptype) <
3266 zone_iptype_t iptype; local
4772 zone_iptype_t iptype; local
5118 zone_iptype_t iptype; local
5311 zone_iptype_t iptype; local
[all...]
H A Dzoneadmd.c815 zone_iptype_t iptype; local
915 if (vplat_get_iptype(zlogp, &iptype) == 0 && iptype == ZS_EXCLUSIVE) {
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1858 zone_iptype_t iptype; local
1945 if (zonecfg_get_iptype(handle, &iptype) == Z_OK) {
1946 switch (iptype) {
4133 zone_iptype_t iptype; local
4135 if (zonecfg_get_iptype(handle, &iptype) != Z_OK) {
4140 switch (iptype) {
4278 zone_iptype_t iptype; local
4521 iptype = ZS_SHARED;
4523 iptype = ZS_EXCLUSIVE;
4530 if (iptype
5102 zone_iptype_t iptype; local
6104 zone_iptype_t iptype; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1605 zonecfg_set_iptype(zone_dochandle_t handle, zone_iptype_t iptype) argument
1620 switch (iptype) {
2101 zone_iptype_t iptype; local
2126 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK)
2147 if (iptype == ZS_SHARED && addrspec != 0 &&
2153 if (iptype == ZS_EXCLUSIVE && allowed_addrspec != 0 &&
2183 if (iptype == ZS_SHARED &&
2188 if (iptype == ZS_EXCLUSIVE &&
5512 zone_iptype_t iptype; local
5523 if ((err = zonecfg_get_iptype(handle, &iptype)) !
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1141 uint_t iptype)
1175 zone->zsz_iptype = iptype;
2408 uint_t iptype; local
2444 iptype = ZS_IPTYPE_EXCLUSIVE;
2446 iptype = ZS_IPTYPE_SHARED;
2462 psetname, sched, cputype, iptype);
1134 zsd_mark_zone_found(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t cpu_shares, uint64_t cpu_cap, uint64_t ram_cap, uint64_t locked_cap, uint64_t vm_cap, uint64_t processes_cap, uint64_t processes, uint64_t lwps_cap, uint64_t lwps, uint64_t shm_cap, uint64_t shm, uint64_t shmids_cap, uint64_t shmids, uint64_t semids_cap, uint64_t semids, uint64_t msgids_cap, uint64_t msgids, uint64_t lofi_cap, uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype, uint_t iptype) argument
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2611 zone_iptype_t iptype; local
2621 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK) {
2644 switch (iptype) {

Completed in 130 milliseconds