/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 47 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() 226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() 234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() 243 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() 256 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold() 265 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() 273 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 303 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() 311 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize()
|
H A D | zap_micro.c | 856 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_impl() 882 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() 890 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize() 899 dmu_object_type_t ot, in zap_create_claim_norm() 908 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize() 932 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 939 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() 947 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() 955 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm_dnsize() 964 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags() [all …]
|
H A D | dnode.c | 714 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() 806 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
|
H A D | zap.c | 1088 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() 1095 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize()
|
H A D | zio.c | 512 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local 4670 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local
|
H A D | dsl_scan.c | 863 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local 1526 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local
|
H A D | arc.c | 2874 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf() 3415 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw() 3494 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_alloc_raw_buf()
|
H A D | dsl_crypt.c | 2823 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 123 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 127 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 134 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument 135 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument 136 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument 139 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 143 #define DMU_OT_IS_DDT(ot) \ argument 146 #define DMU_OT_IS_CRITICAL(ot) \ argument 153 #define DMU_OT_IS_FILE(ot) \ argument 156 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument [all …]
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 520 union opcode_tid ot; member 533 union opcode_tid ot; member 544 union opcode_tid ot; member 582 union opcode_tid ot; member 610 union opcode_tid ot; member 620 union opcode_tid ot; member 662 union opcode_tid ot; member 674 union opcode_tid ot; member 688 union opcode_tid ot; member 695 union opcode_tid ot; member [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_getitimer.c | 155 struct itimerval it, ot; in ATF_TC_BODY() local 175 struct itimerval it, ot; in ATF_TC_BODY() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | check_y2k.c | 490 struct calendar ot; in main() local 572 struct calendar ot; in main() local
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 640 union opcode_tid ot; member 651 union opcode_tid ot; member 664 union opcode_tid ot; member 671 union opcode_tid ot; member 719 union opcode_tid ot; member 780 union opcode_tid ot; member 787 union opcode_tid ot; member 799 union opcode_tid ot; member 815 union opcode_tid ot; member 828 union opcode_tid ot; member [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfsrvcache.h | 69 } ot; member
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zio_crypt.c | 1616 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() 1673 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() 1783 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 1859 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() 1912 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() 2033 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, in zio_do_crypt_abd()
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-event_queue.c | 333 enum pt_event_type ot; in evq_enqueue_other() local
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 1545 double un, ot, con, res; in otherassistavx() local 1569 double un, ot, con, res; in otherassistsse() local 1594 double un, ot, con, res; in efficiency1() local 1619 double un, ot, res; in efficiency2() local
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 398 #define opmode(mm,ot,it,t,a,m) \ argument
|
H A D | ltable.c | 508 static void reinsert (lua_State *L, Table *ot, Table *t) { in reinsert()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 4050 const struct usb_audio_output_terminal *ot; in uaudio_mixer_verify_desc() member 4186 const struct usb_audio20_output_terminal *ot; in uaudio20_mixer_verify_desc() member
|
/freebsd/sys/dev/drm2/ |
H A D | drm_crtc.c | 1055 struct drm_connector *connector, *ot; in drm_mode_config_cleanup() local
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 7032 ipftuneable_t *ot; local
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 7535 void report_torus_changes(struct torus *nt, struct torus *ot) in report_torus_changes()
|