Searched refs:props (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/svn/svn/
H A DMakefile42 props.c \
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c84 * @param props The raw property values to be serialized to
108 bhnd_nvram_plist *props, bhnd_nvram_plist *options, void *outp,
111 return (cls->op_serialize(cls, props, options, outp, olen));
107 bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, bhnd_nvram_plist *options, void *outp, size_t *olen) argument
H A Dbhnd_nvram_data_bcmraw.c145 bhnd_nvram_bcmraw_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
162 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) {
H A Dbhnd_nvram_data_sprom.c611 bhnd_nvram_sprom_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
629 if (!bhnd_nvram_plist_contains(props, BHND_NVAR_SROMREV)) {
635 error = bhnd_nvram_plist_get_uint8(props, BHND_NVAR_SROMREV, &sromrev);
662 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) {
698 prop = bhnd_nvram_plist_get_prop(props, var->name);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Drdma_vt.h141 struct ib_device_attr props; member in struct:rvt_driver_params
144 * Anything driver specific that is not covered by props
292 struct ib_port_attr *props);
349 * dparms.props. The driver needs to fill in dparms exactly as it would
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c1008 /* We didn't receive a text change, so we have no pristine props.
1009 Retrieve just the props now. */
1102 NULL /* copyfrom props */,
1263 fetch_props_func(apr_hash_t **props, argument
1282 NULL, NULL, props, result_pool));
1288 SVN_ERR(svn_ra_get_dir2(eb->ra_session, NULL, NULL, props, path,
1291 tmp_props = svn_prop_hash_to_array(*props, result_pool);
1294 *props = svn_prop_array_to_hash(tmp_props, result_pool);
1298 *props = apr_hash_make(result_pool);
H A Dadd.c98 split_props(apr_array_header_t **props,
137 *props = temp_props;
300 /* If we are setting autoprops grab the inherited svn:auto-props and
301 config file auto-props for this file if we haven't already got them
340 * svn:auto-props autoprops which apply to DIR_ABSPATH. It maps
343 * NULL and the config file and svn:auto-props autoprops are required by this
385 err = svn_wc_add_from_disk3(ctx->wc_ctx, dir_abspath, NULL /*props*/,
411 1) Explicit and inherited svn:auto-props properties on
413 2) auto-props from the CTX->CONFIG hash
493 in the auto-props sectio
96 split_props(apr_array_header_t **props, const char *property, apr_pool_t *pool) argument
633 apr_hash_t *props; local
[all...]
H A Dra.c1120 svn_client__ra_provide_props(apr_hash_t **props,
1134 *props = NULL;
1138 err = svn_wc_get_pristine_props(props, reb->wc_ctx, local_abspath,
1146 *props = NULL;
1150 if (*props != NULL)
1152 /* The pristine props refer to the BASE, or to the pristine props of
1116 svn_client__ra_provide_props(apr_hash_t **props, svn_revnum_t *revision, void *baton, const char *repos_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dclient.h293 modify the WC props directly, but is still allowed to read them.
330 svn_client__ra_provide_props(apr_hash_t **props,
381 /* Gather all auto-props from CTX->config (or none if auto-props are
382 disabled) and all svn:auto-props explicitly set on or inherited
386 svn:auto-props inherited by PATH_OR_URL's nearest versioned
392 Store both types of auto-props in *AUTOPROPS, a hash mapping const
397 file and in an a svn:auto-props property, the latter overrides the
399 different inherited svn:auto-props, then the closer path-wise
400 property overrides the more distant. svn:auto-props explicitl
[all...]
H A Ddeprecated.c2082 svn_client_propget4(apr_hash_t **props,
2094 return svn_error_trace(svn_client_propget5(props, NULL, propname, target,
2102 svn_client_propget3(apr_hash_t **props,
2152 *props = apr_hash_make(pool);
2162 svn_hash_sets(*props, relpath, value);
2166 *props = temp_props;
2172 svn_client_propget2(apr_hash_t **props,
2181 return svn_client_propget3(props,
2194 svn_client_propget(apr_hash_t **props,
2202 return svn_client_propget2(props, propnam
2080 svn_client_propget4(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2100 svn_client_propget3(apr_hash_t **props, const char *propname, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2170 svn_client_propget2(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2192 svn_client_propget(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2305 apr_array_header_t *props; member in struct:proplist_receiver_baton
2335 svn_client_proplist2(apr_array_header_t **props, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2356 svn_client_proplist(apr_array_header_t **props, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c529 const apr_hash_t *props,
535 if (props == NULL)
538 SVN_ERR(svn_skel__unparse_proplist(&skel, props, scratch_pool));
663 svn_sqlite__column_properties(apr_hash_t **props, argument
676 *props = NULL;
680 SVN_ERR(svn_skel__parse_proplist(props,
527 svn_sqlite__bind_properties(svn_sqlite__stmt_t *stmt, int slot, const apr_hash_t *props, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c151 #include "props.h"
723 apr_hash_t *props,
853 apr_hash_t *props,
912 apr_hash_t *props,
1000 apr_hash_t *props,
1078 apr_hash_t *props; member in struct:working_node_version_t
1171 * Run a 3-way prop merge to update the props, using the pre-update
1172 * props as the merge base, the post-update props as the
1173 * merge-left version, and the current props o
720 tc_editor_add_directory(node_move_baton_t *nmb, const char *relpath, svn_node_kind_t old_kind, apr_hash_t *props, apr_pool_t *scratch_pool) argument
850 tc_editor_incoming_add_directory(node_move_baton_t *nmb, const char *dst_relpath, svn_node_kind_t old_kind, apr_hash_t *props, const char *src_relpath, apr_pool_t *scratch_pool) argument
908 tc_editor_add_file(node_move_baton_t *nmb, const char *relpath, svn_node_kind_t old_kind, const svn_checksum_t *checksum, apr_hash_t *props, apr_pool_t *scratch_pool) argument
996 tc_editor_incoming_add_file(node_move_baton_t *nmb, const char *dst_relpath, svn_node_kind_t old_kind, const svn_checksum_t *checksum, apr_hash_t *props, const char *src_relpath, const char *content_abspath, apr_pool_t *scratch_pool) argument
1909 get_info(apr_hash_t **props, const svn_checksum_t **checksum, apr_array_header_t **children, svn_node_kind_t *kind, const char *local_relpath, int op_depth, svn_wc__db_wcroot_t *wcroot, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2391 get_working_info(apr_hash_t **props, const svn_checksum_t **checksum, apr_array_header_t **children, svn_node_kind_t *kind, const char *local_relpath, svn_wc__db_wcroot_t *wcroot, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dworkqueue.c238 * file contain the same content, because we use the same props here
477 apr_hash_t *props; local
490 &checksum, &props,
534 props, FALSE,
593 if (props && svn_hash_gets(props, SVN_PROP_EXECUTABLE))
600 if (props && svn_hash_gets(props, SVN_PROP_NEEDS_LOCK))
H A Dupgrade.c59 #define PROPS_SUBDIR "props"
63 #define PROP_WORKING_FOR_DIR "dir-props"
88 read_propfile(apr_hash_t **props, argument
106 *props = NULL;
113 (mostly used for revert-props) */
116 *props = apr_hash_make(result_pool);
124 ### files? see props.c::load_props(). there may be more work here.
129 ### zero-length files for "no props", so we should be a bit smarter
135 *props = apr_hash_make(result_pool);
136 SVN_ERR(svn_hash_read2(*props, strea
787 apr_hash_t *props = revert_props ? revert_props : base_props; local
1448 apr_hash_t *props = apr_hash_this_val(hi); local
[all...]
H A Dconflicts.c50 #include "props.h"
429 svn_skel_t *props;
443 old-props
444 mine-props
445 their-props)
454 SVN_ERR(svn_skel__unparse_proplist(&props, their_props, result_pool));
455 svn_skel__prepend(props, prop_conflict);
462 SVN_ERR(svn_skel__unparse_proplist(&props, mine_props, result_pool));
463 svn_skel__prepend(props, prop_conflict);
470 SVN_ERR(svn_skel__unparse_proplist(&props, their_old_prop
428 svn_skel_t *props; local
1416 apr_hash_t *props; local
2001 apr_hash_t *props; local
2305 apr_hash_t *props; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c460 nvlist_t *props, uint64_t version, prop_flags_t flags, char *errbuf)
478 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
1274 nvlist_t *props, nvlist_t *fsprops)
1294 if (props) {
1297 if ((zc_props = zpool_valid_proplist(hdl, pool, props,
1330 if (zfs_crypto_create(hdl, NULL, zc_fsprops, props, B_TRUE,
1834 nvlist_t *props = NULL; local
1838 if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0) {
1844 if (nvlist_add_string(props,
1846 nvlist_add_string(props,
459 zpool_valid_proplist(libzfs_handle_t *hdl, const char *poolname, nvlist_t *props, uint64_t version, prop_flags_t flags, char *errbuf) argument
1273 zpool_create(libzfs_handle_t *hdl, const char *pool, nvlist_t *nvroot, nvlist_t *props, nvlist_t *fsprops) argument
1920 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, nvlist_t *props, int flags) argument
3524 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, nvlist_t *props, splitflags_t flags) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1090 get_props(apr_hash_t **props,
1098 if (props)
1104 SVN_ERR(svn_fs_node_proplist(props, root, path, pool));
1110 svn_hash_sets(*props, SVN_PROP_ENTRY_COMMITTED_REV, str);
1112 svn_hash_sets(*props, SVN_PROP_ENTRY_COMMITTED_DATE, str);
1114 svn_hash_sets(*props, SVN_PROP_ENTRY_LAST_AUTHOR, str);
1119 svn_hash_sets(*props, SVN_PROP_ENTRY_UUID, str);
1292 apr_hash_t *props;
1302 SVN_CMD_ERR(svn_repos_fs_revision_proplist(&props, b->repository->repos,
1307 SVN_ERR(svn_ra_svn__write_proplist(conn, pool, props));
1089 get_props(apr_hash_t **props, apr_array_header_t **iprops, authz_baton_t *b, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1291 apr_hash_t *props; local
1596 apr_hash_t *props = NULL; local
1781 apr_hash_t *entries, *props = NULL; local
3542 apr_hash_t *props; local
4100 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
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1033 struct ib_port_modify props = { local
1052 ret = ib_modify_port(port->ib_dev, port->port_num, 0, &props);
1067 swap(props.set_port_cap_mask, props.clr_port_cap_mask);
1068 ib_modify_port(port->ib_dev, port->port_num, 0, &props);
1080 struct ib_port_modify props = { local
1087 ret = ib_modify_port(port->ib_dev, port->port_num, 0, &props);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c639 /* write the props */
1206 /* either the text or props changed, or possibly both. */
1373 /* If we're not supposed to dump text or props, so be it, we can
1376 see a lone "PROPS-END" as a divider between text and props
1794 fetch_props_func(apr_hash_t **props,
1810 err = svn_fs_node_proplist(props, fs_root, path, result_pool);
1814 *props = apr_hash_make(result_pool);
1981 apr_hash_t *props;
1985 SVN_ERR(svn_repos_fs_revision_proplist(&props, repos, rev,
1992 props
1790 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
1976 apr_hash_t *props; local
2374 apr_hash_t *props; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c904 nvlist_t *props, dmu_tx_t *tx)
908 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
957 dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *props) argument
964 dpsa.dpsa_props = props;
971 nblks = 2 * fnvlist_num_pairs(props);
903 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, nvlist_t *props, dmu_tx_t *tx) argument
H A Ddsl_crypt.c136 dsl_crypto_params_create_nvlist(dcp_cmd_t cmd, nvlist_t *props, argument
153 if (props != NULL) {
154 (void) nvlist_lookup_uint64(props,
156 (void) nvlist_lookup_uint64(props,
158 (void) nvlist_lookup_string(props,
160 (void) nvlist_lookup_uint64(props,
162 (void) nvlist_lookup_uint64(props,
227 (void) nvlist_remove_all(props, zfs_prop_to_name(ZFS_PROP_ENCRYPTION));
228 (void) nvlist_remove_all(props, zfs_prop_to_name(ZFS_PROP_KEYFORMAT));
229 (void) nvlist_remove_all(props, zfs_prop_to_nam
[all...]
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1957 props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),
1963 while((cur = props[i++])) {
1978 createVML = function(tag, props, style) {
1979 return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
2392 offset, css = {}, props;
2432 props = offset.right !== undefined ?
2435 if( (shift.x = Math.max(props[0], props[1])) > props[0] ) {
2448 props
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c1536 nvlist_t *props = NULL; local
1539 props = fnvlist_alloc();
1540 fnvlist_add_uint64(props, zpool_prop_to_name(prop), value);
1542 error = spa_prop_set(spa, props);
1544 fnvlist_free(props);
3053 nvlist_t *nvroot, *props; local
3099 props = fnvlist_alloc();
3100 fnvlist_add_uint64(props,
3102 VERIFY0(spa_create(name, nvroot, props, NULL, NULL));
3104 fnvlist_free(props);
4184 nvlist_t *props = fnvlist_alloc(); local
5836 nvlist_t *props = NULL; local
7661 nvlist_t *props; local
7682 nvlist_t *nvroot, *props; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c493 apr_hash_t **props,
497 return session->vtable->get_dir(session, dirents, fetched_rev, props,
487 svn_ra_get_dir(svn_ra_session_t *session, 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
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c1217 apr_hash_t *props,
1231 SVN_ERR(svn_hash_write2(props, tmp_stream, SVN_HASH_TERMINATOR, pool));
1246 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t));
1251 APR_ARRAY_PUSH(props, svn_prop_t) = prop;
1253 return svn_fs_fs__change_txn_props(txn, props, pool);
1258 const apr_array_header_t *props,
1276 for (i = 0; i < props->nelts; i++)
1278 svn_prop_t *prop = &APR_ARRAY_IDX(props, i, svn_prop_t);
1288 /* Create a new version of the file and write out the new props. */
2011 delta if PROPS is FALSE. If PROPS has been set, a suitable props
1214 set_txn_proplist(svn_fs_t *fs, const svn_fs_fs__id_part_t *txn_id, apr_hash_t *props, apr_pool_t *pool) argument
1245 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t)); local
1256 svn_fs_fs__change_txn_props(svn_fs_txn_t *txn, const apr_array_header_t *props, apr_pool_t *pool) argument
2014 choose_delta_base(representation_t **rep, svn_fs_t *fs, node_revision_t *noderev, svn_boolean_t props, apr_pool_t *pool) argument
4203 apr_hash_t *props = apr_hash_make(pool); local
[all...]

Completed in 271 milliseconds

1234567891011>>