Searched refs:props (Results 51 - 75 of 243) sorted by relevance

12345678910

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c440 struct ib_device_attr *props,
482 memset(props, 0, sizeof *props);
486 props->fw_ver = dev->dev->caps.fw_ver;
487 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT |
493 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR;
495 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR;
497 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG;
499 props->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE;
501 props
439 mlx4_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
596 ib_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
691 eth_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
750 __mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
764 mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
948 mlx4_ib_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) argument
1010 mlx4_ib_modify_port(struct ib_device *ibdev, u8 port, int mask, struct ib_port_modify *props) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c82 apr_hash_t *props,
90 ### we don't need to worry about deleting props. just adding. */
92 for (hi = apr_hash_first(scratch_pool, props); hi;
111 apr_hash_t *props,
121 SVN_ERR(svn_prop_diffs(&propdiffs, props, old_props, scratch_pool));
327 apr_hash_t *props,
351 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
363 apr_hash_t *props,
387 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
398 apr_hash_t *props,
80 add_new_props(svn_fs_root_t *root, const char *fspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
109 alter_props(svn_fs_root_t *root, const char *fspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
324 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
359 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
395 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
455 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
481 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
514 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...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c132 svn_prop_has_svn_prop(const apr_hash_t *props, apr_pool_t *pool)
136 if (! props)
139 for (hi = apr_hash_first(pool, (apr_hash_t *)props); hi;
329 apr_hash_t *props = apr_hash_copy(pool, original_props);
336 svn_hash_sets(props, p->name, p->value);
338 return props;
459 props need it. */
494 svn_prop_get_value(const apr_hash_t *props,
499 if (!props)
502 str = svn_hash_gets((apr_hash_t *)props, prop_nam
131 svn_prop_has_svn_prop(const apr_hash_t *props, apr_pool_t *pool) argument
328 apr_hash_t *props = apr_hash_copy(pool, original_props); local
493 svn_prop_get_value(const apr_hash_t *props, const char *prop_name) argument
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Dfilter_decoder.c40 const uint8_t *props, size_t props_size);
170 const uint8_t *props, size_t props_size)
183 &filter->options, allocator, props, props_size);
/freebsd-12-stable/lib/libbe/
H A Dbe.c685 nvlist_add_string(dccb->props, zfs_prop_to_name(prop), val);
733 nvlist_t *props; local
758 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP);
759 nvlist_add_string(props, "canmount", "noauto");
763 dccb.props = props;
768 if ((err = zfs_clone(snap_hdl, be_path, props)) != 0)
771 nvlist_free(props);
1039 nvlist_t *props; local
1062 nvlist_alloc(&props, NV_UNIQUE_NAM
1082 nvlist_t *props; local
1183 nvlist_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.h111 * currently all svn:* props) so that they contain only LF (\n) line endings.
113 * Put the normalized props into NORMAL_PROPS, allocated in RESULT_POOL.
117 apr_hash_t *props,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h50 nvlist_t *props, splitflags_t flags, int argc, char **argv);
/freebsd-12-stable/sys/dev/mmc/
H A Dmmc_fdt_helpers.h52 uint32_t props; member in struct:mmc_fdt_helper
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_debug.h48 svn_dbg__print_props(apr_hash_t *props,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dsetup.ksh81 set -A props $PROP_NAMES
85 while [[ $i -lt ${#props[*]} ]]
87 prop_name=${props[$i]}
154 set -A props $POOL_PROPS
158 while [[ $i -lt ${#props[*]} ]]
160 prop_name=${props[$i]}
/freebsd-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c279 const uint8_t *props, size_t props_size)
285 if (props[0] & 0xC0)
289 if (props[0] > 40)
297 if (props[0] == 40) {
300 opt->dict_size = 2 | (props[0] & 1U);
301 opt->dict_size <<= props[0] / 2U + 11;
278 lzma_lzma2_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff_summarize.c73 /* Are there any changes to relevant (normal) props in PROPS? */
75 props_changed_hash(apr_hash_t *props, argument
80 if (!props)
83 for (hi = apr_hash_first(scratch_pool, props); hi; hi = apr_hash_next(hi))
96 /* Are there any changes to relevant (normal) props in PROPCHANGES? */
101 apr_array_header_t *props; local
103 svn_error_clear(svn_categorize_props(propchanges, NULL, NULL, &props,
105 return (props->nelts != 0);
H A Dprop_commands.c85 apr_hash_t *props;
89 (mime_type ? &props : NULL),
93 *mime_type = svn_hash_gets(props, SVN_PROP_MIME_TYPE);
261 * - in the namespace of WC-props; or
533 svn_client__remote_propget(apr_hash_t *props,
623 svn_hash_sets(props,
655 SVN_ERR(svn_client__remote_propget(props, NULL,
675 apr_hash_t *props; /* Hash to collect props. */
684 apr_hash_t *props,
83 apr_hash_t *props; local
531 svn_client__remote_propget(apr_hash_t *props, apr_array_header_t **inherited_props, const char *propname, const char *target_prefix, const char *target_relative, svn_node_kind_t kind, svn_revnum_t revnum, svn_ra_session_t *ra_session, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
673 apr_hash_t *props; /* Hash to collect props. */ member in struct:recursive_propget_receiver_baton
680 recursive_propget_receiver(void *baton, const char *local_abspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
712 get_prop_from_wc(apr_hash_t **props, const char *propname, const char *target_abspath, svn_boolean_t pristine, svn_node_kind_t kind, 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
761 svn_client_propget5(apr_hash_t **props, apr_array_header_t **inherited_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
1198 recursive_proplist_receiver(void *baton, const char *local_abspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1456 apr_hash_t *props; local
1545 svn_client_revprop_list(apr_hash_t **props, const char *URL, const svn_opt_revision_t *revision, svn_revnum_t *set_rev, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
H A Dexport.c189 apr_hash_t *props;
329 SVN_ERR(svn_wc_get_pristine_props(&props, wc_ctx, local_abspath,
339 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, scratch_pool,
346 special = svn_hash_gets(props, SVN_PROP_SPECIAL);
359 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
360 keywords = svn_hash_gets(props, SVN_PROP_KEYWORDS);
361 executable = svn_hash_gets(props, SVN_PROP_EXECUTABLE);
874 fetch_props_func(apr_hash_t **props,
881 /* Always use empty props, since the node won't have pre-existing props
187 apr_hash_t *props; local
871 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
933 add_file_ev2(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
1060 add_directory_ev2(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
1158 apr_hash_t *props; local
1211 apr_hash_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dpropget-cmd.c76 apr_hash_t *props,
118 sorted_props = svn_sort__hash(props, svn_sort_compare_items_as_paths, pool);
261 apr_hash_t *props,
293 sorted_props = svn_sort__hash(props, svn_sort_compare_items_as_paths, pool);
361 _("--show-inherited-props can't be used with --revprop"));
445 apr_hash_t *props;
464 &props,
479 || apr_hash_count(props) > 1
490 && apr_hash_count(props) == 0)
503 pname, props,
73 print_properties_xml(const char *pname, apr_hash_t *props, apr_array_header_t *inherited_props, apr_pool_t *pool) argument
256 print_properties(svn_stream_t *out, const char *target_abspath_or_url, const char *pname, apr_hash_t *props, apr_array_header_t *inherited_props, svn_boolean_t print_filenames, svn_boolean_t omit_newline, svn_boolean_t like_proplist, apr_pool_t *pool) argument
443 apr_hash_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c192 apr_hash_t *props; /* new/final set of props to apply */
252 if (change->props == NULL)
258 from there. If the node has been added, it starts with empty props.
262 SVN_ERR(eb->fetch_props_func(&change->props,
268 change->props = apr_hash_make(eb->edit_pool);
270 SVN_ERR(eb->fetch_props_func(&change->props,
277 svn_hash_sets(change->props, name, NULL);
279 svn_hash_sets(change->props,
325 apr_hash_t *props
191 apr_hash_t *props; /* new/final set of props to apply */ member in struct:change_node
324 apr_hash_t *props = NULL; local
1091 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
1111 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
1151 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
1192 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
1217 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
1268 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 Deditor.c459 apr_hash_t *props,
466 SVN_ERR_ASSERT(props != NULL);
479 props, replaces_rev,
512 apr_hash_t *props,
521 SVN_ERR_ASSERT(props != NULL);
533 checksum, contents, props,
551 apr_hash_t *props,
557 SVN_ERR_ASSERT(props != NULL);
568 err = editor->funcs.cb_add_symlink(editor->baton, relpath, target, props,
620 apr_hash_t *props)
456 svn_editor_add_directory(svn_editor_t *editor, const char *relpath, const apr_array_header_t *children, apr_hash_t *props, svn_revnum_t replaces_rev) argument
508 svn_editor_add_file(svn_editor_t *editor, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev) argument
548 svn_editor_add_symlink(svn_editor_t *editor, const char *relpath, const char *target, apr_hash_t *props, svn_revnum_t replaces_rev) argument
616 svn_editor_alter_directory(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props) argument
672 svn_editor_alter_file(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props) argument
712 svn_editor_alter_symlink(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const char *target, apr_hash_t *props) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_iter.c340 nvlist_t **props = lua_touserdata(state, 1); local
341 if (*props != NULL)
342 fnvlist_free(*props);
351 nvlist_t **props = lua_touserdata(state, lua_upvalueindex(1)); local
355 pair = nvlist_next_nvpair(*props, pair);
357 fnvlist_free(*props);
358 *props = NULL;
397 nvlist_t **props = lua_newuserdata(state, sizeof (nvlist_t *)); local
403 VERIFY0(dsl_prop_get_all(os, props));
426 /* Do not display hidden props */
[all...]
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_panel.c405 intel_panel_set_backlight(dev, bd->props.brightness);
425 struct backlight_properties props; local
432 memset(&props, 0, sizeof(props));
433 props.type = BACKLIGHT_RAW;
434 props.max_brightness = _intel_panel_get_max_backlight(dev);
435 if (props.max_brightness == 0) {
442 &intel_panel_bl_ops, &props);
450 dev_priv->backlight->props.brightness = intel_panel_get_backlight(dev);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_private.h277 apr_hash_t **props,
311 apr_hash_t **props,
360 apr_hash_t **props,
466 apr_hash_t *props,
471 svn_wc__db_read_props_internal(apr_hash_t **props,
/freebsd-12-stable/sys/dev/mii/
H A Dmii_fdt.c89 static const char *props[] = { local
95 for (i = 0; i < nitems(props); ++i) {
96 if (OF_getencprop(macnode, props[i], &xref, sizeof(xref)) > 0)
/freebsd-12-stable/sbin/bectl/
H A Dbectl.c352 nvlist_t *props; local
387 if (be_prop_list_alloc(&props) != 0)
389 if (be_get_dataset_props(be, targetds, props) != 0) {
390 be_prop_list_free(props);
393 if (nvlist_lookup_string(props, "origin", &origin) == 0 &&
397 be_prop_list_free(props);
/freebsd-12-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-12-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-12-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

Completed in 366 milliseconds

12345678910