HomeSort by relevance Sort by last modified time
    Searched refs:doi (Results 1 - 25 of 31) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/tsol/tnctl/
tnrhtp 29 #_unlab:host_type=unlabeled;doi=1;def_label=ADMIN_LOW;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH
32 cipso:host_type=cipso;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH;
34 admin_low:host_type=unlabeled;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH;def_label=ADMIN_LOW;
  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
zone.c 42 int *extended_error, int match, int doi, const bslabel_t *label, int flags)
59 zd.doi = doi;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
bplist.c 78 dmu_object_info_t doi; local
81 err = dmu_object_info(mos, object, &doi);
92 ASSERT3U(doi.doi_type, ==, DMU_OT_BPLIST);
93 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_BPLIST_HDR);
97 bpl->bpl_blockshift = highbit(doi.doi_data_block_size - 1);
99 bpl->bpl_havecomp = (doi.doi_bonus_size == sizeof (bplist_phys_t));
dmu.c 1247 dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi)
1256 doi->doi_data_block_size = dn->dn_datablksz;
1257 doi->doi_metadata_block_size = dn->dn_indblkshift ?
1259 doi->doi_type = dn->dn_type;
1260 doi->doi_bonus_type = dn->dn_bonustype;
1261 doi->doi_bonus_size = dn->dn_bonuslen;
1262 doi->doi_indirection = dn->dn_nlevels;
1263 doi->doi_checksum = dn->dn_checksum;
1264 doi->doi_compress = dn->dn_compress;
1265 doi->doi_physical_blocks_512 = (DN_USED_BYTES(dnp) + 256) >> 9
    [all...]
spa_history.c 225 dmu_object_info_t doi; local
226 dmu_object_info_from_db(dbp, &doi);
227 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
331 dmu_object_info_t doi; local
332 dmu_object_info_from_db(dbp, &doi);
333 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
zfs_znode.c 921 dmu_object_info_t doi; local
936 dmu_object_info_from_db(db, &doi);
937 if (doi.doi_bonus_type != DMU_OT_ZNODE ||
938 doi.doi_bonus_size < sizeof (znode_phys_t)) {
980 zp = zfs_znode_alloc(zfsvfs, db, doi.doi_data_block_size);
995 dmu_object_info_t doi; local
1008 dmu_object_info_from_db(db, &doi);
1009 if (doi.doi_bonus_type != DMU_OT_ZNODE ||
1010 doi.doi_bonus_size < sizeof (znode_phys_t)) {
1031 zp->z_blksz = doi.doi_data_block_size
1646 dmu_object_info_t doi; local
    [all...]
dmu_traverse.c 395 dmu_object_info_t doi; local
397 err = dmu_object_info(mos, obj, &doi);
401 if (doi.doi_type == DMU_OT_DSL_DATASET) {
ddt.c 181 dmu_object_info_t *doi)
187 doi));
405 dmu_object_info_t doi; local
414 error = ddt_object_info(ddt, type, class, &doi);
422 (doi.doi_physical_blocks_512 << 9) / count;
423 ddo->ddo_mspace += doi.doi_fill_count *
424 doi.doi_data_block_size / count;
zvol.c 187 dmu_object_info_t doi; local
196 error = dmu_object_info(os, ZVOL_OBJ, &doi);
200 doi.doi_data_block_size);
452 dmu_object_info_t doi; local
521 error = dmu_object_info(os, ZVOL_OBJ, &doi);
523 zv->zv_volblocksize = doi.doi_data_block_size;
718 dmu_object_info_t doi; local
729 if ((error = dmu_object_info(os, ZVOL_OBJ, &doi)) != 0 ||
731 doi.doi_data_block_size)) != 0)
    [all...]
zfs_dir.c 443 dmu_object_info_t doi; local
459 zap.za_first_integer, &doi);
463 ASSERT((doi.doi_type == DMU_OT_PLAIN_FILE_CONTENTS) ||
464 (doi.doi_type == DMU_OT_DIRECTORY_CONTENTS));
zap_micro.c 460 dmu_object_info_t doi; local
461 dmu_object_info_from_db(db, &doi);
462 ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap);
584 dmu_object_info_t doi; local
585 dmu_object_info_from_db(db, &doi);
586 ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap);
    [all...]
