Home
last modified time | relevance | path

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

12

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
90 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
110 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
HDzap_micro.c626 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
635 dmu_object_type_t ot, in zap_create_claim_norm()
648 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
655 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
666 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags()
HDdnode.c538 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
621 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate()
HDdsl_scan.c214 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local
HDzap.c952 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h521 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 …]
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h569 union opcode_tid ot; member
580 union opcode_tid ot; member
593 union opcode_tid ot; member
600 union opcode_tid ot; member
629 union opcode_tid ot; member
677 union opcode_tid ot; member
684 union opcode_tid ot; member
693 union opcode_tid ot; member
709 union opcode_tid ot; member
722 union opcode_tid ot; member
[all …]
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_getitimer.c155 struct itimerval it, ot; in ATF_TC_BODY() local
175 struct itimerval it, ot; in ATF_TC_BODY() local
/NextBSD/contrib/ntp/ntpd/
HDcheck_y2k.c490 struct calendar ot; in main() local
572 struct calendar ot; in main() local
/NextBSD/contrib/gdb/gdb/config/i386/
HDnm-i386sco5.h61 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1 argument
HDnm-i386.h84 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1 argument
/NextBSD/usr.bin/xlint/lint1/
HDtree.c1668 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
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdmu.h116 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
120 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
129 #define DMU_OT_HAS_FILL(ot) \ argument
132 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
/NextBSD/sys/fs/nfs/
HDnfsrvcache.h69 } ot; member
/NextBSD/usr.sbin/pmcstudy/
HDpmcstudy.c1548 double un, ot, con, res; in otherassistavx() local
1572 double un, ot, con, res; in otherassistsse() local
1597 double un, ot, con, res; in efficiency1() local
1622 double un, ot, res; in efficiency2() local
/NextBSD/contrib/binutils/include/coff/
HDsym.h369 unsigned ot: 8; /* optimization type */ member
/NextBSD/contrib/gcc/
HDstmt.c1733 tree ot = TREE_TYPE (DECL_RESULT (current_function_decl)); in expand_return() local
HDcalls.c4099 tree ot = TREE_TYPE (arg->tree_value); in store_one_arg() local
HDifcvt.c695 optab ot; in noce_emit_move_insn() local
/NextBSD/sys/dev/sound/usb/
HDuaudio.c3759 const struct usb_audio_output_terminal *ot; in uaudio_mixer_verify_desc() member
3895 const struct usb_audio20_output_terminal *ot; in uaudio20_mixer_verify_desc() member
/NextBSD/contrib/gcc/cp/
HDpt.c4229 template_args_equal (tree ot, tree nt) in template_args_equal()
4259 tree ot = TREE_VEC_ELT (oldargs, i); in comp_template_args() local
/NextBSD/sys/dev/drm2/
HDdrm_crtc.c1069 struct drm_connector *connector, *ot; in drm_mode_config_cleanup() local
/NextBSD/contrib/gdb/gdb/
HDinfttrace.c5430 hppa_can_use_hw_watchpoint (int type, int cnt, int ot) in hppa_can_use_hw_watchpoint()
HDremote.c4627 remote_check_watch_resources (int type, int cnt, int ot) in remote_check_watch_resources()
/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c7221 ipftuneable_t *ot; local

12