/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Pool.java | 116 List resources; in getResources() local 118 if ((resources = PoolInternal.pool_query_pool_resources( in getResources() 126 ArrayList aList = new ArrayList(resources.size()); in getResources() 127 for (int i = 0; i < resources.size(); i++) in getResources() 129 ((Long)resources.get(i)).longValue())); in getResources()
|
H A D | Configuration.java | 445 List resources; in getResources() local 447 if ((resources = PoolInternal.pool_query_resources(getConf(), in getResources() 455 ArrayList aList = new ArrayList(resources.size()); in getResources() 456 for (int i = 0; i < resources.size(); i++) in getResources() 458 ((Long)resources.get(i)).longValue())); in getResources()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | ulimit.c | 70 char resources[RLIM_NLIMITS]; in sysulimit() local 73 resources[res] = 0; in sysulimit() 97 resources[res]++; in sysulimit() 126 resources[res]++; in sysulimit() 131 resources[res = RLIMIT_FSIZE]++; in sysulimit() 144 if (resources[res] == 0) { in sysulimit()
|
/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 761 pool_resource_t **resources = NULL; in get_resources() local 788 if ((resources = pool_query_pool_resources( in get_resources() 793 if ((resources = in get_resources() 805 return (resources); in get_resources() 815 prt_resource_stats_by_type(pool_resource_t **resources, const char *rtype) in prt_resource_stats_by_type() argument 837 for (i = 0; resources[i] != NULL; i++) { in prt_resource_stats_by_type() 838 if ((elem = pool_resource_to_elem(conf, resources[i])) == NULL) in prt_resource_stats_by_type() 912 pool_resource_t **resources; in prt_pool_stats() local 976 resources = get_resources( in prt_pool_stats() 978 update_resource_stats(*resources, in prt_pool_stats() [all …]
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | drctl.h | 109 drctl_rsrc_t resources[1]; member 114 #define resp_resources un.resources
|
/titanic_50/usr/src/lib/policykit/libpolkit/common/ |
H A D | libpolkit-rbac.c | 94 GList **resources, in libpolkit_get_allowed_resources_for_privilege_for_uid() argument 107 *resources = NULL; in libpolkit_get_allowed_resources_for_privilege_for_uid()
|
H A D | libpolkit.h | 71 GList **resources,
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-network-dns-mdns.mf | 55 $(JAVA_7_ONLY)dir path=usr/share/lib/java/javadoc/dnssd/api/resources \ 138 path=usr/share/lib/java/javadoc/dnssd/api/resources/background.gif \ 140 $(JAVA_7_ONLY)file path=usr/share/lib/java/javadoc/dnssd/api/resources/tab.gif \ 143 path=usr/share/lib/java/javadoc/dnssd/api/resources/titlebar.gif \ 146 path=usr/share/lib/java/javadoc/dnssd/api/resources/titlebar_end.gif \
|
H A D | developer-dtrace.mf | 69 $(JAVA_7_ONLY)dir path=usr/share/lib/java/javadoc/dtrace/api/resources \ 628 path=usr/share/lib/java/javadoc/dtrace/api/resources/background.gif \ 631 path=usr/share/lib/java/javadoc/dtrace/api/resources/tab.gif group=other 633 path=usr/share/lib/java/javadoc/dtrace/api/resources/titlebar.gif \ 636 path=usr/share/lib/java/javadoc/dtrace/api/resources/titlebar_end.gif \
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 210 resources that are available to the caller (such as those with respect to 435 between which hardware resources the latency should be measured. Currently the 457 Return the list of lgroups directly containing resources of the specified type. 458 The resources are represented by a set of lgroups in which each lgroup directly 459 contains CPU and/or memory resources. 467 CPU resources 471 Memory resources 565 =item resources($lgrp, $type) 567 Returns the list of lgroups directly containing resources of the specified
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 722 pool_resource_t **resources; in share_resources() local 744 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) { in share_resources() 754 if (resource_allocate("pset", resources, nelem) != PO_SUCCESS) { in share_resources() 755 free(resources); in share_resources() 760 free(resources); in share_resources()
|
H A D | pool_kernel.c | 1402 pool_resource_t **resources; in pool_knl_remove() local 1405 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_remove() 1407 if (resource_is_system(resources[i]) == PO_FALSE) in pool_knl_remove() 1408 if (pool_resource_destroy(conf, resources[i]) != in pool_knl_remove() 1414 free(resources); in pool_knl_remove() 1527 pool_resource_t **resources; in pool_knl_get_resource_binding() local 1560 if ((resources = pool_query_pool_resources(conf, pools[0], &nelem, in pool_knl_get_resource_binding() 1568 free(resources); in pool_knl_get_resource_binding() 1572 if (pool_get_ns_property(TO_ELEM(resources[0]), c_name, props[0]) == in pool_knl_get_resource_binding() 1574 free(resources); in pool_knl_get_resource_binding() [all …]
|
H A D | pool_internal.c | 1301 pool_resource_t **resources = NULL; in resource_by_sysid() local 1329 resources = pool_query_resources(conf, &nelem, props); in resource_by_sysid() 1331 if (resources != NULL) { in resource_by_sysid() 1332 retval = resources[0]; in resource_by_sysid() 1333 free(resources); in resource_by_sysid()
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 262 sub resources subroutine
|
/titanic_50/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
|
/titanic_50/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));
|
/titanic_50/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);
|
/titanic_50/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 61 But privilege is also access to data and resources that can be used 123 No privilege or privileged resources are needed to implement the 183 that drops most privileges and access to privileged resources after 189 resources needed for authenticating the server, which, as described 199 privileged resources, and two processes which run with much less 612 privileges and access to privileged resources in the
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | dynmem_readme.txt | 48 resources it is broken down and each piece catagorized both as an 50 resources comprise cache control entries (ccent), write control entries 143 The overall effect of this is to accelerate the release of system resources
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.rules | 133 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/acpica/resources/%.c
|
/titanic_50/usr/src/test/ |
H A D | README | 62 insufficient resources for example, then a wrapper script should be provided
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | errlist | 102 63 Out of stream resources
|
/titanic_50/usr/src/lib/libunistat/common/solaris/ |
H A D | solaris.err | 85 NOSR = out of streams resources
|
/titanic_50/exception_lists/ |
H A D | cstyle | 1226 usr/src/uts/intel/io/acpica/resources/rsaddr.c 1227 usr/src/uts/intel/io/acpica/resources/rscalc.c 1228 usr/src/uts/intel/io/acpica/resources/rscreate.c 1229 usr/src/uts/intel/io/acpica/resources/rsdump.c 1230 usr/src/uts/intel/io/acpica/resources/rsinfo.c 1231 usr/src/uts/intel/io/acpica/resources/rsio.c 1232 usr/src/uts/intel/io/acpica/resources/rsirq.c 1233 usr/src/uts/intel/io/acpica/resources/rslist.c 1234 usr/src/uts/intel/io/acpica/resources/rsmemory.c 1235 usr/src/uts/intel/io/acpica/resources/rsmisc.c [all …]
|