Searched refs:props (Results 101 - 125 of 243) sorted by relevance

12345678910

/freebsd-12-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h115 * big enough, and XZ_OPTIONS_ERROR if props indicates something that this
119 uint8_t props);
H A Dxz_dec_lzma2.c799 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) argument
801 if (props > (4 * 5 + 4) * 9 + 8)
805 while (props >= 9 * 5) {
806 props -= 9 * 5;
813 while (props >= 9) {
814 props -= 9;
818 s->lzma.lc = props;
1128 XZ_EXTERN enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) argument
1131 if (props > 39)
1134 s->dict.size = 2 + (props
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.h97 bhnd_nvram_plist *props, bhnd_nvram_plist *options,
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_compat.h52 * Implementations should set @a *props to the hash of properties
54 * and its contents in @a result_pool. Only the 'regular' props should be
55 * included, not special props such as 'entry props'.
72 apr_hash_t **props,
109 * - Use 'entry-props'?
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c216 apr_hash_t *props;
239 SVN_ERR(svn_client_propget5(&props, NULL, pname, abspath_or_url,
246 propval = svn_hash_gets(props, abspath_or_url);
214 apr_hash_t *props; local
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c537 parseprop(nvlist_t *props, char *propname) argument
548 if (nvlist_lookup_string(props, propname, &strval) == 0) {
553 if (nvlist_add_string(props, propname, propval) != 0)
659 nvlist_t *props; local
663 if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0)
670 if (parseprop(props, optarg) != 0)
721 ret = zfs_clone(zhp, argv[1], props);
750 nvlist_free(props);
757 nvlist_free(props);
791 nvlist_t *props; local
2451 nvlist_t *props; local
3637 nvlist_t *props = data; local
3658 nvlist_t *props = NULL; local
3762 nvlist_t *props; local
4074 nvlist_t *props; local
4888 const char *props[ZFS_NUM_PROPS]; local
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c545 unsigned char props[5]; local
561 props[0] = 0x5d;
570 archive_le32enc(props+1, dicsize);
581 ret = lzma_properties_decode(&filters[0], NULL, props, sizeof(props));
H A Darchive_write_set_format_7zip.c112 uint8_t *props; member in struct:la_zstream
140 uint8_t *props; member in struct:coder
736 zip->coder.props = zip->stream.props;
738 zip->stream.props = NULL;
787 free(zip->coder.props);
790 zip->coder.props = zip->stream.props;
792 zip->stream.props = NULL;
1069 r = (int)compress_out(a, coders[i].props,
2126 uint8_t *props; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c127 nvlist_t *props; local
146 props = NULL;
148 VERIFY(nvlist_alloc(&props, NV_UNIQUE_NAME, 0) == 0);
149 VERIFY(nvlist_add_uint64(props,
154 error = spa_import(target, config, props,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dutil.c357 fetch_props_func(apr_hash_t **props, argument
370 *props = apr_hash_make(result_pool);
375 SVN_ERR(svn_wc_get_pristine_props(props, scb->wc_ctx, local_abspath,
378 if (!*props)
379 *props = apr_hash_make(result_pool);
H A Ddiff_local.c61 get_props(apr_hash_t **props,
69 err = svn_wc_prop_list2(props, wc_ctx, local_abspath, result_pool,
77 *props = apr_hash_make(result_pool);
304 apr_hash_t *props,
318 /* if (svn_hash_gets(props, SVN_PROP_SPECIAL))
321 eol_style_val = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
322 keywords_val = svn_hash_gets(props, SVN_PROP_KEYWORDS);
59 get_props(apr_hash_t **props, const char *local_abspath, svn_wc_context_t *wc_ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
301 translate_if_necessary(const char **local_abspath, apr_hash_t *props, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/usr.bin/dtc/
H A Dfdt.hh494 property_vector props; member in class:dtc::fdt::node
611 return props.begin();
618 return props.end();
645 const std::vector<property_ptr> &props);
656 props.push_back(p);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1445 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, argument
1453 if (strcmp(props, "all") == 0)
1457 * If no props were specified, return an error.
1459 if (props[0] == '\0') {
1470 while (*props != '\0') {
1475 if ((p = strchr(props, ',')) == NULL) {
1476 len = strlen(props);
1477 p = props + len;
1479 len = p - props;
1495 c = props[le
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c553 filter_props(int *filtered_count, apr_hash_t *props,
561 for (hi = apr_hash_first(pool, props); hi ; hi = apr_hash_next(hi))
662 /* Print a notification that NORMALIZED_REV_PROPS_COUNT rev-props and
663 * NORMALIZED_NODE_PROPS_COUNT node-props were normalized to LF line
673 "to LF line endings (%d rev-props, "
674 "%d node-props).\n"),
874 props, if any. When LATEST is 0, this serves the practical
983 apr_hash_t *props;
986 SVN_ERR(svn_ra_rev_proplist(to_session, 0, &props, pool));
988 from_url_str = svn_hash_gets(props, SVNSYNC_PROP_FROM_UR
552 filter_props(int *filtered_count, apr_hash_t *props, filter_func_t filter, apr_pool_t *pool) argument
980 apr_hash_t *props; local
1160 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
1873 apr_hash_t *props; local
[all...]
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_show.c147 struct mfi_bbu_properties props; local
195 if (mfi_bbu_get_props(fd, &props, &status) < 0) {
223 mfi_autolearn_period(props.auto_learn_period, buf, sizeof(buf));
225 if (props.auto_learn_mode != 0)
228 mfi_next_learn_time(props.next_learn_time, buf,
232 props.learn_delay_interval,
233 props.learn_delay_interval != 1 ? "s" : "");
234 mfi_autolearn_mode(props.auto_learn_mode, buf, sizeof(buf));
236 if (props.bbu_mode != 0)
237 printf(" BBU Mode: %d\n", props
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1709 apr_hash_t *props;
1712 err = svn_ra_serf__fetch_node_props(&props, session,
1720 ns_props = apr_hash_get(props, "DAV:", 4);
1724 ns_props = svn_hash_gets(props, SVN_DAV_PROP_NS_DAV);
2094 apr_array_header_t *props = apr_array_make
2102 prop = apr_array_push(props);
2109 prop = apr_array_push(props);
2116 prop = apr_array_push(props);
2123 svn_ra_serf__dav_props_t *p = apr_array_push(props);
2130 prop = apr_array_push(props);
1708 apr_hash_t *props; local
2093 apr_array_header_t *props = apr_array_make local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c305 /* new/final set of props to apply; null => no *change*, not no props */
306 apr_hash_t *props; member in struct:change_node_t
815 * has changed. Therefore we *have* to fetch the original props from the
833 if (change->props == NULL)
836 SVN_ERR(svn_prop_diffs(&propdiffs, change->props, old_props, scratch_pool));
1154 &payload->props,
1240 &payload->props,
1344 initial_payload->props,
1345 final_payload->props,
1914 wrap_fetch_func(svn_node_kind_t *kind, apr_hash_t **props, svn_stringbuf_t **file_text, apr_hash_t **children_names, void *baton, const char *repos_relpath, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_main.c361 struct lio *lio = if_getsoftc(oct_dev->props.ifp);
948 bzero(&oct->props, sizeof(struct lio_if_props));
950 oct->props.gmxport = -1;
1234 struct lio_if_props *props; local
1355 props = &octeon_dev->props;
1356 props->gmxport = resp->cfg_info.linfo.gmxport;
1357 props->ifp = ifp;
1514 if (oct->props.gmxport == gmxport)
1515 lio_update_link_status(oct->props
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c255 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) argument
278 if (nvlist_exists(props,
283 if (nvlist_exists(props,
288 if (nvlist_exists(props,
305 * The "props" nvlist specifies which properties are requested.
309 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) argument
324 err = dsl_get_bookmarks_impl(ds, props, outnvl);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c818 svn_string_t *props = apr_array_push(revprops->revprops); local
819 props->data = svn_packed__get_bytes(revprops_stream, &props->len);
821 revprops->total_size += props->len;
1149 const svn_string_t *props local
1152 svn_packed__add_bytes(revprops_stream, props->data, props->len);
1534 svn_stringbuf_t *props;
1543 SVN_ERR(svn_stringbuf_from_file2(&props, path, iterpool));
1544 SVN_ERR_W(verify_checksum(props, iterpoo
1533 svn_stringbuf_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c594 apr_hash_t **props,
598 return session->vtable->rev_proplist(session, rev, props, pool);
632 apr_hash_t **props,
637 fetched_rev, props, pool); argument
643 apr_hash_t **props,
650 return session->vtable->get_dir(session, dirents, fetched_rev, props,
895 /* Get all parent's entries, no props. */
908 apr_hash_t *props;
919 SVN_ERR(svn_ra_get_dir2(session, NULL, NULL, &props,
922 (*dirent)->has_props = (apr_hash_count(props) !
589 svn_ra_rev_proplist(svn_ra_session_t *session, svn_revnum_t rev, apr_hash_t **props, apr_pool_t *pool) argument
624 svn_ra_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
905 apr_hash_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c76 /* Fetch the node props for ORIG_PATH @ ORIG_REV, a node of kind KIND.
82 * Only regular props are needed. Any special kinds of property such as
83 * entry-props and DAV/WC-props will be ignored.
86 apr_hash_t **props,
681 apr_hash_t *props;
721 SVN_ERR(rb->pb->callbacks->fetch_props(&props,
726 for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))
977 fetch_props(apr_hash_t **props,
990 NULL, NULL, props, result_poo
679 apr_hash_t *props; local
974 fetch_props(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, svn_node_kind_t node_kind, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1010 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-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c90 unsigned long props; member in struct:ib_gid_table_entry
193 table->data_vec[ix].props |= GID_TABLE_ENTRY_INVALID;
221 table->data_vec[ix].props |= GID_TABLE_ENTRY_DEFAULT;
229 table->data_vec[ix].props &= ~GID_TABLE_ENTRY_INVALID;
275 if (data->props & GID_TABLE_ENTRY_INVALID)
281 !data->props)
300 !!(data->props & GID_TABLE_ENTRY_DEFAULT) !=
417 !!(table->data_vec[ix].props &
441 if (table->data_vec[index].props & GID_TABLE_ENTRY_INVALID)
592 if (table->data_vec[i].props
[all...]
/freebsd-12-stable/sbin/bectl/
H A Dbectl_jail.c406 nvlist_t *belist, *props; local
427 if (nvlist_lookup_nvlist(belist, ident, &props) == 0) {
430 if (nvlist_lookup_string(props, "mounted", &mnt) == 0) {
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c443 svn_wc__fetch_props_func(apr_hash_t **props,
456 err = svn_wc__db_base_get_props(props, sfb->db, local_abspath, result_pool,
459 err = svn_wc__db_read_props(props, sfb->db, local_abspath,
462 /* If the path doesn't exist, just return an empty set of props. */
466 *props = apr_hash_make(result_pool);
442 svn_wc__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

Completed in 419 milliseconds

12345678910