Searched refs:pool (Results 1 - 25 of 718) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/ipfilter/rules/
H A Dpool.conf2 pool 0 = { !10.0.0.0 - 10.255.255.255, 10.1.0.0 - 10.1.255.255,
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_str.c42 * pool for the unwind environment. We preallocate enough
47 * The string pool is reused with each call to step(),
53 int uwx_init_str_pool(struct uwx_env *env, struct uwx_str_pool *pool) argument
55 if (pool == 0)
58 pool->next = 0;
59 pool->size = STRPOOLSIZE;
60 pool->used = 0;
62 env->string_pool = pool;
69 struct uwx_str_pool *pool; local
72 /* The first pool i
89 struct uwx_str_pool *pool; local
124 struct uwx_str_pool *pool; local
[all...]
/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dprintdstlistdata.c12 printdstlistdata(pool, opts)
13 ippool_dst_t *pool;
18 if ((pool->ipld_flags & IPDST_DELETE) != 0)
20 PRINTF("pool ");
22 if ((pool->ipld_flags & IPDST_DELETE) != 0)
24 PRINTF("Name: %s\tRole: ", pool->ipld_name);
27 printunit(pool->ipld_unit);
30 PRINTF("/dstlist (name %s;", pool->ipld_name);
31 if (pool->ipld_policy != IPLDP_NONE) {
33 printdstlistpolicy(pool
[all...]
H A Dprintpooldata.c12 printpooldata(pool, opts)
13 ip_pool_t *pool;
18 if ((pool->ipo_flags & IPOOL_ANON) != 0)
19 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
20 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
24 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
27 ISDIGIT(*pool->ipo_name) ? "Number" : "Name",
28 pool->ipo_name);
29 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
35 printunit(pool
[all...]
H A Dload_pool.c25 ip_pool_t pool; local
34 op.iplo_size = sizeof(pool);
35 op.iplo_struct = &pool;
36 bzero((char *)&pool, sizeof(pool));
37 pool.ipo_unit = plp->ipo_unit;
38 strncpy(pool.ipo_name, plp->ipo_name, sizeof(pool.ipo_name));
52 strncpy(pool.ipo_name, op.iplo_name, sizeof(pool
[all...]
H A Dremove_pool.c24 ip_pool_t pool; local
32 op.iplo_size = sizeof(pool);
33 op.iplo_struct = &pool;
35 bzero((char *)&pool, sizeof(pool));
36 pool.ipo_unit = poolp->ipo_unit;
37 strncpy(pool.ipo_name, poolp->ipo_name, sizeof(pool.ipo_name));
38 pool.ipo_flags = poolp->ipo_flags;
43 "delete lookup pool");
[all...]
/freebsd-10.1-release/sys/mips/cavium/octe/
H A Dethernet-mem.h31 int cvm_oct_mem_fill_fpa(int pool, int size, int elements);
32 void cvm_oct_mem_empty_fpa(int pool, int size, int elements);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dcompat_providers.c40 apr_pool_t *pool)
43 retry_limit, pool);
52 apr_pool_t *pool)
55 retry_limit, pool);
61 apr_pool_t *pool)
63 svn_auth_get_simple_provider2(provider, NULL, NULL, pool);
69 apr_pool_t *pool)
71 svn_auth_get_windows_simple_provider(provider, pool);
76 apr_pool_t *pool)
78 svn_auth_get_username_provider(provider, pool);
34 svn_client_get_simple_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_simple_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
46 svn_client_get_username_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_username_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
59 svn_client_get_simple_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
67 svn_client_get_windows_simple_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
74 svn_client_get_username_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
81 svn_client_get_ssl_server_trust_file_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
88 svn_client_get_ssl_client_cert_file_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
95 svn_client_get_ssl_client_cert_pw_file_provider(svn_auth_provider_object_t **provider, apr_pool_t *pool) argument
102 svn_client_get_ssl_server_trust_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_server_trust_prompt_func_t prompt_func, void *prompt_baton, apr_pool_t *pool) argument
113 svn_client_get_ssl_client_cert_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
126 svn_client_get_ssl_client_cert_pw_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_pw_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Duser.c34 get_os_username(apr_pool_t *pool) argument
41 if (apr_uid_current(&uid, &gid, pool) == APR_SUCCESS &&
42 apr_uid_name_get(&username, uid, pool) == APR_SUCCESS)
52 utf8_or_nothing(const char *str, apr_pool_t *pool) { argument
56 svn_error_t *err = svn_utf_cstring_to_utf8(&utf8_str, str, pool);
65 svn_user_get_name(apr_pool_t *pool) argument
67 const char *username = get_os_username(pool);
68 return utf8_or_nothing(username, pool);
72 svn_user_get_homedir(apr_pool_t *pool) argument
77 if (apr_env_get(&homedir, "HOME", pool)
[all...]
H A Dlock.c40 svn_lock_create(apr_pool_t *pool)
42 return apr_pcalloc(pool, sizeof(svn_lock_t));
46 svn_lock_dup(const svn_lock_t *lock, apr_pool_t *pool)
53 new_l = apr_palloc(pool, sizeof(*new_l));
56 new_l->path = apr_pstrdup(pool, new_l->path);
57 new_l->token = apr_pstrdup(pool, new_l->token);
58 new_l->owner = apr_pstrdup(pool, new_l->owner);
59 new_l->comment = apr_pstrdup(pool, new_l->comment);
38 svn_lock_create(apr_pool_t *pool) argument
44 svn_lock_dup(const svn_lock_t *lock, apr_pool_t *pool) argument
H A Dlog.c45 log_depth(svn_depth_t depth, apr_pool_t *pool)
49 return apr_pstrcat(pool, " depth=", svn_depth_to_word(depth), (char *)NULL);
62 svn_log__reparent(const char *path, apr_pool_t *pool)
64 return apr_psprintf(pool, "reparent %s", svn_path_uri_encode(path, pool));
69 svn_log__change_rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool)
71 return apr_psprintf(pool, "change-rev-prop r%ld %s", rev,
72 svn_path_uri_encode(name, pool));
76 svn_log__rev_proplist(svn_revnum_t rev, apr_pool_t *pool)
78 return apr_psprintf(pool, "re
44 log_depth(svn_depth_t depth, apr_pool_t *pool) argument
61 svn_log__reparent(const char *path, apr_pool_t *pool) argument
68 svn_log__change_rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool) argument
75 svn_log__rev_proplist(svn_revnum_t rev, apr_pool_t *pool) argument
81 svn_log__rev_prop(svn_revnum_t rev, const char *name, apr_pool_t *pool) argument
88 svn_log__commit(svn_revnum_t rev, apr_pool_t *pool) argument
94 svn_log__get_file(const char *path, svn_revnum_t rev, svn_boolean_t want_contents, svn_boolean_t want_props, apr_pool_t *pool) argument
105 svn_log__get_dir(const char *path, svn_revnum_t rev, svn_boolean_t want_contents, svn_boolean_t want_props, apr_uint64_t dirent_fields, apr_pool_t *pool) argument
117 svn_log__get_mergeinfo(const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
144 svn_log__checkout(const char *path, svn_revnum_t rev, svn_depth_t depth, apr_pool_t *pool) argument
153 svn_log__update(const char *path, svn_revnum_t rev, svn_depth_t depth, svn_boolean_t send_copyfrom_args, apr_pool_t *pool) argument
166 svn_log__switch(const char *path, const char *dst_path, svn_revnum_t revnum, svn_depth_t depth, apr_pool_t *pool) argument
176 svn_log__status(const char *path, svn_revnum_t rev, svn_depth_t depth, apr_pool_t *pool) argument
185 svn_log__diff(const char *path, svn_revnum_t from_revnum, const char *dst_path, svn_revnum_t revnum, svn_depth_t depth, svn_boolean_t ignore_ancestry, apr_pool_t *pool) argument
204 svn_log__log(const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, apr_pool_t *pool) argument
261 svn_log__get_locations(const char *path, svn_revnum_t peg_revision, const apr_array_header_t *location_revisions, apr_pool_t *pool) argument
289 svn_log__get_location_segments(const char *path, svn_revnum_t peg_revision, svn_revnum_t start, svn_revnum_t end, apr_pool_t *pool) argument
299 svn_log__get_file_revs(const char *path, svn_revnum_t start, svn_revnum_t end, svn_boolean_t include_merged_revisions, apr_pool_t *pool) argument
309 svn_log__lock(const apr_array_header_t *paths, svn_boolean_t steal, apr_pool_t *pool) argument
332 svn_log__unlock(const apr_array_header_t *paths, svn_boolean_t break_lock, apr_pool_t *pool) argument
355 svn_log__lock_one_path(const char *path, svn_boolean_t steal, apr_pool_t *pool) argument
364 svn_log__unlock_one_path(const char *path, svn_boolean_t break_lock, apr_pool_t *pool) argument
373 svn_log__replay(const char *path, svn_revnum_t rev, apr_pool_t *pool) argument
385 svn_log__get_inherited_props(const char *path, svn_revnum_t rev, apr_pool_t *pool) argument
[all...]
H A Dsysinfo.h39 const char *svn_sysinfo__canonical_host(apr_pool_t *pool);
46 const char *svn_sysinfo__release_name(apr_pool_t *pool);
54 const apr_array_header_t *svn_sysinfo__linked_libs(apr_pool_t *pool);
63 const apr_array_header_t *svn_sysinfo__loaded_libs(apr_pool_t *pool);
H A Dpool.c0 /* pool.c: pool wrappers for Subversion
71 apr_pool_t *pool;
72 apr_pool_create_ex(&pool, parent_pool, abort_on_pool_failure, allocator);
73 return pool;
78 svn_pool_create_ex_debug(apr_pool_t *pool, apr_allocator_t *allocator,
81 return svn_pool_create_ex(pool, allocator);
90 apr_pool_t *pool;
91 apr_pool_create_ex_debug(&pool, parent_pool, abort_on_pool_failure,
93 return pool;
69 apr_pool_t *pool; local
76 svn_pool_create_ex_debug(apr_pool_t *pool, apr_allocator_t *allocator, const char *file_line) argument
88 apr_pool_t *pool; local
96 svn_pool_create_ex(apr_pool_t *pool, apr_allocator_t *allocator) argument
107 apr_pool_t *pool; local
[all...]
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dtaskpool.c49 isc_taskpool_t *pool; local
52 pool = isc_mem_get(mctx, sizeof(*pool));
53 if (pool == NULL)
55 pool->mctx = mctx;
56 pool->ntasks = ntasks;
57 pool->quantum = quantum;
58 pool->tmgr = tmgr;
59 pool->tasks = isc_mem_get(mctx, ntasks * sizeof(isc_task_t *));
60 if (pool
77 isc_taskpool_t *pool = NULL; local
102 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp) argument
109 isc_taskpool_size(isc_taskpool_t *pool) argument
119 isc_taskpool_t *pool; local
164 isc_taskpool_t *pool = *poolp; local
176 isc_taskpool_setprivilege(isc_taskpool_t *pool, isc_boolean_t priv) argument
[all...]
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c62 * Setup a FPA pool to control a new block of memory. The
65 * @param pool Pool to initialize
66 * 0 <= pool < 8
67 * @param name Constant character string to name this pool.
77 int cvmx_fpa_setup_pool(uint64_t pool, const char *name, void *buffer, argument
86 if (pool >= CVMX_FPA_NUM_POOLS)
88 cvmx_dprintf("ERROR: cvmx_fpa_setup_pool: Illegal pool!\n");
104 cvmx_fpa_pool_info[pool].name = name;
105 cvmx_fpa_pool_info[pool].size = block_size;
106 cvmx_fpa_pool_info[pool]
133 cvmx_fpa_shutdown_pool(uint64_t pool) argument
184 cvmx_fpa_get_block_size(uint64_t pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_user.h36 /** Get the name of the current user, using @a pool for any necessary
42 svn_user_get_name(apr_pool_t *pool);
44 /** Get the path of the current user's home directory, using @a pool for
50 svn_user_get_homedir(apr_pool_t *pool);
H A Dsvn_path.h74 svn_path_internal_style(const char *path, apr_pool_t *pool);
83 svn_path_local_style(const char *path, apr_pool_t *pool);
87 * the result in @a pool. @a component need not be a single component: it
115 svn_path_join(const char *base, const char *component, apr_pool_t *pool);
117 /** Join multiple components onto a @a base path, allocated in @a pool. The
135 svn_path_join_many(apr_pool_t *pool, const char *base, ...);
146 * The returned basename will be allocated in @a pool.
156 svn_path_basename(const char *path, apr_pool_t *pool);
162 * The returned dirname will be allocated in @a pool.
170 svn_path_dirname(const char *path, apr_pool_t *pool);
[all...]
H A Dsvn_quoprint.h46 apr_pool_t *pool);
55 apr_pool_t *pool);
59 * of it present at once. The returned string will be allocated from @a pool.
63 apr_pool_t *pool);
66 * of it present at once. The returned string will be allocated from @a pool.
70 apr_pool_t *pool);
H A Dsvn_utf.h51 * Allocate cached translation handles in a subpool of @a pool.
61 * function or when @a pool is cleared or destroyed.
68 apr_pool_t *pool);
78 svn_utf_initialize(apr_pool_t *pool);
81 * allocate @a *dest in @a pool.
86 apr_pool_t *pool);
90 * @a *dest in @a pool.
95 apr_pool_t *pool);
99 * allocate @a *dest in @a pool.
104 apr_pool_t *pool);
[all...]
H A Dsvn_base64.h51 * bit of encoded data. The stream is allocated in @a pool.
55 apr_pool_t *pool);
59 * in @a pool.
63 apr_pool_t *pool);
72 * from @a pool.
79 apr_pool_t *pool);
90 apr_pool_t *pool);
96 * pool.
101 apr_pool_t *pool);
107 * Allocate the returned checksum in @a pool
[all...]
/freebsd-10.1-release/etc/periodic/daily/
H A D800.scrub-zfs30 for pool in ${daily_scrub_zfs_pools}; do
32 _status=$(zpool list "${pool}" 2> /dev/null)
35 echo " WARNING: pool '${pool}' specified in"
44 echo "Skipping faulted pool: ${pool}"
49 eval _pool_threshold=\${daily_scrub_zfs_$(echo "${pool}"|tr ".:-" "_")_threshold}
54 _last_scrub=$(zpool history ${pool} | \
55 egrep "^[0-9\.\:\-]{19} zpool scrub ${pool}\$" | tail -1 |\
58 # creation time of the pool i
[all...]
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c56 * its pool's free_list (if the FMR can be mapped again; that is,
57 * remap_count < pool->max_remaps) or its pool's dirty_list (if the
94 void (*flush_function)(struct ib_fmr_pool *pool,
113 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, argument
122 if (!pool->cache_bucket)
125 bucket = pool->cache_bucket + ib_fmr_hash(*page_list);
137 static void ib_fmr_batch_release(struct ib_fmr_pool *pool) argument
144 spin_lock_irq(&pool->pool_lock);
146 list_for_each_entry(fmr, &pool
179 struct ib_fmr_pool *pool = pool_ptr; local
214 struct ib_fmr_pool *pool; local
358 ib_destroy_fmr_pool(struct ib_fmr_pool *pool) argument
396 ib_flush_fmr_pool(struct ib_fmr_pool *pool) argument
439 struct ib_fmr_pool *pool = pool_handle; local
514 struct ib_fmr_pool *pool; local
[all...]
/freebsd-10.1-release/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c34 static apr_status_t load_ldap(apr_pool_t *pool) argument
41 apu_dso_init(pool);
53 rv = apu_dso_load(NULL, &symbol, modname, "apr__ldap_fns", pool);
62 #define LOAD_LDAP_STUB(pool, failres) \
63 if (!lfn && (load_ldap(pool) != APR_SUCCESS)) \
66 APU_DECLARE_LDAP(int) apr_ldap_info(apr_pool_t *pool, argument
69 LOAD_LDAP_STUB(pool, -1);
70 return lfn->info(pool, result_err);
73 APU_DECLARE_LDAP(int) apr_ldap_init(apr_pool_t *pool, argument
80 LOAD_LDAP_STUB(pool,
84 apr_ldap_ssl_init(apr_pool_t *pool, const char *cert_auth_file, int cert_file_type, apr_ldap_err_t **result_err) argument
100 apr_ldap_get_option(apr_pool_t *pool, LDAP *ldap, int option, void *outvalue, apr_ldap_err_t **result_err) argument
110 apr_ldap_set_option(apr_pool_t *pool, LDAP *ldap, int option, const void *invalue, apr_ldap_err_t **result_err) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.h38 svn_fs_fs__create_dag_cache(apr_pool_t *pool);
43 svn_revnum_t rev, apr_pool_t *pool);
47 apr_pool_t *pool);
56 apr_pool_t *pool);
61 apr_pool_t *pool);
70 apr_pool_t *pool);
77 apr_pool_t *pool);
87 apr_pool_t *pool);
93 apr_pool_t *pool);
/freebsd-10.1-release/contrib/gcc/
H A Dalloc-pool.c1 /* Functions to support a pool of allocatable objects.
25 #include "alloc-pool.h"
34 /* The ID of alloc pool which the object was allocated from. */
116 /* Create a pool of things of size SIZE, with NUM in each block we
122 alloc_pool pool; local
145 /* Find the size of the pool structure, and the name. */
149 pool = xmalloc (pool_size);
151 /* Now init the various pieces of our pool structure. */
152 pool->name = /*xstrdup (name)*/name;
157 pool
185 free_alloc_pool(alloc_pool pool) argument
212 free_alloc_pool_if_empty(alloc_pool *pool) argument
223 pool_alloc(alloc_pool pool) argument
288 pool_free(alloc_pool pool, void *ptr) argument
[all...]

Completed in 226 milliseconds

1234567891011>>