Home
last modified time | relevance | path

Searched refs:doi (Results 1 – 25 of 41) sorted by last modified time

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c840 uint32_t doi; in print_ip6opt_ls() local
852 GETINT32(doi, data); in print_ip6opt_ls()
854 " DOI = %d (%s)", doi, doi == IP6LS_DOI_V4 ? "IPv4" : "???"); in print_ip6opt_ls()
1421 uint32_t doi; in print_cipso() local
1439 (void) memcpy(&doi, opt + 2, sizeof (doi)); in print_cipso()
1441 "Domain of Interpretation = %u", (unsigned)ntohl(doi)); in print_cipso()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2382 ipsec_convert_sl_to_sens(int doi, bslabel_t *sl, sadb_sens_t *sens) in ipsec_convert_sl_to_sens() argument
2396 sens->sadb_sens_dpd = doi; in ipsec_convert_sl_to_sens()
H A Dipsec_util.h407 extern int ipsec_convert_sl_to_sens(int doi, bslabel_t *, struct sadb_sens *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1034 int doi = 1; /* XXX XXX DEFAULT_DOI XXX XXX */ in parselabel() local
1040 len = ipsec_convert_sl_to_sens(doi, sl, NULL); in parselabel()
1049 (void) ipsec_convert_sl_to_sens(doi, sl, sens); in parselabel()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c439 dmu_object_info_t doi; in dsl_dataset_hold_obj() local
448 dmu_object_info_from_db(dbuf, &doi); in dsl_dataset_hold_obj()
449 if (doi.doi_bonus_type != DMU_OT_DSL_DATASET) { in dsl_dataset_hold_obj()
487 if (doi.doi_type == DMU_OTN_ZAP_METADATA) { in dsl_dataset_hold_obj()
510 if (doi.doi_type == DMU_OTN_ZAP_METADATA) { in dsl_dataset_hold_obj()
4205 dmu_object_info_t doi; in dsl_dataset_is_zapified() local
4207 dmu_object_info_from_db(ds->ds_dbuf, &doi); in dsl_dataset_is_zapified()
4208 return (doi.doi_type == DMU_OTN_ZAP_METADATA); in dsl_dataset_is_zapified()
H A Dsa.c1370 dmu_object_info_t doi; in sa_handle_get_from_db() local
1374 dmu_object_info_from_db(db, &doi); in sa_handle_get_from_db()
1375 ASSERT(doi.doi_bonus_type == DMU_OT_SA || in sa_handle_get_from_db()
1376 doi.doi_bonus_type == DMU_OT_ZNODE); in sa_handle_get_from_db()
2103 sa_object_info(sa_handle_t *hdl, dmu_object_info_t *doi) in sa_object_info() argument
2105 dmu_object_info_from_db((dmu_buf_t *)hdl->sa_bonus, doi); in sa_object_info()
H A Ddmu.c2469 doi->doi_data_block_size = dn->dn_datablksz; in dmu_object_info_from_dnode()
2472 doi->doi_type = dn->dn_type; in dmu_object_info_from_dnode()
2473 doi->doi_bonus_type = dn->dn_bonustype; in dmu_object_info_from_dnode()
2474 doi->doi_bonus_size = dn->dn_bonuslen; in dmu_object_info_from_dnode()
2476 doi->doi_indirection = dn->dn_nlevels; in dmu_object_info_from_dnode()
2477 doi->doi_checksum = dn->dn_checksum; in dmu_object_info_from_dnode()
2478 doi->doi_compress = dn->dn_compress; in dmu_object_info_from_dnode()
2479 doi->doi_nblkptr = dn->dn_nblkptr; in dmu_object_info_from_dnode()
2482 doi->doi_fill_count = 0; in dmu_object_info_from_dnode()
2503 if (doi != NULL) in dmu_object_info()
[all …]
H A Dzfs_vnops.c360 dmu_object_info_t doi; in zfs_ioctl() local
467 error = dmu_object_info(zfsvfs->z_os, zp->z_id, &doi); in zfs_ioctl()
473 ndata = doi.doi_fill_count; in zfs_ioctl()
H A Dzcp_get.c463 dmu_object_info_t doi; in get_special_prop() local
466 error = dmu_object_info(os, ZVOL_OBJ, &doi); in get_special_prop()
468 numval = doi.doi_data_block_size; in get_special_prop()
H A Dzfs_znode.c1179 dmu_object_info_t doi; in zfs_zget() local
1195 dmu_object_info_from_db(db, &doi); in zfs_zget()
1196 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget()
1245 doi.doi_bonus_type, NULL); in zfs_zget()
1261 dmu_object_info_t doi; in zfs_rezget() local
1287 dmu_object_info_from_db(db, &doi); in zfs_rezget()
1288 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget()
1342 zp->z_blksz = doi.doi_data_block_size; in zfs_rezget()
2007 dmu_object_info_t doi; in zfs_grab_sa_handle() local
2013 dmu_object_info_from_db(*db, &doi); in zfs_grab_sa_handle()
[all …]
H A Ddmu_recv.c1112 dmu_object_info_t doi; in receive_object() local
1210 nblkptr < doi.doi_nblkptr || in receive_object()
1213 (indblksz != doi.doi_metadata_block_size || in receive_object()
1214 drro->drr_nlevels < doi.doi_indirection))) { in receive_object()
1343 } else if (drro->drr_type != doi.doi_type || in receive_object()
1344 drro->drr_blksz != doi.doi_data_block_size || in receive_object()
1345 drro->drr_bonustype != doi.doi_bonus_type || in receive_object()
1346 drro->drr_bonuslen != doi.doi_bonus_size) { in receive_object()
1476 dmu_object_info_t doi; in receive_freeobjects() local
1479 err = dmu_object_info(rwa->os, obj, &doi); in receive_freeobjects()
[all …]
H A Dzvol.c215 dmu_object_info_t doi; in zvol_get_stats() local
224 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_get_stats()
228 doi.doi_data_block_size); in zvol_get_stats()
493 dmu_object_info_t doi; in zvol_create_minor() local
561 error = dmu_object_info(os, ZVOL_OBJ, &doi); in zvol_create_minor()
563 zv->zv_volblocksize = doi.doi_data_block_size; in zvol_create_minor()
833 dmu_object_info_t doi; in zvol_set_volsize() local
860 if ((error = dmu_object_info(os, ZVOL_OBJ, &doi)) != 0 || in zvol_set_volsize()
861 (error = zvol_check_volsize(volsize, doi.doi_data_block_size)) != 0) in zvol_set_volsize()
H A Dzfs_sa.c137 dmu_object_info_t doi; in zfs_sa_get_scanstamp() local
144 sa_object_info(zp->z_sa_hdl, &doi); in zfs_sa_get_scanstamp()
148 if (len <= doi.doi_bonus_size) { in zfs_sa_get_scanstamp()
170 dmu_object_info_t doi; in zfs_sa_set_scanstamp() local
174 sa_object_info(zp->z_sa_hdl, &doi); in zfs_sa_set_scanstamp()
177 if (len > doi.doi_bonus_size) in zfs_sa_set_scanstamp()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1479 dmu_object_info_t doi; in ztest_bt_bonus() local
1745 dmu_object_info_t doi; in ztest_replay_remove() local
1802 dmu_object_info_t doi; in ztest_replay_write() local
2090 dmu_object_info_t doi; in ztest_get_data() local
2130 size = doi.doi_data_block_size; in ztest_get_data()
2210 dmu_object_info_t doi; in ztest_lookup() local
2221 od->od_type = doi.doi_type; in ztest_lookup()
2412 dmu_object_info_t doi; in ztest_io() local
3822 dmu_object_info_t doi; in ztest_objset_destroy_cb() local
4483 dmu_object_info_t doi; in ztest_dmu_read_write_zcopy() local
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia688 # 1905-02-10;65(4):405-6. https://doi.org/10.1093/mnras/65.4.382
1252 # 1905-02-10;65(4):405-6. https://doi.org/10.1093/mnras/65.4.382
1677 # 2020-08-11. https://doi.org/10.1080/13537121.2020.1806564
H A Dnorthamerica53 # https://dx.doi.org/10.2307/3105430
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c535 dmu_object_info_t doi; in dump_bpobj_subobjs() local
716 dmu_object_info_t doi; in get_obsolete_refcount() local
739 dmu_object_info_t doi; in get_prev_obsolete_spacemap_refcount() local
1222 dmu_object_info_t doi; in dump_ddt() local
1236 mspace = doi.doi_fill_count * doi.doi_data_block_size; in dump_ddt()
2237 dmu_object_info_t doi; in dump_object() local
2302 doi.doi_max_offset); in dump_object()
2951 dmu_object_info_t doi; in dump_path_impl() local
2986 doi.doi_bonus_type); in dump_path_impl()
2991 switch (doi.doi_type) { in dump_path_impl()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4313 args.doi); in show_zone_create_args()
4397 args.doi); in show_zone_create_args32()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4342 zone_set_label(zone_t *zone, const bslabel_t *lab, uint32_t doi) in zone_set_label() argument
4350 tsl = labelalloc(&blab, doi, KM_NOSLEEP); in zone_set_label()
4421 int match, uint32_t doi, const bslabel_t *label, in zone_create() argument
4596 if (doi != 0 && doi != default_doi) { in zone_create()
6508 zs.doi = zs32.doi; in zone()
6520 zs.extended_error, zs.match, zs.doi, in zone()
H A Dtlabel.c86 labelalloc(const bslabel_t *val, uint32_t doi, int flag) in labelalloc() argument
92 lab->tsl_doi = doi; in labelalloc()
H A Dcred.c1107 newcred_from_bslabel(bslabel_t *blabel, uint32_t doi, int flags) in newcred_from_bslabel() argument
1109 ts_label_t *lbl = labelalloc(blabel, doi, flags); in newcred_from_bslabel()
1148 uint32_t doi, int flags) in copycred_from_bslabel() argument
1150 ts_label_t *lbl = labelalloc(blabel, doi, flags); in copycred_from_bslabel()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4916 int doi = 0; in vplat_create() local
4960 doi = zcent->zc_doi; in vplat_create()
5038 rctlbufsz, zfsbuf, zfsbufsz, &xerr, match, doi, zlabel, in vplat_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h199 uint32_t doi; /* DOI for label */ member
215 uint32_t doi; /* DOI for label */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c62 if (doi == 0) in tsol2cipso_tt1()
96 doi = htonl(doi); in tsol2cipso_tt1()
97 ucp = (const uchar_t *)&doi; in tsol2cipso_tt1()
216 uint32_t doi; in tsol_get_option_v6() local
253 bcopy(opt_ptr, &doi, sizeof (doi)); in tsol_get_option_v6()
254 doi = ntohl(doi); in tsol_get_option_v6()
255 if (doi == IP6LS_DOI_V4 && in tsol_get_option_v6()
260 opt_ptr += sizeof (doi) + 2; in tsol_get_option_v6()
974 uint32_t doi; in tsol_compute_label_v6() local
1074 doi = htons(IP6LS_DOI_V4); in tsol_compute_label_v6()
[all …]
H A Dtnet.c625 tsol_find_unlabeled_label(tsol_tpc_t *rhtp, bslabel_t *sl, uint32_t *doi) in tsol_find_unlabeled_label() argument
627 *doi = rhtp->tpc_tp.tp_doi; in tsol_find_unlabeled_label()
688 uint32_t doi; in tsol_get_pkt_label() local
732 bcopy(co->cipso_doi, &doi, sizeof (doi)); in tsol_get_pkt_label()
733 doi = ntohl(doi); in tsol_get_pkt_label()
816 if (!tsol_find_unlabeled_label(src_rhtp, &sl, &doi)) { in tsol_get_pkt_label()
828 credp = newcred_from_bslabel(&sl, doi, KM_NOSLEEP); in tsol_get_pkt_label()
832 credp = copycred_from_bslabel(ira->ira_cred, &sl, doi, in tsol_get_pkt_label()

12