| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dmu_object.c | 35 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()
|
| D | zap_micro.c | 663 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() 672 dmu_object_type_t ot, in zap_create_claim_norm() 685 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 692 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() 703 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags()
|
| D | dnode.c | 539 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()
|
| D | dsl_scan.c | 225 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local
|
| D | zap.c | 967 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
|
| /freebsd-10-stable/sys/dev/cxgb/common/ |
| D | cxgb_t3_cpl.h | 521 union opcode_tid ot; member 534 union opcode_tid ot; member 545 union opcode_tid ot; member 583 union opcode_tid ot; member 611 union opcode_tid ot; member 621 union opcode_tid ot; member 663 union opcode_tid ot; member 675 union opcode_tid ot; member 689 union opcode_tid ot; member 696 union opcode_tid ot; member [all …]
|
| /freebsd-10-stable/sys/ia64/disasm/ |
| D | disasm_extract.c | 188 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
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| 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-10-stable/contrib/ntp/ntpd/ |
| D | check_y2k.c | 490 struct calendar ot; in main() local 572 struct calendar ot; in main() local
|
| /freebsd-10-stable/sys/dev/cxgbe/common/ |
| D | t4_msg.h | 611 union opcode_tid ot; member 622 union opcode_tid ot; member 635 union opcode_tid ot; member 642 union opcode_tid ot; member 690 union opcode_tid ot; member 751 union opcode_tid ot; member 758 union opcode_tid ot; member 770 union opcode_tid ot; member 786 union opcode_tid ot; member 799 union opcode_tid ot; member [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/config/i386/ |
| D | nm-i386sco5.h | 61 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1 argument
|
| D | nm-i386.h | 84 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1 argument
|
| /freebsd-10-stable/usr.bin/xlint/lint1/ |
| D | tree.c | 1668 tspec_t nt, ot, ost = NOTSPEC; in convert() local 1714 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) in ptconv() 1768 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) in iiconv() 1843 tspec_t nt, ot; in ppconv() local 1901 tspec_t ot, nt; in cvtcon() local 3087 tspec_t nt, ot; in cast() local 3815 tspec_t t, ot; in conaddr() local
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | dmu.h | 118 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 122 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 131 #define DMU_OT_HAS_FILL(ot) \ argument 134 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
|
| /freebsd-10-stable/sys/fs/nfs/ |
| D | nfsrvcache.h | 69 } ot; member
|
| /freebsd-10-stable/usr.sbin/pmcstudy/ |
| D | pmcstudy.c | 1244 double un, ot, con, res; in otherassistavx() local 1268 double un, ot, con, res; in otherassistsse() local 1293 double un, ot, con, res; in efficiency1() local 1318 double un, ot, res; in efficiency2() local
|
| /freebsd-10-stable/contrib/binutils/include/coff/ |
| D | sym.h | 369 unsigned ot: 8; /* optimization type */ member
|
| /freebsd-10-stable/contrib/gcc/ |
| D | stmt.c | 1733 tree ot = TREE_TYPE (DECL_RESULT (current_function_decl)); in expand_return() local
|
| D | calls.c | 4099 tree ot = TREE_TYPE (arg->tree_value); in store_one_arg() local
|
| D | ifcvt.c | 695 optab ot; in noce_emit_move_insn() local
|
| /freebsd-10-stable/sys/dev/sound/usb/ |
| D | uaudio.c | 4013 const struct usb_audio_output_terminal *ot; in uaudio_mixer_verify_desc() member 4149 const struct usb_audio20_output_terminal *ot; in uaudio20_mixer_verify_desc() member
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | pt.c | 4229 template_args_equal (tree ot, tree nt) in template_args_equal() 4259 tree ot = TREE_VEC_ELT (oldargs, i); in comp_template_args() local
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | infttrace.c | 5430 hppa_can_use_hw_watchpoint (int type, int cnt, int ot) in hppa_can_use_hw_watchpoint()
|
| D | remote.c | 4627 remote_check_watch_resources (int type, int cnt, int ot) in remote_check_watch_resources()
|
| /freebsd-10-stable/sys/dev/drm2/ |
| D | drm_crtc.c | 1069 struct drm_connector *connector, *ot; in drm_mode_config_cleanup() local
|