Searched refs:resources (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/policykit/libpolkit/common/ |
H A D | libpolkit.h | 71 GList **resources,
|
H A D | libpolkit-rbac.c | 94 GList **resources, 107 *resources = NULL; 91 libpolkit_get_allowed_resources_for_privilege_for_uid(LibPolKitContext *ctx, const char *user, const char *privilege, GList **resources, GList **restrictions, int *num_non_temporary) argument
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 260 sub resources subroutine 262 scalar @_ == 3 or _usage("resources(class, lgrp, resource)");
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 33 * decisions about how best to allocate resources to meet the 86 * This resource specific structure is used to determine allocation of resources 88 * some number of dealt resources based on the global allocation policy. 96 uint64_t ri_pinned; /* Count of pinned resources in set */ 97 uint64_t ri_dealt; /* Count of resources dealt to set */ 99 /* The signed quantity of resources */ 102 /* + transfer: tranfer resources out */ 103 /* - transfer: tranfer resources in */ 238 * system. Since only pools and resources actually need to perform 433 * PEC_RES_COMP are the only type of resources 722 pool_resource_t **resources; local [all...] |
H A D | pool_internal.c | 611 * of all resources of this type 679 * of all resources of this type 1259 pool_resource_t **resources = NULL; local 1287 resources = pool_query_resources(conf, &nelem, props); 1289 if (resources != NULL) { 1290 retval = resources[0]; 1291 free(resources); 1641 * Check that there are available resources on this 1643 * each resource type and then find all resources of 1645 * resources an [all...] |
H A D | pool_kernel.c | 648 * pool/resources haven't really been committed in this case. 857 * Release the log resources 1400 pool_resource_t **resources; local 1403 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) { 1405 if (resource_is_system(resources[i]) == PO_FALSE) 1406 if (pool_resource_destroy(conf, resources[i]) != 1412 free(resources); 1525 pool_resource_t **resources; local 1558 if ((resources = pool_query_pool_resources(conf, pools[0], &nelem, 1566 free(resources); [all...] |
H A D | pool.c | 380 * A shallow display of a pool only lists the resources by name 932 /* Don't allow rename of temporary pools/resources */ 1227 pool_resource_t **resources; local 1264 if ((resources = pool_query_resources(conf, &nelem, props)) == NULL) { 1271 free(resources); 1293 * for resources. The resource returned, hence, is fully initialized. 1363 * for resources. The resource returned, hence, is fully initialized. 1415 * Close a configuration, freeing all associated resources. Once a 1436 * Remove a configuration, freeing all associated resources. Once a 1455 * pool_conf_alloc() allocate the resources t [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 103 63 Out of stream resources
|
/osnet-11/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); 318 ok(scalar @lgrps_c, 'there are CPU resources in the system'); 326 is($fail, 0, 'Each lgrp containing CPU resources should be leaf');
|
H A D | Lgrp.t | 256 my @lgrps_c1 = $c->resources($root, LGRP_RSRC_CPU);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 59 CPAN is the world-wide archive of perl resources. It consists of about 61 Many countries have at least one CPAN site already. The resources
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | dsconvert.ksh | 325 # Look at zonecfg fs and dataset resources to see if anything under /export 627 of the device resources that appears in the configuration for
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MakeMaker.pm | 1170 with the available resources. MakeMaker supports the linking process 1817 system resources, error detection, memory usage reporting, catchable failure
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 2669 a operation consumes all resources, each operation produces no more than
|
Completed in 117 milliseconds