Searched refs:props (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c276 lzma_properties_encode(const lzma_filter *filter, uint8_t *props)
285 return fe->props_encode(filter->options, props);
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c223 apr_hash_t *props;
237 stream, NULL, &props, pool));
222 apr_hash_t *props; local
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h72 struct ib_port_attr *props);
77 struct ib_port_modify *props);
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfiutil.h173 int mfi_bbu_get_props(int fd, struct mfi_bbu_properties *props,
175 int mfi_bbu_set_props(int fd, struct mfi_bbu_properties *props,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c791 apr_hash_t **props,
795 return svn_repos_fs_revision_proplist(props, sess->repos, rev,
1224 /* Obtain the properties for a node, including its 'entry props */
1226 get_node_props(apr_hash_t **props,
1236 /* Create a hash with props attached to the fs node. */
1237 SVN_ERR(svn_fs_node_proplist(props, root, path, result_pool));
1246 svn_hash_sets(*props, SVN_PROP_ENTRY_COMMITTED_REV,
1248 svn_hash_sets(*props, SVN_PROP_ENTRY_COMMITTED_DATE, cmt_date ?
1250 svn_hash_sets(*props, SVN_PROP_ENTRY_LAST_AUTHOR, cmt_author ?
1252 svn_hash_sets(*props, SVN_PROP_ENTRY_UUI
785 svn_ra_local__rev_proplist(svn_ra_session_t *session, svn_revnum_t rev, apr_hash_t **props, apr_pool_t *pool) argument
1221 get_node_props(apr_hash_t **props, svn_fs_root_t *root, const char *path, const char *uuid, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1258 svn_ra_local__get_file(svn_ra_session_t *session, 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
1331 svn_ra_local__get_dir(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t revision, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c591 apr_hash_t *props;
596 SVN_ERR(svn_wc__db_read_pristine_props(&props, db, local_abspath,
600 special_prop = svn_hash_gets(props, SVN_PROP_SPECIAL);
653 needs_lock_prop = svn_hash_gets(props,
681 executable_prop = svn_hash_gets(props,
590 apr_hash_t *props; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c614 rep_stats_t *props = NULL; local
638 SVN_ERR(parse_representation(&props, query,
643 if (++props->ref_count == 1)
644 props->kind = noderev->kind == svn_node_dir ? dir_property_rep
652 if (props && props->ref_count == 1)
653 add_change(query->stats, props->size, props->expanded_size,
654 props->revision, noderev->created_path, props
[all...]
H A Dtransaction.h82 const apr_array_header_t *props,
248 mutable props or directory contents associated with it. Perform
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c256 boolean_t props; member in struct:send_data
269 * "props" -> { name -> value (only if set here) }
368 nvlist_t *props = NULL; local
372 props = zfs_get_recvd_props(zhp);
374 props = zhp->zfs_props;
376 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
545 /* iterate over props */
546 if (sd->props || sd->backup || sd->recursive) {
580 fnvlist_add_nvlist(nvfs, "props", nv);
660 boolean_t backup, boolean_t holds, boolean_t props, nvlist_
657 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t raw, boolean_t doall, boolean_t replicate, boolean_t skipmissing, boolean_t verbose, boolean_t backup, boolean_t holds, boolean_t props, nvlist_t **nvlp, avl_tree_t **avlp) argument
1564 nvlist_t *props = fnvlist_alloc(); local
1986 send_prelim_records(zfs_handle_t *zhp, const char *from, int fd, boolean_t gather_props, boolean_t recursive, boolean_t verbose, boolean_t dryrun, boolean_t raw, boolean_t replicate, boolean_t skipmissing, boolean_t backup, boolean_t holds, boolean_t props, boolean_t doall, nvlist_t **fssp, avl_tree_t **fsavlp) argument
3102 nvlist_t *snaps, *props, *stream_nvfs = NULL; local
3330 nvlist_t *found, *props; local
4951 zfs_receive_checkprops(libzfs_handle_t *hdl, nvlist_t *props, const char *errbuf) argument
5129 zfs_receive(libzfs_handle_t *hdl, const char *tosnap, nvlist_t *props, recvflags_t *flags, int infd, avl_tree_t *stream_avl) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in368 props = ['outputdir', 'timeout', 'user', 'pre', 'pre_user', 'post',
469 props = Test.props + ['tests']
592 props = ['quiet', 'outputdir']
632 for prop in Test.props:
646 for prop in Test.props:
675 for opt in TestRun.props:
696 for prop in TestGroup.props:
717 for prop in Test.props:
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h371 * implementor should assume the directory has no entries or props.
409 * the implementor should assume the directory has no entries or props.
553 Perhaps WC props are not defined or are in invalid for this
947 * Set @a *props to the list of unversioned properties attached to revision
958 apr_hash_t **props,
1086 * If @a props is non @c NULL, set @a *props to contain the properties of
1104 apr_hash_t **props,
1125 * If @a props is non @c NULL, set @a *props t
[all...]
H A Dsvn_props.h169 * props and all user props, i.e. ones stored in the repository fs.
202 /** Return @c TRUE iff @a props has at least one property whose name
209 svn_prop_has_svn_prop(const apr_hash_t *props,
289 * are uninterested. If no props exist in a certain category, and the
456 /** Property used to record inheritable configuration auto-props.
460 #define SVN_PROP_INHERITABLE_AUTO_PROPS SVN_PROP_PREFIX "auto-props"
552 /** WC props are props that are invisible to users: they're generated
569 * The client will try to protect WC props b
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c617 apr_hash_t *props; /* the revprops for this revision */
647 /* Duplicate log_entry revprops into rev->props */
648 rev->props = svn_prop_hash_dup(log_entry->revprops, lmb->pool);
721 apr_hash_t *props;
737 stream, NULL, &props, currpool));
746 SVN_ERR(svn_prop_diffs(&prop_diffs, props, last_props, lastpool));
749 SVN_ERR(handler(handler_baton, rev->path, rev->revision, rev->props,
772 last_props = props;
890 props for PATH. */
613 apr_hash_t *props; /* the revprops for this revision */ member in struct:rev
717 apr_hash_t *props; local
H A Dra_loader.h117 apr_hash_t **props,
141 apr_hash_t **props,
147 apr_hash_t **props,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c57 apr_hash_t *props;
77 SVN_ERR(svn_fs_txn_proplist(&props, txn, pool));
79 for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))
99 for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))
226 /* Validate that translated props (e.g., svn:log) are UTF-8 with
369 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t));
374 APR_ARRAY_PUSH(props, svn_prop_t) = prop;
376 return svn_repos_fs_change_txn_props(txn, props, pool);
56 apr_hash_t *props; local
366 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t)); local
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h199 /** Write a list of properties over the net. @a props is allowed to be NULL,
207 apr_hash_t *props);
346 apr_hash_t **props);
770 svn_boolean_t props,
H A Dsvn_client_shelf.h396 /** Get @a shelf's revprops into @a props.
405 svn_client__shelf_revprop_list(apr_hash_t **props,
H A Dsvn_client_shelf2.h365 /** Get @a shelf's revprops into @a props.
374 svn_client__shelf2_revprop_list(apr_hash_t **props,
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc816 props.push_back(prop);
841 props.insert(props.begin(), p.begin(), p.end());
845 const std::vector<property_ptr> &props)
847 node_ptr n(new node(name, props));
954 props.push_back(p);
973 props.push_back(property_ptr(new property(std::move(child_name), std::move(child_labels))));
1048 for (auto &i : props)
1080 props.erase(std::remove_if(props
844 create_special_node(const string &name, const std::vector<property_ptr> &props) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c1409 apr_hash_t *props,
1421 SVN_ERR(svn_fs_x__write_properties(stream, props, scratch_pool));
1441 apr_array_header_t *props = apr_array_make(scratch_pool, 1,
1447 APR_ARRAY_PUSH(props, svn_prop_t) = prop;
1449 return svn_fs_x__change_txn_props(txn, props, scratch_pool);
1454 const apr_array_header_t *props,
1473 for (i = 0; i < props->nelts; i++)
1475 svn_prop_t *prop = &APR_ARRAY_IDX(props, i, svn_prop_t);
1485 /* Create a new version of the file and write out the new props. */
2082 delta if PROPS is FALSE. If PROPS has been set, a suitable props
1406 set_txn_proplist(svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1440 apr_array_header_t *props = apr_array_make(scratch_pool, 1, local
1452 svn_fs_x__change_txn_props(svn_fs_txn_t *txn, const apr_array_header_t *props, apr_pool_t *scratch_pool) argument
2084 choose_delta_base(svn_fs_x__representation_t **rep, svn_fs_t *fs, svn_fs_x__noderev_t *noderev, svn_boolean_t props, apr_pool_t *pool) argument
3488 apr_hash_t *props; local
4173 apr_hash_t *props = apr_hash_make(scratch_pool); local
[all...]
H A Dtransaction.h109 const apr_array_header_t *props,
273 mutable props or directory contents associated with it. Perform
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Drevs-txns.h229 const apr_array_header_t *props,
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib221 typeset -a props=("type" "origin" "volblocksize" "acltype" "dnodesize" \
226 props+=("jailed")
228 props+=("zoned")
231 for prop in $props;
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_datavar.h66 bhnd_nvram_plist *props,
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_core.c416 ifp = octeon_dev->props.ifp;
515 if ((oct->props.ifp != NULL) && (iq->br != NULL)) {
517 if (!drbr_empty(oct->props.ifp, iq->br))
518 lio_mq_start_locked(oct->props.ifp,

Completed in 407 milliseconds

1234567891011>>