| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_sa.c | 135 dmu_object_info_t doi; local 142 sa_object_info(zp->z_sa_hdl, &doi); 146 if (len <= doi.doi_bonus_size) { 168 dmu_object_info_t doi; local 172 sa_object_info(zp->z_sa_hdl, &doi); 175 if (len > doi.doi_bonus_size)
|
| bpobj.c | 98 dmu_object_info_t doi; local 110 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); 111 epb = doi.doi_data_block_size / sizeof (uint64_t); 149 dmu_object_info_t doi; local 152 err = dmu_object_info(os, object, &doi); 162 ASSERT3U(doi.doi_type, ==, DMU_OT_BPOBJ); 163 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_BPOBJ_HDR); 171 bpo->bpo_epb = doi.doi_data_block_size >> SPA_BLKPTRSHIFT; 172 bpo->bpo_havecomp = (doi.doi_bonus_size > BPOBJ_SIZE_V0); 173 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1) 207 dmu_object_info_t doi; local 405 dmu_object_info_t doi; local 422 dmu_object_info_t doi; local [all...] |
| dsl_deadlist.c | 98 dmu_object_info_t doi; local 104 dmu_object_info_from_db(dl->dl_dbuf, &doi); 105 if (doi.doi_type == DMU_OT_BPOBJ) { 158 dmu_object_info_t doi; local 162 VERIFY3U(0, ==, dmu_object_info(os, dlobj, &doi)); 163 if (doi.doi_type == DMU_OT_BPOBJ) { 466 dmu_object_info_t doi; local 468 VERIFY3U(0, ==, dmu_object_info(dl->dl_os, obj, &doi)); 469 if (doi.doi_type == DMU_OT_BPOBJ) {
|
| spa_history.c | 232 dmu_object_info_t doi; local 233 dmu_object_info_from_db(dbp, &doi); 234 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS); 372 dmu_object_info_t doi; local 373 dmu_object_info_from_db(dbp, &doi); 374 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
|
| space_map.c | 406 dmu_object_info_t doi; local 411 dmu_object_info_from_db(sm->sm_dbuf, &doi); 422 doi.doi_bonus_size != sizeof (space_map_phys_t)) || 423 doi.doi_data_block_size != space_map_blksz) { 426 spa_name(spa), doi.doi_bonus_size, doi.doi_data_block_size); 497 dmu_object_info_t doi; local 499 dmu_object_info_from_db(sm->sm_dbuf, &doi); 500 if (doi.doi_bonus_size != SPACE_MAP_SIZE_V0) {
|
| zfs_dir.c | 259 dmu_object_info_t doi; local 275 zap.za_first_integer, &doi); 279 ASSERT((doi.doi_type == DMU_OT_PLAIN_FILE_CONTENTS) || 280 (doi.doi_type == DMU_OT_DIRECTORY_CONTENTS));
|
| dmu_traverse.c | 681 dmu_object_info_t doi; local 683 err = dmu_object_info(mos, obj, &doi); 690 if (doi.doi_bonus_type == DMU_OT_DSL_DATASET) {
|
| zap_micro.c | 487 dmu_object_info_t doi; local 488 dmu_object_info_from_db(db, &doi); 489 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); 656 dmu_object_info_t doi; local 657 dmu_object_info_from_db(db, &doi); 658 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP);
|
| ddt.c | 112 dmu_object_info_t doi; local 132 VERIFY(ddt_object_info(ddt, type, class, &doi) == 0); 139 ddo->ddo_dspace = doi.doi_physical_blocks_512 << 9; 140 ddo->ddo_mspace = doi.doi_fill_count * doi.doi_data_block_size; 150 dmu_object_info_t doi; local 163 VERIFY(ddt_object_info(ddt, type, class, &doi) == 0); 167 ddo->ddo_dspace = doi.doi_physical_blocks_512 << 9; 168 ddo->ddo_mspace = doi.doi_fill_count * doi.doi_data_block_size [all...] |
| dmu.c | 2162 dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi) 2171 doi->doi_data_block_size = dn->dn_datablksz; 2172 doi->doi_metadata_block_size = dn->dn_indblkshift ? 2174 doi->doi_type = dn->dn_type; 2175 doi->doi_bonus_type = dn->dn_bonustype; 2176 doi->doi_bonus_size = dn->dn_bonuslen; 2177 doi->doi_indirection = dn->dn_nlevels; 2178 doi->doi_checksum = dn->dn_checksum; 2179 doi->doi_compress = dn->dn_compress; 2180 doi->doi_nblkptr = dn->dn_nblkptr 2220 dmu_object_info_from_dnode(DB_DNODE(db), doi); local [all...] |
| dsl_dir.c | 176 dmu_object_info_t doi; local 177 dmu_object_info_from_db(dbuf, &doi); 178 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_DSL_DIR); 179 ASSERT3U(doi.doi_bonus_size, >=, sizeof (dsl_dir_phys_t)); 2002 dmu_object_info_t doi; local 2004 dmu_object_info_from_db(dd->dd_dbuf, &doi); 2005 return (doi.doi_type == DMU_OTN_ZAP_METADATA);
|
| sa.c | 1375 dmu_object_info_t doi; local 1379 dmu_object_info_from_db(db, &doi); 1380 ASSERT(doi.doi_bonus_type == DMU_OT_SA || 1381 doi.doi_bonus_type == DMU_OT_ZNODE); 1931 sa_object_info(sa_handle_t *hdl, dmu_object_info_t *doi) 1933 dmu_object_info_from_db((dmu_buf_t *)hdl->sa_bonus, doi);
|
| zfs_znode.c | 829 dmu_object_info_t doi; local 849 dmu_object_info_from_db(db, &doi); 850 if (doi.doi_bonus_type != DMU_OT_SA && 851 (doi.doi_bonus_type != DMU_OT_ZNODE || 852 (doi.doi_bonus_type == DMU_OT_ZNODE && 853 doi.doi_bonus_size < sizeof (znode_phys_t)))) { 858 blksz = doi.doi_data_block_size; 859 obj_type = doi.doi_bonus_type; 1305 dmu_object_info_t doi; local 1312 dmu_object_info_from_db(db, &doi); 1336 dmu_object_info_t doi; local 1469 dmu_object_info_t doi; local 2195 dmu_object_info_t doi; local [all...] |
| dmu_send.c | 2063 dmu_object_info_t doi; local 2080 err = dmu_object_info(rwa->os, drro->drr_object, &doi); 2097 if (drro->drr_blksz != doi.doi_data_block_size || 2098 nblkptr < doi.doi_nblkptr) { 2119 } else if (drro->drr_type != doi.doi_type || 2120 drro->drr_blksz != doi.doi_data_block_size || 2121 drro->drr_bonustype != doi.doi_bonus_type || 2122 drro->drr_bonuslen != doi.doi_bonus_size) { 2615 dmu_object_info_t doi; local 2621 err = dmu_object_info(ra->os, drro->drr_object, &doi); [all...] |
| metaslab.c | 2128 dmu_object_info_t doi; local 2157 dmu_object_info_from_db(sm->sm_dbuf, &doi); 2158 record_size = MAX(doi.doi_data_block_size, vdev_blocksize);
|
| zvol.c | 369 dmu_object_info_t doi; local 378 error = dmu_object_info(os, ZVOL_OBJ, &doi); 382 doi.doi_data_block_size); 656 dmu_object_info_t doi; local 668 dmu_object_info_t doi; local 879 error = dmu_object_info(os, ZVOL_OBJ, &doi); 881 zv->zv_volblocksize = doi.doi_data_block_size; 997 dmu_object_info_t doi; local 1018 error = dmu_object_info(os, ZVOL_OBJ, &doi); 1024 zv->zv_volblocksize = doi.doi_data_block_size 1243 dmu_object_info_t doi; local [all...] |
| dsl_dataset.c | 435 dmu_object_info_t doi; local 444 dmu_object_info_from_db(dbuf, &doi); 445 if (doi.doi_bonus_type != DMU_OT_DSL_DATASET) { 475 if (doi.doi_type == DMU_OTN_ZAP_METADATA) { 512 if (doi.doi_type == DMU_OTN_ZAP_METADATA) { 3738 dmu_object_info_t doi; local 3740 dmu_object_info_from_db(ds->ds_dbuf, &doi); 3741 return (doi.doi_type == DMU_OTN_ZAP_METADATA);
|
| zfs_vnops.c | 312 dmu_object_info_t doi; local 387 error = dmu_object_info(zfsvfs->z_os, zp->z_id, &doi); 393 ndata = doi.doi_fill_count;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| algorithm.h | 133 int doi; member in struct:hmac_algorithm 144 int doi; member in struct:hash_algorithm 155 int doi; member in struct:enc_algorithm 167 int doi; member in struct:dh_algorithm 175 int doi; member in struct:misc_algorithm
|
| ipsec_doi.h | 150 uint32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_pl_sa::ipsecdoi_sa_b 185 /* compressing doi type, it's internal use. */
|
| isakmp.h | 174 uint16_t type; /* defined by DOI-spec, and Attribute Format */ 185 /* MAY NOT be used, because of being defined in ipsec-doi. */ 189 uint32_t doi; /* Domain of Interpretation */ 233 /* NOTE: MUST NOT use because of being defined in ipsec-doi instead them. */ 239 uint32_t doi_data; /* DOI Specific ID Data */ 308 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n 352 /* 4.6.3 IPSEC DOI Notify Message Types */ 372 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d 416 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_ru
|
| /src/external/bsd/ipf/dist/tools/ |
| ipf_y.y | 1583 | IPFY_IPOPT_CIPSO doi { $$ = getoptbyvalue(IPOPT_CIPSO); } 1616 doi: IPFY_DOI YY_NUMBER { DOALL(fr->fr_doimask = 0xffffffff; \ label 1769 { "doi", IPFY_DOI },
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 1831 u_32_t doi; local 1840 doi = ipf_checkripso(s); 1841 secmsk = doi >> 16; 1842 auth = doi & 0xffff; 1852 doi = ipf_checkcipso(fin, 1854 secmsk = doi >> 16; 1855 auth = doi & 0xffff; 1920 /* Returns: u_32_t - 0 = failure, else the doi from the header */ 1925 /* This function returns the domain of integrity (DOI) field from the CIPSO */ 1938 u_32_t doi; local [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-isakmp.c | 149 nd_uint16_t type; /* defined by DOI-spec, and Attribute Format */ 156 /* MAY NOT be used, because of being defined in ipsec-doi. */ 169 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_sa 212 /* MUST NOT to be used, because of being defined in ipsec-doi. */ 217 nd_uint32_t doi_data; /* DOI Specific ID Data */ 272 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_n 312 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_d 529 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_sa 559 /* 4.6.3 IPSEC DOI Notify Message Types */ 622 uint32_t doi, uint32_t proto 1002 uint32_t doi, sit, ident; local 1650 uint32_t doi; local 1804 uint32_t doi; local [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 485 dmu_object_info_t doi; local 487 VERIFY0(dmu_object_info(os, object, &doi)); 488 uint64_t *subobjs = kmem_alloc(doi.doi_max_offset, KM_SLEEP); 490 int err = dmu_read(os, object, 0, doi.doi_max_offset, subobjs, 0); 493 kmem_free(subobjs, doi.doi_max_offset); 498 for (uint64_t i = 0; i < doi.doi_max_offset / 8; i++) { 506 kmem_free(subobjs, doi.doi_max_offset); 940 dmu_object_info_t doi; local 944 error = ddt_object_info(ddt, type, class, &doi); 955 dspace = doi.doi_physical_blocks_512 << 9 1832 dmu_object_info_t doi; local [all...] |