Home
last modified time | relevance | path

Searched defs:ot (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
96 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
116 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
H A Dzap_micro.c680 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
689 dmu_object_type_t ot, in zap_create_claim_norm()
702 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
709 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
720 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags()
H A Ddnode.c539 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
622 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h493 union opcode_tid ot; member
506 union opcode_tid ot; member
517 union opcode_tid ot; member
555 union opcode_tid ot; member
583 union opcode_tid ot; member
593 union opcode_tid ot; member
635 union opcode_tid ot; member
647 union opcode_tid ot; member
661 union opcode_tid ot; member
668 union opcode_tid ot; member
[all …]
/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm_extract.c188 enum asm_oper_type ot = ASM_OPER_NONE; in asm_normalize() local
1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) in op_type()
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, in operand()
1905 enum asm_oper_type ot; in asm_extract() local
/netbsd-src/tests/lib/libc/sys/
H A Dt_getitimer.c155 struct itimerval it, ot; ATF_TC_BODY() local
175 struct itimerval it, ot; ATF_TC_BODY() local
/netbsd-src/usr.bin/config/
H A Dlint.c71 const struct opt_type *ot = v; in do_emit_option() local
103 const struct opt_type *ot = v; in do_emit_fs() local
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dcheck_y2k.c492 struct calendar ot; in main() local
574 struct calendar ot; in main() local
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c1350 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec; is_cast_redundant() local
3288 tspec_t ot = otp->t_tspec; promote() local
3346 should_warn_about_prototype_conversion(tspec_t nt,tspec_t ot,const tnode_t * ptn) should_warn_about_prototype_conversion() argument
3391 check_prototype_conversion(int arg,tspec_t nt,tspec_t ot,type_t * tp,tnode_t * tn) check_prototype_conversion() argument
3447 should_warn_about_integer_conversion(const type_t * ntp,tspec_t nt,const tnode_t * otn,tspec_t ot) should_warn_about_integer_conversion() argument
3467 convert_integer_from_integer(op_t op,int arg,tspec_t nt,tspec_t ot,type_t * tp,tnode_t * tn) convert_integer_from_integer() argument
3679 tspec_t ot = tn->tn_type->t_tspec; convert() local
3799 convert_constant_to_floating(tspec_t nt,val_t * nv,tspec_t ot,const val_t * v) convert_constant_to_floating() argument
3832 convert_constant_check_range_bitand(size_t nsz,size_t osz,uint64_t xmask,const val_t * nv,tspec_t ot,const val_t * v,const type_t * tp,op_t op) convert_constant_check_range_bitand() argument
3882 warn_constant_check_range_truncated(op_t op,int arg,const type_t * tp,tspec_t ot) warn_constant_check_range_truncated() argument
3909 warn_constant_check_range_loss(op_t op,int arg,const type_t * tp,tspec_t ot) warn_constant_check_range_loss() argument
3929 convert_constant_check_range(tspec_t ot,const type_t * tp,tspec_t nt,op_t op,int arg,const val_t * v,val_t * nv) convert_constant_check_range() argument
3966 tspec_t ot = ov->v_tspec; convert_constant() local
4195 tspec_t ot = tn->tn_type->t_tspec; cast() local
4739 tspec_t t, ot; constant_addr() local
[all...]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h119 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
123 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
132 #define DMU_OT_HAS_FILL(ot) \ argument
135 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-tree.c449 optab ot = optab_for_tree_code (code, type, ot_subtype); in target_supports_op_p() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs-tree.cc565 optab ot = optab_for_tree_code (code, type, ot_subtype); in target_supports_op_p() local
/netbsd-src/sys/fs/nfs/common/
H A Dnfsrvcache.h71 } ot; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddiff.c156 dns_difftuple_t *ot, *next_ot; in dns_diff_appendminimal() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddiff.c156 dns_difftuple_t *ot, *next_ot; dns_diff_appendminimal() local
[all...]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmktime.c461 time_t ot = t + delta * direction; in __mktime_internal() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.h161 addOtherEvent (hrtime_t ot) in addOtherEvent()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.h161 addOtherEvent (hrtime_t ot) in addOtherEvent()
/netbsd-src/sys/net/npf/
H A Dnpf_tableset.c247 npf_table_t *t, *ot; in npf_tableset_reload() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c2129 tree ot = TREE_TYPE (op); in strip_fnptr_conv() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc2148 tree ot = TREE_TYPE (op); in strip_fnptr_conv() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h406 #define opmode(mm,ot,it,t,a,m) \ argument
H A Dltable.c518 static void reinsert (lua_State *L, Table *ot, Table *t) { in reinsert()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dautoca.c101 char *ot; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dsystime.d10854 immutable ot = otherTZ.utcToTZ(0); in version() local

12