/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 125 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 126 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \ 127 (ot) < DMU_OT_NUMTYPES) 133 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument 134 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument 135 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument 138 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 139 ((ot) & DMU_OT_METADATA) : \ 140 DMU_OT_IS_METADATA_IMPL(ot)) 142 #define DMU_OT_IS_DDT(ot) \ argument [all …]
|
H A D | zap.h | 122 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot, 124 uint64_t zap_create_dnsize(objset_t *ds, dmu_object_type_t ot, 126 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot, 129 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, 132 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, 135 zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, 138 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot, 140 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, 153 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot, 155 int zap_create_claim_dnsize(objset_t *ds, uint64_t obj, dmu_object_type_t ot, [all …]
|
H A D | arc.h | 204 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, 212 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, 219 dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
|
H A D | zio_crypt.h | 140 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, 144 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
|
H A D | dnode.h | 401 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, 403 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
|
H A D | dsl_crypt.h | 228 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 52 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 53 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \ 54 (ot) < DMU_OT_NUMTYPES) 56 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 57 ((ot) & DMU_OT_METADATA) : \ 58 dmu_ot[(ot)].ot_metadata)
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 46 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() argument 176 dnode_allocate(dn, ot, blocksize, 0, in dmu_object_alloc_impl() 201 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() argument 204 return (dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc() 209 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() argument 213 return (dmu_object_alloc_impl(os, ot, blocksize, indirect_blockshift, in dmu_object_alloc_ibs() 218 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() argument 221 return (dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype, in dmu_object_alloc_dnsize() 226 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() argument 229 return (dmu_object_claim_dnsize(os, object, ot, blocksize, bonustype, in dmu_object_claim() [all …]
|
H A D | zap_micro.c | 689 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() argument 692 return (zap_create_claim_dnsize(os, obj, ot, bonustype, bonuslen, in zap_create_claim() 697 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize() argument 701 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize() 706 dmu_object_type_t ot, in zap_create_claim_norm() argument 709 return (zap_create_claim_norm_dnsize(os, obj, normflags, ot, bonustype, in zap_create_claim_norm() 715 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize() argument 720 err = dmu_object_claim_dnsize(os, obj, ot, 0, bonustype, bonuslen, in zap_create_claim_norm_dnsize() 729 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument 732 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create() [all …]
|
H A D | zio.c | 375 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local 431 if (ot == DMU_OT_OBJSET) { in zio_decrypt() 441 if (zio_injection_enabled && ot != DMU_OT_DNODE && ret == 0) { in zio_decrypt() 443 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt() 453 if (ot == DMU_OT_INTENT_LOG) { in zio_decrypt() 3782 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local 3795 if (!IO_IS_ALLOCATING(zio) && ot != DMU_OT_INTENT_LOG) in zio_encrypt() 3808 if (ot != DMU_OT_OBJSET) in zio_encrypt() 3813 ot == DMU_OT_DNODE) { in zio_encrypt() 3819 dmu_ot_byteswap[DMU_OT_BYTESWAP(ot)].ob_func(bswap_buf, in zio_encrypt() [all …]
|
H A D | zio_crypt.c | 1821 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() argument 1829 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios() 1832 switch (ot) { in zio_crypt_init_uios() 1874 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() argument 1893 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf, in zio_do_crypt_data() 1973 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd() argument 1988 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac, in zio_do_crypt_abd()
|
H A D | zap.c | 978 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() argument 981 return (zap_create_link_dnsize(os, ot, parent_obj, name, 0, tx)); in zap_create_link() 985 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize() argument 990 VERIFY((new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, in zap_create_link_dnsize()
|
H A D | dnode.c | 570 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument 598 ASSERT(ot != DMU_OT_NONE); in dnode_allocate() 599 ASSERT(DMU_OT_IS_VALID(ot)); in dnode_allocate() 628 dn->dn_type = ot; in dnode_allocate() 664 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate() argument 722 dn->dn_type = ot; in dnode_reallocate()
|
H A D | dsl_crypt.c | 2798 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd() argument 2832 if (encrypt && ot != DMU_OT_INTENT_LOG && !dedup) { in spa_do_crypt_abd() 2848 ret = zio_do_crypt_data(encrypt, &dck->dck_key, ot, bswap, salt, iv, in spa_do_crypt_abd() 2857 if (zio_injection_enabled && !encrypt && ot != DMU_OT_DNODE && ret == 0) in spa_do_crypt_abd() 2858 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 300 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 609 union opcode_tid ot; member 620 union opcode_tid ot; member 633 union opcode_tid ot; member 640 union opcode_tid ot; member 688 union opcode_tid ot; member 749 union opcode_tid ot; member 756 union opcode_tid ot; member 768 union opcode_tid ot; member 785 union opcode_tid ot; member [all …]
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 282 238:AUE_MEMCNTL:memcntl(2):ot 342 294:AUE_BRANDSYS:brandsys(2):ot 427 6200:AUE_allocate_succ:allocate-device success:ot 428 6201:AUE_allocate_fail:allocate-device failure:ot 429 6202:AUE_deallocate_succ:deallocate-device success:ot 430 6203:AUE_deallocate_fail:deallocate-device failure:ot 431 6205:AUE_listdevice_succ:allocate-list devices success:ot 432 6206:AUE_listdevice_fail:allocate-list devices failure:ot 446 6220:AUE_smserverd:smserverd:ot 456 6230:AUE_attach:attach device:ot [all …]
|
H A D | audit_class.txt | 70 0x80000000:ot:other
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | macro.c | 574 subst(int in, int ot) in subst() argument 613 flush(ot); in subst() 617 flush(ot); in subst() 622 flush(int ot) in flush() argument 624 write(ot, stakbot, staktop - stakbot); in flush()
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 85 event ereport.chassis.device.psu.ot@psu; 109 event ereport.chassis.sensor.temp.ot@controller; 110 event ereport.chassis.sensor.temp.ot@fanmodule; 111 event ereport.chassis.sensor.temp.ot@psu; 221 ereport.chassis.sensor.temp.ot@controller, 225 ereport.chassis.sensor.temp.ot@fanmodule, 229 ereport.chassis.sensor.temp.ot@psu, 264 ereport.chassis.device.psu.ot@psu,
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 438 ea_object_type_t ot; in disp_obj() local 442 ot = ea_unpack_object(&op, EUP_ALLOC, in disp_obj() 445 if (ot == EO_ERROR) { in disp_obj() 451 if (ot == EO_GROUP) { in disp_obj()
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 334 int ot = 0; in socket_interleave() local 352 ot++; in socket_interleave() 359 if (ot) { in socket_interleave() 374 ot++; in socket_interleave() 385 if (ot) { in socket_interleave()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1169 ttymode ot; local 1170 ot = tty; 1180 return (ot);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 513 struct objtbl *ot; in parsecmd() local 521 ot = ct->objt; in parsecmd() 525 return (ot->token); in parsecmd() 532 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0) in parsecmd() 533 ot++; in parsecmd() 535 if (ot->obj == NULL) in parsecmd() 538 return (ot->token); in parsecmd()
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 1164 expand(char* os, char* ot) in expand() argument 1188 for (t = ot; os < s; *t++ = *os++); in expand() 1189 r = ((t - ot) >= 5 && t[-1] == '{' && t[-2] == '.' && t[-3] == '.' && t[-4] == '.') ? t[-5] : 0; in expand() 1190 os = ot; in expand()
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | sge.h | 512 union opcode_tid ot; member
|