Searched refs:props (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dfilter.h316 * \param props Buffer to hold the encoded options. The size of
335 const lzma_filter *filter, uint8_t *props) lzma_nothrow;
351 * \param props Input buffer containing the properties.
362 const uint8_t *props, size_t props_size) lzma_nothrow;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh62 typeset props=("${zfs_props[@]}" \
86 for prop in $(gen_option_str "${props[*]}" "" "," $prop_numb)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh121 set -A props "compression" "checksum" "recordsize"
129 while (( i < ${#props[*]} ))
133 do_testing ${props[i]} $value
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh107 typeset props=$2
111 for prop in $props; do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh134 set -A props "compression" "checksum" "recordsize"
142 while (( i < ${#props[*]} ))
146 do_testing ${props[i]} $value
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c136 we are supposed to generate props and text deltas relative to it. */
178 apr_hash_t *props;
183 SVN_ERR(svn_fs_node_proplist(&props, target_root, edit_path, pool));
185 for (phi = apr_hash_first(pool, props); phi; phi = apr_hash_next(phi))
301 SVN_ERR(svn_fs_node_proplist(&props, target_root,
304 for (phi = apr_hash_first(pool, props); phi; phi = apr_hash_next(phi))
822 fetch_props_func(apr_hash_t **props,
837 SVN_ERR(svn_fs_node_proplist(props, prev_root, path, result_pool));
1081 apr_hash_t *props = NULL;
1084 SVN_ERR(svn_fs_node_proplist(&props, target_roo
175 apr_hash_t *props; local
819 fetch_props_func(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1076 apr_hash_t *props = NULL; local
1352 apr_hash_t *props; local
1379 apr_hash_t *props; local
1454 apr_hash_t *props = NULL; local
[all...]
H A Dcommit.c450 apr_array_header_t *props = svn_prop_hash_to_array(eb->revprop_table,
452 SVN_ERR(svn_repos_fs_change_txn_props(eb->txn, props, pool));
908 fetch_props_func(apr_hash_t **props,
922 err = svn_fs_node_proplist(props, fs_root, path, result_pool);
926 *props = apr_hash_make(result_pool);
1120 apr_hash_t *props,
1126 SVN_ERR(svn_editor_add_directory(eb->inner, relpath, children, props,
1138 apr_hash_t *props,
1144 SVN_ERR(svn_editor_add_file(eb->inner, relpath, checksum, contents, props,
1155 apr_hash_t *props,
447 apr_array_header_t *props = svn_prop_hash_to_array(eb->revprop_table, local
905 fetch_props_func(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1113 add_directory_cb(void *baton, const char *relpath, const apr_array_header_t *children, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1130 add_file_cb(void *baton, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1148 add_symlink_cb(void *baton, const char *relpath, const char *target, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1180 alter_directory_cb(void *baton, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1197 alter_file_cb(void *baton, const char *relpath, svn_revnum_t revision, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1215 alter_symlink_cb(void *baton, const char *relpath, svn_revnum_t revision, const char *target, apr_hash_t *props, apr_pool_t *scratch_pool) argument
[all...]
H A Ddump_editor.c42 * currently all svn:* props) so that they contain only LF (\n) line endings.
44 * Put the normalized props into NORMAL_PROPS, allocated in RESULT_POOL.
48 apr_hash_t *props,
57 for (hi = apr_hash_first(result_pool, props); hi; hi = apr_hash_next(hi))
93 apr_hash_t *props;
104 /* Flag to trigger dumping props. */
121 apr_hash_t *props;
137 /* Flags to trigger dumping props and text. */
215 new_db->props = apr_hash_make(pool);
237 new_fb->props
46 normalize_props(apr_hash_t **normal_props, apr_hash_t *props, apr_pool_t *result_pool) argument
92 apr_hash_t *props; member in struct:dir_baton
120 apr_hash_t *props; member in struct:file_baton
250 get_props_content(svn_repos__dumpfile_headers_t *headers, svn_stringbuf_t **content, apr_hash_t *props, apr_hash_t *deleted_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c94 svn_wc__prop_array_to_hash(const apr_array_header_t *props,
100 if (props == NULL || props->nelts == 0)
105 for (i = 0; i < props->nelts; i++)
107 const svn_prop_t *prop = APR_ARRAY_IDX(props, i, const svn_prop_t *);
244 * ### This is to match the previous behaviour of setting its props
253 const apr_hash_t *props,
260 if (props && (svn_prop_get_value(props, SVN_PROP_EXECUTABLE)
261 || svn_prop_get_value(props, SVN_PROP_NEEDS_LOC
93 svn_wc__prop_array_to_hash(const apr_array_header_t *props, apr_pool_t *result_pool) argument
249 add_from_disk(svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t kind, const apr_hash_t *props, apr_pool_t *scratch_pool) argument
711 svn_wc_add_from_disk3(svn_wc_context_t *wc_ctx, const char *local_abspath, const apr_hash_t *props, svn_boolean_t skip_checks, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dtranslate.h88 apr_hash_t *props,
H A Dwc_db.h440 const apr_hash_t *props,
516 const apr_hash_t *props,
599 const apr_hash_t *props,
787 apr_hash_t **props,
828 svn_wc__db_base_get_props(apr_hash_t **props,
860 const apr_hash_t *props,
869 svn_wc__db_base_get_dav_cache(apr_hash_t **props,
1078 const apr_hash_t *props,
1115 const apr_hash_t *props,
1407 const apr_hash_t *props,
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlist.c57 apr_array_header_t *props; member in struct:list_context_t
77 TRUE, { "node-kind", "?size", "?has-props", "?created-rev",
133 dirent.has_props = svn_hash__get_bool(attrs, "has-props", FALSE);
213 for (i = 0; i < list_ctx->props->nelts; i++)
216 = &APR_ARRAY_IDX(list_ctx->props, i, const svn_ra_serf__dav_props_t);
257 list_ctx->props = svn_ra_serf__get_dirent_props(dirent_fields, session,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c67 apr_hash_t *props)
69 return svn_error_trace(svn_ra_svn__write_proplist(conn, pool, props));
162 apr_hash_t **props)
166 return svn_error_trace(svn_ra_svn__parse_proplist(internal, pool, props));
65 svn_ra_svn_write_proplist(svn_ra_svn_conn_t *conn, apr_pool_t *pool, apr_hash_t *props) argument
160 svn_ra_svn_parse_proplist(const apr_array_header_t *list, apr_pool_t *pool, apr_hash_t **props) argument
/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py42 props = { variable
51 (field, isgroup) = props[prop]
108 (field, isgroup) = props[prop]
217 for prop in props.keys():
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c805 * @param[out] props On success, will be set to a caller-owned property
824 bhnd_nvram_data_class **cls, bhnd_nvram_plist **props,
835 *props = NULL;
929 *props = unordered;
945 if ((*props = bhnd_nvram_plist_new()) == NULL) {
959 if ((error = bhnd_nvram_plist_append(*props, prop)))
970 if ((error = bhnd_nvram_plist_append(*props, prop)))
992 if (*props != NULL)
993 bhnd_nvram_plist_release(*props);
1021 bhnd_nvram_plist *props; local
823 bhnd_nvram_store_export(struct bhnd_nvram_store *sc, const char *path, bhnd_nvram_data_class **cls, bhnd_nvram_plist **props, bhnd_nvram_plist **options, uint32_t flags) argument
[all...]
H A Dbhnd_nvram_store.h76 bhnd_nvram_plist **props, bhnd_nvram_plist **options,
/freebsd-13-stable/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c77 k_helper2_init(prop_dictionary_t props) argument
/freebsd-13-stable/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c72 k_uvm_init(prop_dictionary_t props) argument
/freebsd-13-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile30 props.c \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c233 process_user_props(zfs_handle_t *zhp, nvlist_t *props) argument
246 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
396 * XXX Why do we store the user props separately, in addition to
590 nvlist_t *props; local
604 props = fnvlist_alloc();
605 err = lzc_get_bookmarks(fsname, props, &bmarks);
606 nvlist_free(props);
1595 nvlist_t *props; local
1607 props = fnvlist_alloc();
1608 fnvlist_add_uint64(props, zfs_prop_to_nam
1644 nvlist_t *props; local
1744 zfs_prop_set_list(zfs_handle_t *zhp, nvlist_t *props) argument
3609 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, nvlist_t *props) argument
3923 zfs_clone(zfs_handle_t *zhp, const char *target, nvlist_t *props) argument
4093 zfs_snapshot_nvl(libzfs_handle_t *hdl, nvlist_t *snaps, nvlist_t *props) argument
4173 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, nvlist_t *props) argument
4707 zfs_prune_proplist(zfs_handle_t *zhp, uint8_t *props) argument
5487 zvol_volsize_to_reservation(zpool_handle_t *zph, uint64_t volsize, nvlist_t *props) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c687 * Retrieve the list of properties given in the 'props' nvlist for a bookmark.
688 * If 'props' is NULL, retrieves all properties.
692 nvlist_t *props, nvlist_t *out_props)
699 if (props == NULL || nvlist_exists(props,
704 if (props == NULL || nvlist_exists(props,
709 if (props == NULL || nvlist_exists(props,
714 if (props
691 dsl_bookmark_fetch_props(dsl_pool_t *dp, zfs_bookmark_phys_t *bmark_phys, nvlist_t *props, nvlist_t *out_props) argument
776 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) argument
902 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) argument
928 dsl_get_bookmark_props(const char *dsname, const char *bmname, nvlist_t *props) argument
[all...]
H A Dzcp_iter.c327 nvlist_t **props = lua_touserdata(state, 1); local
328 if (*props != NULL)
329 fnvlist_free(*props);
338 nvlist_t **props = lua_touserdata(state, lua_upvalueindex(1)); local
342 pair = nvlist_next_nvpair(*props, pair);
344 fnvlist_free(*props);
345 *props = NULL;
406 nvlist_t **props = lua_newuserdata(state, sizeof (nvlist_t *)); local
412 VERIFY0(dsl_prop_get_all(os, props));
436 /* Do not display hidden props */
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c159 - All revision data (headers and props) must be cached until a non-skipped
161 - Node headers and props must be cached until all props have been received
226 apr_hash_t *props;
237 /* Have we been instructed to change or remove props on, or change
251 svn_stringbuf_t *props;
317 rb->props = apr_hash_make(pool);
340 apr_pool_t *hash_pool = apr_hash_pool_get(rb->props);
347 told to preserve revision props, then we want to fixup the
348 revision props t
225 apr_hash_t *props; member in struct:revision_baton_t
250 svn_stringbuf_t *props; member in struct:node_baton_t
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c613 parseprop(nvlist_t *props, char *propname) argument
624 if (nvlist_exists(props, propname)) {
629 if (nvlist_add_string(props, propname, propval) != 0)
639 parsepropname(nvlist_t *props, char *propname) argument
646 if (nvlist_exists(props, propname)) {
651 if (nvlist_add_boolean(props, propname) != 0)
823 nvlist_t *props; local
827 if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0)
834 if (!parseprop(props, optarg)) {
835 nvlist_free(props);
925 default_volblocksize(zpool_handle_t *zhp, nvlist_t *props) argument
1061 nvlist_t *props; local
2866 nvlist_t *props; local
4186 nvlist_t *props = data; local
4207 nvlist_t *props = NULL; local
4314 nvlist_t *props; local
4753 nvlist_t *props; local
5654 const char *props[ZFS_NUM_PROPS]; local
8251 nvlist_t *props = fnvlist_alloc(); local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dwrapper_template.h137 apr_hash_t **props,
140 return VTBL.rev_proplist(session_baton, rev, props, pool);
180 apr_hash_t **props,
184 props, pool);
192 apr_hash_t **props,
195 return VTBL.get_dir(session_baton, dirents, fetched_rev, props,
135 compat_rev_proplist(void *session_baton, svn_revnum_t rev, apr_hash_t **props, apr_pool_t *pool) argument
175 compat_get_file(void *session_baton, const char *path, svn_revnum_t revision, svn_stream_t *stream, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool) argument
187 compat_get_dir(void *session_baton, const char *path, svn_revnum_t revision, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool) argument

Completed in 339 milliseconds

1234567891011>>