| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 48 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() 227 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() 235 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() 244 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() 257 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold() 266 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() 274 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 304 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() 312 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 | 868 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_impl() 894 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() 902 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize() 911 dmu_object_type_t ot, in zap_create_claim_norm() 920 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, in zap_create_claim_norm_dnsize() 944 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 951 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() 959 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() 967 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm_dnsize() 976 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags() [all …]
|
| H A D | dnode.c | 722 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() 812 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
|
| H A D | zap.c | 1089 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() 1096 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 | 579 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_decrypt() local 4960 dmu_object_type_t ot = BP_GET_TYPE(bp); in zio_encrypt() local
|
| H A D | dsl_scan.c | 868 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local 1534 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync() local
|
| H A D | arc.c | 2892 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf() 3433 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, in arc_convert_to_raw() 3512 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 | 2827 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 | 124 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 128 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 135 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata) argument 136 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_ot[ot].ot_encrypt) argument 137 #define DMU_OT_BYTESWAP_IMPL(ot) (dmu_ot[ot].ot_byteswap) argument 140 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 144 #define DMU_OT_IS_DDT(ot) \ argument 147 #define DMU_OT_IS_CRITICAL(ot, level) \ argument 154 #define DMU_OT_IS_FILE(ot) \ argument 157 #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; global() member 651 union opcode_tid ot; global() member 664 union opcode_tid ot; global() member 671 union opcode_tid ot; global() member 719 union opcode_tid ot; global() member 780 union opcode_tid ot; global() member 787 union opcode_tid ot; global() member 799 union opcode_tid ot; global() member 815 union opcode_tid ot; global() member 828 union opcode_tid ot; global() member 848 union opcode_tid ot; global() member 862 union opcode_tid ot; global() member 877 union opcode_tid ot; global() member 894 union opcode_tid ot; global() member 911 union opcode_tid ot; global() member 922 union opcode_tid ot; global() member 944 union opcode_tid ot; global() member 952 union opcode_tid ot; global() member 959 union opcode_tid ot; global() member 967 union opcode_tid ot; global() member 987 union opcode_tid ot; global() member 996 union opcode_tid ot; global() member 1002 union opcode_tid ot; global() member 1011 union opcode_tid ot; global() member 1023 union opcode_tid ot; global() member 1030 union opcode_tid ot; global() member 1037 union opcode_tid ot; global() member 1059 union opcode_tid ot; global() member 1067 union opcode_tid ot; global() member 1076 union opcode_tid ot; global() member 1083 union opcode_tid ot; global() member 1089 union opcode_tid ot; global() member 1097 union opcode_tid ot; global() member 1106 union opcode_tid ot; global() member 1112 union opcode_tid ot; global() member 1153 union opcode_tid ot; global() member 1249 union opcode_tid ot; global() member 1255 union opcode_tid ot; global() member 1515 union opcode_tid ot; global() member 1605 union opcode_tid ot; global() member 1626 union opcode_tid ot; global() member 1637 union opcode_tid ot; global() member 1660 union opcode_tid ot; global() member 1689 union opcode_tid ot; global() member 1699 union opcode_tid ot; global() member 1705 union opcode_tid ot; global() member 1712 union opcode_tid ot; global() member 1717 union opcode_tid ot; global() member 1750 union opcode_tid ot; global() member 1758 union opcode_tid ot; global() member 1774 union opcode_tid ot; global() member 1785 union opcode_tid ot; global() member 1799 union opcode_tid ot; global() member 1816 union opcode_tid ot; global() member 1829 union opcode_tid ot; global() member 2210 union opcode_tid ot; global() member 2231 union opcode_tid ot; global() member 2238 union opcode_tid ot; global() member 2268 union opcode_tid ot; global() member 2275 union opcode_tid ot; global() member 2281 union opcode_tid ot; global() member 2297 union opcode_tid ot; global() member 2331 union opcode_tid ot; global() member 2338 union opcode_tid ot; global() member 2344 union opcode_tid ot; global() member 2360 union opcode_tid ot; global() member 2372 union opcode_tid ot; global() member 2405 union opcode_tid ot; global() member 2415 union opcode_tid ot; global() member 2426 union opcode_tid ot; global() member 2433 union opcode_tid ot; global() member 2439 union opcode_tid ot; global() member 2484 union opcode_tid ot; global() member 2491 union opcode_tid ot; global() member 2499 union opcode_tid ot; global() member 2505 union opcode_tid ot; global() member 2557 union opcode_tid ot; global() member 2563 union opcode_tid ot; global() member 2571 union opcode_tid ot; global() member 2616 union opcode_tid ot; global() member 2623 union opcode_tid ot; global() member 2664 union opcode_tid ot; global() member 2757 union opcode_tid ot; global() member 3240 union opcode_tid ot; global() member 3266 union opcode_tid ot; global() member [all...] |
| /freebsd/sys/fs/nfs/ |
| H A D | nfsrvcache.h | 69 } ot; member
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | time.h | 139 OSSL_TIME ot; in ossl_time_from_time_t() local
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1617 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() 1674 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() 1784 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 | 1860 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, in zio_crypt_init_uios() 1913 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data() 2034 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/net/ |
| H A D | if_ovpn.c | 1712 struct ovpn_mtag *ot = (struct ovpn_mtag *)(mtag + 1); in ovpn_finish_rx() local 2519 struct ovpn_mtag *ot; in ovpn_udp_input() local
|
| /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 | 7027 ipftuneable_t *ot; local
|