Searched refs:props (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/netbsd-tests/modules/
H A Dt_modctl.c206 load(prop_dictionary_t props, bool fatal, const char *fmt, ...) argument
214 if (props == NULL) {
215 props = prop_dictionary_create();
216 propsstr = prop_dictionary_externalize(props);
218 prop_object_release(props);
220 propsstr = prop_dictionary_externalize(props);
326 prop_dictionary_t props; local
329 props = prop_dictionary_create();
330 load(props, true, "%s/k_helper/k_helper.kmod",
332 prop_object_release(props);
395 prop_dictionary_t props; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c56 struct ib_port_modify *props)
317 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, argument
323 CTR3(KTR_IW_CXGBE, "%s ibdev %p, props %p", __func__, ibdev, props);
328 memset(props, 0, sizeof *props);
329 memcpy(&props->sys_image_guid, sc->port[0]->vi[0].hw_addr,
331 props->hw_ver = sc->params.chipid;
332 props->fw_ver = sc->params.fw_vers;
333 props
54 c4iw_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
361 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c64 apr_hash_t *props;
97 SVN_ERR(svn_wc_get_pristine_props(&props, wc_ctx, local_abspath,
107 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, scratch_pool,
115 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
116 keywords = svn_hash_gets(props, SVN_PROP_KEYWORDS);
117 special = svn_hash_gets(props, SVN_PROP_SPECIAL);
195 apr_hash_t *props = NULL;
250 err = svn_ra_get_file(ra_session, "", loc->rev, NULL, NULL, &props,
266 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
267 keywords = svn_hash_gets(props, SVN_PROP_KEYWORD
62 apr_hash_t *props; local
193 apr_hash_t *props = NULL; local
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h27 const uint8_t *props, size_t props_size);
H A Dlzma_decoder.h29 const uint8_t *props, size_t props_size);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_get_001_neg.ksh49 set -A props $PROP_NAMES
52 while [[ $i -lt ${#props[*]} ]]
54 PROP=${props[$i]}
H A Dzfs_set_001_neg.ksh49 set -A props $PROP_NAMES
53 while [[ $i -lt ${#props[*]} ]]
55 PROP=${props[$i]}
H A Dzpool_get_001_neg.ksh50 set -A props $POOL_PROPS
55 PROP=${props[$i]}
H A Dzpool_set_001_neg.ksh50 set -A props $POOL_NAMES
56 PROP=${props[$i]}
/freebsd-13-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c62 prop_dictionary_t props; local
67 props = prop_dictionary_create();
68 propsstr = prop_dictionary_externalize(props);
70 prop_object_release(props);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_get_001_neg.ksh64 set -A props $PROP_NAMES
69 PROP=${props[$i]}
H A Dzfs_set_001_neg.ksh64 set -A props $PROP_NAMES
70 PROP=${props[$i]}
H A Dzpool_get_001_neg.ksh64 set -A props $POOL_PROPS
69 PROP=${props[$i]}
H A Dzpool_set_001_neg.ksh64 set -A props $POOL_NAMES
70 PROP=${props[$i]}
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_editor.h50 * Implementations should set @a *props to the hash of properties
58 apr_hash_t **props,
411 * Example: copy A to B; set-props on A; copy A to C. The props on C
515 apr_hash_t *props,
527 apr_hash_t *props,
538 apr_hash_t *props,
560 apr_hash_t *props,
572 apr_hash_t *props,
583 apr_hash_t *props,
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Donoffs_001_pos.ksh68 set -A props "atime" "readonly" "setuid"
85 while (( j < ${#props[@]} )); do
89 ${props[j]} != "readonly" ]]
91 set_n_check_prop "${values[k]}" "${props[j]}" \
94 set_n_check_prop "${values[k]}" "${props[j]}" \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c125 svn_dbg__print_props(apr_hash_t *props, argument
139 if (props == NULL)
145 for (hi = apr_hash_first(apr_hash_pool_get(props), props); hi;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh90 typeset props=""
93 props=$ro_props
97 props="$ro_props $snap_ro_props"
100 for prop in $props; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_003_neg.ksh52 set -A props "available" "capacity" "guid" "health" "size" "used"
64 while [ $i -lt "${#props[@]}" ]
67 log_mustnot eval "zpool set ${props[$i]}=${vals[$i]} $TESTPOOL1 \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh61 typeset props=("autoreplace" "delegation" "cachefile" "version" "autoexpand")
65 while [ $i -lt "${#props[@]}" ]
67 log_must zpool create -o ${props[$i]}=${vals[$i]} $TESTPOOL $DISK0
68 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
72 log_fail "Pool was created without setting the ${props[$i]} " \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit_002_neg.ksh71 set -A props "recordsize" "mountpoint" "sharenfs" "checksum" "compression" \
84 for prop in ${props[@]}; do
97 while (( i < ${#props[*]} -1 )); do
98 log_mustnot eval "$ZFS inherit ${props[(( i ))]} \
99 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
100 log_mustnot eval "$ZFS inherit -r ${props[(( i ))]} \
101 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
109 for prop in ${props[@]}; do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh116 for (( ; i < ${#props[*]}; i += 2 )); do
117 if [[ ${props[i]} == "recordsize" ]]; then
120 set_n_verify_prop ${props[i]} \
143 for (( ; idx < ${#props[*]}; idx += 2 )); do
144 [[ ${props[idx]} == "recordsize" ]] && \
310 for p in ${props[i]} ${props[((i+1))]}; do
317 for p in ${props[i]} ${props[((i+1))]}; do
338 for (( ; i < ${#props[*]};
[all...]
/freebsd-13-stable/sbin/bectl/
H A Dbectl_list.c63 static void print_headers(nvlist_t *props, struct printc *pc);
157 nvlist_t *props, *sprops; local
159 if (be_prop_list_alloc(&props) != 0) {
163 if (be_get_dataset_snapshots(be, dsname, props) != 0) {
167 for (cur = nvlist_next_nvpair(props, NULL); cur != NULL;
168 cur = nvlist_next_nvpair(props, cur)) {
294 print_headers(nvlist_t *props, struct printc *pc) argument
308 for (cur = nvlist_next_nvpair(props, NULL); cur != NULL;
309 cur = nvlist_next_nvpair(props, cur)) {
346 prop_list_sort(nvlist_t *props, cha argument
415 nvlist_t *dsprops, *props; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py89 def lzc_create(name, ds_type='zfs', props=None, key=None):
97 :param props: a `dict` of ZFS dataset property name-value pairs
99 :type props: dict of bytes:Any
113 if props is None:
114 props = {}
125 nvlist = nvlist_in(props)
127 errors.lzc_create_translate_error(ret, name, ds_type, props)
130 def lzc_clone(name, origin, props=None):
136 :param props: a `dict` of ZFS dataset property name-value pairs
138 :type props
1408 props = {} variable
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c179 apr_hash_t *props = svn_hash_gets(ns_props, ns);
181 if (!props)
183 props = apr_hash_make(result_pool);
185 svn_hash_sets(ns_props, ns, props);
194 svn_hash_sets(props, name, val);
322 apr_hash_t *props = apr_hash_this_val(hi_ns);
327 for (hi_prop = apr_hash_first(iterpool, props);
522 apr_hash_t *props = baton;
523 apr_pool_t *result_pool = apr_hash_pool_get(props);
530 svn_hash_sets(props, prop_nam
177 apr_hash_t *props = svn_hash_gets(ns_props, ns); local
320 apr_hash_t *props = apr_hash_this_val(hi_ns); local
520 apr_hash_t *props = baton; local
547 apr_hash_t *props; local
575 apr_hash_t *props; local
653 apr_hash_t *props; local
887 apr_hash_t *props; local
910 svn_ra_serf__keep_only_regular_props(apr_hash_t *props, apr_pool_t *scratch_pool) argument
[all...]

Completed in 102 milliseconds

1234567891011>>