| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | Pool.java | 114 List resources; in getResources() local 116 if ((resources = PoolInternal.pool_query_pool_resources( in getResources() 124 ArrayList aList = new ArrayList(resources.size()); in getResources() 125 for (int i = 0; i < resources.size(); i++) in getResources() 127 ((Long)resources.get(i)).longValue())); in getResources()
|
| H A D | Configuration.java | 443 List resources; in getResources() local 445 if ((resources = PoolInternal.pool_query_resources(getConf(), in getResources() 453 ArrayList aList = new ArrayList(resources.size()); in getResources() 454 for (int i = 0; i < resources.size(); i++) in getResources() 456 ((Long)resources.get(i)).longValue())); in getResources()
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | ulimit.c | 67 char resources[RLIM_NLIMITS]; in sysulimit() local 70 resources[res] = 0; in sysulimit() 94 resources[res]++; in sysulimit() 123 resources[res]++; in sysulimit() 128 resources[res = RLIMIT_FSIZE]++; in sysulimit() 141 if (resources[res] == 0) { in sysulimit()
|
| /illumos-gate/usr/src/cmd/pools/poolstat/ |
| H A D | poolstat.c | 763 pool_resource_t **resources = NULL; in get_resources() local 790 if ((resources = pool_query_pool_resources( in get_resources() 795 if ((resources = in get_resources() 807 return (resources); in get_resources() 817 prt_resource_stats_by_type(pool_resource_t **resources, const char *rtype) in prt_resource_stats_by_type() argument 839 for (i = 0; resources[i] != NULL; i++) { in prt_resource_stats_by_type() 840 if ((elem = pool_resource_to_elem(conf, resources[i])) == NULL) in prt_resource_stats_by_type() 914 pool_resource_t **resources; in prt_pool_stats() local 978 resources = get_resources( in prt_pool_stats() 980 update_resource_stats(*resources, in prt_pool_stats() [all …]
|
| /illumos-gate/usr/src/uts/sun4v/sys/ |
| H A D | drctl.h | 109 drctl_rsrc_t resources[1]; member 114 #define resp_resources un.resources
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
| H A D | t4fw_cfg.txt | 16 # Many of the T4 resources which are described by this configuration are 20 # Some of the more important resources to allocate and their constaints are: 38 # 6. Some OS Drivers will manage all resources through a single Physical 40 # this "Unified PF" will need to have enough resources allocated to it 167 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 225 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 244 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round 245 # that up to 128 to make sure the Unified PF doesn't run out of resources. 302 # only enough resources to support a single port's NIC application functions 356 # Thus we need to provide a large number of resources here. For Egress [all …]
|
| H A D | t5fw_cfg.txt | 17 # Many of the Terminator resources which are described by this configuration 21 # Some of the more important resources to allocate and their constaints are: 30 # 6. Some OS Drivers will manage all resources through a single Physical 202 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 260 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 279 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round 280 # that up to 128 to make sure the Unified PF doesn't run out of resources. 338 # only enough resources to support a single port's NIC application functions 396 # Thus we need to provide a large number of resources here. For Egress 474 # configure and reserve firmware internal resources that come from the global [all …]
|
| H A D | t6fw_cfg.txt | 17 # Many of the Terminator resources which are described by this configuration 21 # Some of the more important resources to allocate and their constaints are: 30 # 6. Some OS Drivers will manage all resources through a single Physical 219 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 277 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 296 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round 297 # that up to 128 to make sure the Unified PF doesn't run out of resources. 353 # only enough resources to support a single port's NIC application functions 409 # Thus we need to provide a large number of resources here. For Egress 492 # configure and reserve firmware internal resources that come from the global [all …]
|
| /illumos-gate/usr/src/lib/policykit/libpolkit/common/ |
| H A D | libpolkit-rbac.c | 92 GList **resources, in libpolkit_get_allowed_resources_for_privilege_for_uid() argument 105 *resources = NULL; in libpolkit_get_allowed_resources_for_privilege_for_uid()
|
| H A D | libpolkit.h | 71 GList **resources,
|
| /illumos-gate/usr/src/data/ucode/amd/fallback/ |
| H A D | README | 4 https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7033.html
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
| H A D | Lgrp.pod | 208 resources that are available to the caller (such as those with respect to 433 between which hardware resources the latency should be measured. Currently the 455 Return the list of lgroups directly containing resources of the specified type. 456 The resources are represented by a set of lgroups in which each lgroup directly 457 contains CPU and/or memory resources. 465 CPU resources 469 Memory resources 563 =item resources($lgrp, $type) 565 Returns the list of lgroups directly containing resources of the specified
|
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | pool_commit.c | 720 pool_resource_t **resources; in share_resources() local 742 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) { in share_resources() 752 if (resource_allocate("pset", resources, nelem) != PO_SUCCESS) { in share_resources() 753 free(resources); in share_resources() 758 free(resources); in share_resources()
|
| H A D | pool_kernel.c | 1403 pool_resource_t **resources; in pool_knl_remove() local 1406 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_remove() 1408 if (resource_is_system(resources[i]) == PO_FALSE) in pool_knl_remove() 1409 if (pool_resource_destroy(conf, resources[i]) != in pool_knl_remove() 1415 free(resources); in pool_knl_remove() 1528 pool_resource_t **resources; in pool_knl_get_resource_binding() local 1561 if ((resources = pool_query_pool_resources(conf, pools[0], &nelem, in pool_knl_get_resource_binding() 1569 free(resources); in pool_knl_get_resource_binding() 1573 if (pool_get_ns_property(TO_ELEM(resources[0]), c_name, props[0]) == in pool_knl_get_resource_binding() 1575 free(resources); in pool_knl_get_resource_binding() [all …]
|
| H A D | pool_internal.c | 1299 pool_resource_t **resources = NULL; in resource_by_sysid() local 1327 resources = pool_query_resources(conf, &nelem, props); in resource_by_sysid() 1329 if (resources != NULL) { in resource_by_sysid() 1330 retval = resources[0]; in resource_by_sysid() 1331 free(resources); in resource_by_sysid()
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| H A D | Lgrp.pm | 262 sub resources subroutine
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | README | 26 resource management control, so that the total resources used by Apache can be
|
| /illumos-gate/usr/src/cmd/lgrpinfo/ |
| H A D | lgrpinfo.pl | 551 my @resources_cpu = nsort($l->resources($lgrp, LGRP_RSRC_CPU)); 552 my @resources_mem = nsort($l->resources($lgrp, LGRP_RSRC_MEM));
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
| H A D | Lgrp_api.t | 317 my @lgrps_c = $c->resources($root, LGRP_RSRC_CPU);
|
| H A D | Lgrp.t | 251 my @lgrps_c1 = $c->resources($root, LGRP_RSRC_CPU);
|
| /illumos-gate/exception_lists/ |
| H A D | cstyle | 1073 usr/src/common/acpica/resources/rsaddr.c 1074 usr/src/common/acpica/resources/rscalc.c 1075 usr/src/common/acpica/resources/rscreate.c 1076 usr/src/common/acpica/resources/rsdump.c 1077 usr/src/common/acpica/resources/rsinfo.c 1078 usr/src/common/acpica/resources/rsio.c 1079 usr/src/common/acpica/resources/rsirq.c 1080 usr/src/common/acpica/resources/rslist.c 1081 usr/src/common/acpica/resources/rsmemory.c 1082 usr/src/common/acpica/resources/rsmisc.c [all …]
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | FAQ | 65 Q. What other sparse resources are available?
|
| /illumos-gate/usr/src/test/ |
| H A D | README | 62 insufficient resources for example, then a wrapper script should be provided
|
| /illumos-gate/usr/src/uts/intel/ |
| H A D | Makefile.rules | 117 $(OBJS_DIR)/%.o: $(SRC)/common/acpica/resources/%.c
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | errlist | 98 63 ENOSR Out of stream resources
|