Searched defs:resources (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm260 sub resources subroutine
262 scalar @_ == 3 or _usage("resources(class, lgrp, resource)");
/osnet-11/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c94 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/lib/libpool/common/
H A Dpool_commit.c33 * 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 Dpool.c380 * 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...]
H A Dpool_internal.c611 * 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 Dpool_kernel.c648 * 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...]

Completed in 54 milliseconds