Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java114 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 DConfiguration.java443 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 Dulimit.c67 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 Dpoolstat.c763 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 Ddrctl.h109 drctl_rsrc_t resources[1]; member
114 #define resp_resources un.resources
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt16 # 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 Dt5fw_cfg.txt17 # 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 Dt6fw_cfg.txt17 # 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 Dlibpolkit-rbac.c92 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 Dlibpolkit.h71 GList **resources,
/illumos-gate/usr/src/data/ucode/amd/fallback/
H A DREADME4 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 DLgrp.pod208 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 Dpool_commit.c720 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 Dpool_kernel.c1403 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 Dpool_internal.c1299 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 DLgrp.pm262 sub resources subroutine
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME26 resource management control, so that the total resources used by Apache can be
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl551 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 DLgrp_api.t317 my @lgrps_c = $c->resources($root, LGRP_RSRC_CPU);
H A DLgrp.t251 my @lgrps_c1 = $c->resources($root, LGRP_RSRC_CPU);
/illumos-gate/exception_lists/
H A Dcstyle1073 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 DFAQ65 Q. What other sparse resources are available?
/illumos-gate/usr/src/test/
H A DREADME62 insufficient resources for example, then a wrapper script should be provided
/illumos-gate/usr/src/uts/intel/
H A DMakefile.rules117 $(OBJS_DIR)/%.o: $(SRC)/common/acpica/resources/%.c
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist98 63 ENOSR Out of stream resources

12