HomeSort by: relevance | last modified time | path
    Searched defs:hds (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_destroy.c 386 dsl_dataset_t *hds; local
388 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds));
389 dsl_deadlist_remove_key(&hds->ds_deadlist,
391 dsl_dataset_rele(hds, FTAG);
dsl_dataset.c 2113 dsl_dataset_t *hds, void *arg)
2119 error = dsl_dataset_snap_lookup(hds, ddrsa->ddrsa_oldsnapname, &val);
2126 error = dsl_dataset_snap_lookup(hds, ddrsa->ddrsa_newsnapname, &val);
2133 if (dsl_dir_namelen(hds->ds_dir) + 1 +
2145 dsl_dataset_t *hds; local
2148 error = dsl_dataset_hold(dp, ddrsa->ddrsa_fsname, FTAG, &hds);
2153 error = dmu_objset_find_dp(dp, hds->ds_dir->dd_object,
2157 error = dsl_dataset_rename_snapshot_check_impl(dp, hds, ddrsa);
2159 dsl_dataset_rele(hds, FTAG);
2165 dsl_dataset_t *hds, void *arg
2224 dsl_dataset_t *hds; local
2467 dsl_dataset_t *hds; local
2635 dsl_dataset_t *hds; local
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.c 128 u_int8_t hds[2]; /* drive heads */ member in struct:bsbpb
172 u_int hds; /* drive heads */ member in struct:bpb
183 .sec = f, .mid = g, .spf = h, .spt = i, .hds = j, }
325 bpb.hds = o.drive_heads;
689 mk2(bsbpb->hds, bpb.hds);
857 !bpb->bps || !bpb->spt || !bpb->hds)) {
908 if (!bpb->hds) {
911 bpb->hds = ntracks;
934 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 1040 struct xcoff_link_hash_entry *hds;
1042 hds = h->descriptor;
1043 if (hds == NULL)
1052 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
1055 if (hds == NULL)
1058 hds->descriptor = h;
1059 h->descriptor = hds;
1062 if (xcoff_dynamic_definition_p (hds, &ldsym))
1064 hds->root.type = h->root.type;
1065 hds->flags |= XCOFF_DEF_DYNAMIC
1034 struct xcoff_link_hash_entry *hds; local
2299 struct xcoff_link_hash_entry *hds; local
2951 struct xcoff_link_hash_entry *hds; local
3313 struct xcoff_link_hash_entry *hds; local
4643 struct xcoff_link_hash_entry *hds = htarget->descriptor; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 1040 struct xcoff_link_hash_entry *hds;
1042 hds = h->descriptor;
1043 if (hds == NULL)
1052 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
1055 if (hds == NULL)
1058 hds->descriptor = h;
1059 h->descriptor = hds;
1062 if (xcoff_dynamic_definition_p (hds, &ldsym))
1064 hds->root.type = h->root.type;
1065 hds->flags |= XCOFF_DEF_DYNAMIC
1034 struct xcoff_link_hash_entry *hds; local
2299 struct xcoff_link_hash_entry *hds; local
2951 struct xcoff_link_hash_entry *hds; local
3313 struct xcoff_link_hash_entry *hds; local
4643 struct xcoff_link_hash_entry *hds = htarget->descriptor; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 997 struct xcoff_link_hash_entry *hds;
999 hds = h->descriptor;
1000 if (hds == NULL)
1009 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
1012 if (hds == NULL)
1015 hds->descriptor = h;
1016 h->descriptor = hds;
1019 if (xcoff_dynamic_definition_p (hds, &ldsym))
1021 hds->root.type = h->root.type;
1022 hds->flags |= XCOFF_DEF_DYNAMIC
991 struct xcoff_link_hash_entry *hds; local
2256 struct xcoff_link_hash_entry *hds; local
2908 struct xcoff_link_hash_entry *hds; local
3270 struct xcoff_link_hash_entry *hds; local
4596 struct xcoff_link_hash_entry *hds = htarget->descriptor; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1005 struct xcoff_link_hash_entry *hds;
1007 hds = h->descriptor;
1008 if (hds == NULL)
1017 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
1020 if (hds == NULL)
1023 hds->descriptor = h;
1024 h->descriptor = hds;
1027 if (xcoff_dynamic_definition_p (hds, &ldsym))
1029 hds->root.type = h->root.type;
1030 hds->flags |= XCOFF_DEF_DYNAMIC
999 struct xcoff_link_hash_entry *hds; local
2264 struct xcoff_link_hash_entry *hds; local
2916 struct xcoff_link_hash_entry *hds; local
3278 struct xcoff_link_hash_entry *hds; local
4604 struct xcoff_link_hash_entry *hds = htarget->descriptor; local
    [all...]

Completed in 32 milliseconds