dsl_dir.c 92 dmu_object_info_t doi; local
93 dmu_object_info_from_db(dbuf, &doi);
94 ASSERT3U(doi.doi_type, ==, DMU_OT_DSL_DIR);
95 ASSERT3U(doi.doi_bonus_size, >=, sizeof (dsl_dir_phys_t));
    [all...]
zfs_vnops.c 2346 dmu_object_info_t doi; local
2902 dmu_object_info_t doi; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtsnet/common/
misc.c 115 "doi",
160 slen += snprintf(line + slen, len - slen, "doi=%d",
176 uint32_t mask = 0, doi; local
282 doi = strtoul(attrbuf, &cp, 0);
283 if (doi == 0 || errno != 0 || *cp != '\0') {
338 sp->rtsa_doi = doi;
367 "Missing DOI",
368 "Illegal DOI",
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
tn_ipopt.c 55 tsol2cipso_tt1(const bslabel_t *sl, unsigned char *cop, uint32_t doi)
62 if (doi == 0)
96 doi = htonl(doi);
97 ucp = (const uchar_t *)&doi;
216 uint32_t doi; local
246 * opt_ptr[0] - opt_ptr[4]: DOI = IP6LS_DOI_V4
253 bcopy(opt_ptr, &doi, sizeof (doi));
254 doi = ntohl(doi)
973 uint32_t doi; local
    [all...]
tnet.c 343 #define RTSAFLAGS "\20\11cipso\3doi\2max_sl\1min_sl"
350 /* RTSA_CIPSO must be set, and DOI must not be zero */
353 "rtsa(1) lacks flag or has 0 doi.",
625 tsol_find_unlabeled_label(tsol_tpc_t *rhtp, bslabel_t *sl, uint32_t *doi)
627 *doi = rhtp->tpc_tp.tp_doi;
688 uint32_t doi; local
732 bcopy(co->cipso_doi, &doi, sizeof (doi));
733 doi = ntohl(doi);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb.c 601 dmu_object_info_t doi; local
605 error = ddt_object_info(ddt, type, class, &doi);
612 dspace = doi.doi_physical_blocks_512 << 9;
613 mspace = doi.doi_fill_count * doi.doi_data_block_size;
1261 dmu_object_info_t doi; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ip.c 838 uint32_t doi; local
850 GETINT32(doi, data);
852 " DOI = %d (%s)", doi, doi == IP6LS_DOI_V4 ? "IPv4" : "???");
1419 uint32_t doi; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
tlabel.c 85 labelalloc(const bslabel_t *val, uint32_t doi, int flag)
91 lab->tsl_doi = doi;
cred.c 1106 newcred_from_bslabel(bslabel_t *blabel, uint32_t doi, int flags)
1108 ts_label_t *lbl = labelalloc(blabel, doi, flags);
1147 uint32_t doi, int flags)
1149 ts_label_t *lbl = labelalloc(blabel, doi, flags);
zone.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
zone.h 175 uint32_t doi; /* DOI for label */ member in struct:__anon11
191 uint32_t doi; /* DOI for label */ member in struct:__anon12
  /onnv/onnv-gate/usr/src/cmd/ztest/
ztest.c 1073 dmu_object_info_t doi; local
1076 dmu_object_info_from_db(db, &doi);
1077 ASSERT3U(doi.doi_bonus_size, <=, db->db_size);
1078 ASSERT3U(doi.doi_bonus_size, >=, sizeof (*bt));
1079 bt = (void *)((char *)db->db_data + doi.doi_bonus_size - sizeof (*bt));
1283 dmu_object_info_t doi; local
1299 VERIFY3U(0, ==, dmu_object_info(os, object, &doi));
1312 if (doi.doi_type == DMU_OT_ZAP_OTHER)
1338 dmu_object_info_t doi; local
1620 dmu_object_info_t doi; local
1733 dmu_object_info_t doi; local
1931 dmu_object_info_t doi; local
2720 dmu_object_info_t doi; local
3338 dmu_object_info_t doi; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
dmu.h 543 * If doi is NULL, just indicates whether the object exists.
545 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi);
546 void dmu_object_info_from_dnode(struct dnode *dn, dmu_object_info_t *doi);
547 void dmu_object_info_from_db(dmu_buf_t *db, dmu_object_info_t *doi);
  /onnv/onnv-gate/usr/src/lib/libipsecutil/common/
ipsec_util.h 394 extern int ipsec_convert_sl_to_sens(int doi, bslabel_t *, struct sadb_sens *);

Completed in 960 milliseconds

1 2