Searched refs:hds (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c689 struct xcoff_link_hash_entry *hds;
691 hds = h->descriptor;
692 if (hds == NULL)
701 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
704 if (hds == NULL)
707 if (hds->root.type == bfd_link_hash_new)
709 hds->root.type = bfd_link_hash_undefined;
710 hds->root.u.undef.abfd = abfd;
715 hds->descriptor = h;
716 h->descriptor = hds;
685 struct xcoff_link_hash_entry *hds; local
1872 struct xcoff_link_hash_entry *hds; local
2464 struct xcoff_link_hash_entry *hds; local
2780 struct xcoff_link_hash_entry *hds; local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c2434 dsl_dataset_t *hds, void *arg)
2440 error = dsl_dataset_snap_lookup(hds, ddrsa->ddrsa_oldsnapname, &val);
2447 error = dsl_dataset_snap_lookup(hds, ddrsa->ddrsa_newsnapname, &val);
2454 if (dsl_dir_namelen(hds->ds_dir) + 1 +
2466 dsl_dataset_t *hds; local
2469 error = dsl_dataset_hold(dp, ddrsa->ddrsa_fsname, FTAG, &hds);
2474 error = dmu_objset_find_dp(dp, hds->ds_dir->dd_object,
2478 error = dsl_dataset_rename_snapshot_check_impl(dp, hds, ddrsa);
2480 dsl_dataset_rele(hds, FTAG);
2486 dsl_dataset_t *hds, voi
2433 dsl_dataset_rename_snapshot_check_impl(dsl_pool_t *dp, dsl_dataset_t *hds, void *arg) argument
2485 dsl_dataset_rename_snapshot_sync_impl(dsl_pool_t *dp, dsl_dataset_t *hds, void *arg) argument
2545 dsl_dataset_t *hds; local
2823 dsl_dataset_t *hds; local
3003 dsl_dataset_t *hds; local
[all...]
H A Ddsl_destroy.c407 dsl_dataset_t *hds; local
409 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds));
410 dsl_deadlist_remove_key(&hds->ds_deadlist,
412 if (dsl_dataset_remap_deadlist_exists(hds)) {
413 dsl_deadlist_remove_key(&hds->ds_remap_deadlist,
416 dsl_dataset_rele(hds, FTAG);
H A Ddsl_pool.c977 upgrade_clones_cb(dsl_pool_t *dp, dsl_dataset_t *hds, void *arg) argument
983 err = dsl_dataset_hold_obj(dp, hds->ds_object, FTAG, &ds);
H A Ddsl_scan.c2124 enqueue_clones_cb(dsl_pool_t *dp, dsl_dataset_t *hds, void *arg) argument
2131 if (dsl_dir_phys(hds->ds_dir)->dd_origin_obj != originobj)
2134 err = dsl_dataset_hold_obj(dp, hds->ds_object, FTAG, &ds);
2308 enqueue_cb(dsl_pool_t *dp, dsl_dataset_t *hds, void *arg) argument
2314 err = dsl_dataset_hold_obj(dp, hds->ds_object, FTAG, &ds);
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_lcd.c202 u_int hds, hde, ht, vds, vde, vt; local
213 hds = hsw + hbp;
214 hde = hds + mode->hdisplay;
225 (hds << LCDDAH_HDS_SHIFT) | (hde << LCDDAH_HDE_SHIFT));
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c519 int cyl, hds, sec; local
540 hds = ((v86.edx & 0xff00) >> 8) + 1;
543 size = (uint64_t)cyl * hds * sec;

Completed in 141 milliseconds