Searched refs:props (Results 76 - 100 of 288) sorted by relevance

1234567891011>>

/freebsd-13-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-13-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-13-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-13-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-13-stable/lib/libbe/
H A Dbe.c689 nvlist_add_string(dccb->props, zfs_prop_to_name(prop), val);
737 nvlist_t *props; local
762 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP);
763 nvlist_add_string(props, "canmount", "noauto");
767 dccb.props = props;
772 if ((err = zfs_clone(snap_hdl, be_path, props)) != 0)
775 nvlist_free(props);
1042 nvlist_t *props; local
1065 nvlist_alloc(&props, NV_UNIQUE_NAM
1085 nvlist_t *props; local
1186 nvlist_t *props; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c249 lzc_create(const char *fsname, enum lzc_dataset_type type, nvlist_t *props, argument
257 if (props != NULL)
258 fnvlist_add_nvlist(args, "props", props);
274 lzc_clone(const char *fsname, const char *origin, nvlist_t *props) argument
281 if (props != NULL)
282 fnvlist_add_nvlist(args, "props", props);
342 * The props nvlist is properties to set. Currently only user properties
352 lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_ argument
966 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t raw, int fd) argument
980 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t raw, int fd) argument
999 lzc_receive_with_header(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, boolean_t raw, int fd, const dmu_replay_record_t *begin_record) argument
1028 lzc_receive_one(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, boolean_t raw, int input_fd, const dmu_replay_record_t *begin_record, int cleanup_fd, uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, nvlist_t **errors) argument
1047 lzc_receive_with_cmdprops(const char *snapname, nvlist_t *props, nvlist_t *cmdprops, uint8_t *wkeydata, uint_t wkeylen, const char *origin, boolean_t force, boolean_t resumable, boolean_t raw, int input_fd, const dmu_replay_record_t *begin_record, int cleanup_fd, uint64_t *read_bytes, uint64_t *errflags, uint64_t *action_handle, nvlist_t **errors) argument
1180 lzc_get_bookmarks(const char *fsname, nvlist_t *props, nvlist_t **bmarks) argument
1201 lzc_get_bookmark_props(const char *bookmark, nvlist_t **props) argument
1433 lzc_change_key(const char *fsname, uint64_t crypt_cmd, nvlist_t *props, uint8_t *wkeydata, uint_t wkeylen) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_debug.h48 svn_dbg__print_props(apr_hash_t *props,
/freebsd-13-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-13-stable/contrib/kyua/drivers/
H A Dreport_junit.cpp109 const model::properties_map props = metadata.to_properties(); local
110 if (props.empty())
115 for (model::properties_map::const_iterator iter = props.begin();
116 iter != props.end(); ++iter) {
/freebsd-13-stable/sys/dev/mmc/
H A Dmmc_fdt_helpers.h52 uint32_t props; member in struct:mmc_fdt_helper
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h57 nvlist_t *make_root_vdev(zpool_handle_t *zhp, nvlist_t *props, int force,
61 nvlist_t *props, splitflags_t flags, int argc, char **argv);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh82 set -A props $PROP_NAMES
86 while [[ $i -lt ${#props[*]} ]]
88 prop_name=${props[$i]}
143 set -A props $POOL_PROPS
147 while [[ $i -lt ${#props[*]} ]]
149 prop_name=${props[$i]}
/freebsd-13-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-13-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-13-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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh69 props=(
96 props=(
124 props=(
152 while ((i < ${#props[@]})) ; do
153 run_and_verify "zfs set ${props[$i]}=${props[((i+1))]} $fs"
157 if [[ ${props[$i]} != "quota" && ${props[$i]} != "reservation" && \
158 ${props[$i]} != "canmount" ]];
160 run_and_verify "zfs inherit ${props[
[all...]
/freebsd-13-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-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c85 static int linux_backlight_get_status(device_t dev, struct backlight_props *props);
86 static int linux_backlight_update_status(device_t dev, struct backlight_props *props);
1040 linux_backlight_get_status(device_t dev, struct backlight_props *props) argument
1047 props->brightness = pdev->dev.bd->props.brightness;
1048 props->brightness = props->brightness * 100 / pdev->dev.bd->props.max_brightness;
1049 props->nlevels = 0;
1068 linux_backlight_update_status(device_t dev, struct backlight_props *props) argument
1081 linux_backlight_device_register(const char *name, struct device *dev, void *data, const struct backlight_ops *ops, struct backlight_properties *props) argument
[all...]
/freebsd-13-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-13-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-13-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-13-stable/sbin/bectl/
H A Dbectl.c368 nvlist_t *props; local
403 if (be_prop_list_alloc(&props) != 0)
405 if (be_get_dataset_props(be, targetds, props) != 0) {
406 be_prop_list_free(props);
409 if (nvlist_lookup_string(props, "origin", &origin) == 0 &&
413 be_prop_list_free(props);

Completed in 157 milliseconds

1234567891011>>