Searched refs:ot (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/sys/fs/nfs/
H A Dnfsrvcache.h67 } ot; member in union:nfsrvcache::__anon9769
78 #define rc_sockref rc_un2.ot.sockref
79 #define rc_tcpseq rc_un2.ot.tcpseq
80 #define rc_refcnt rc_un2.ot.refcnt
81 #define rc_reqlen rc_un2.ot.len
82 #define rc_cksum rc_un2.ot.cksum
83 #define rc_cachetime rc_un2.ot.cachetime
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dcheck_y2k.c491 struct calendar ot; local
519 caljulian( ntp_time, &ot ); /* convert January 1 */
520 if ( ot.year != year
521 || ot.month != 1
522 || ot.monthday != 1 )
528 (int)ot.year, (int)ot.month, (int)ot.monthday );
533 caljulian( ntp_time, &ot ); /* convert Feb 28 */
534 if ( ot
573 struct calendar ot; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c32 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, argument
77 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
87 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
99 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
107 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
123 if (dn->dn_type == ot && dn->dn_datablksz == blocksize &&
155 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
H A Dzap_micro.c621 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, argument
625 0, ot, bonustype, bonuslen, tx));
630 dmu_object_type_t ot,
635 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
643 zap_create(objset_t *os, dmu_object_type_t ot, argument
646 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
650 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, argument
653 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx);
661 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
664 uint64_t obj = dmu_object_alloc(os, ot,
629 zap_create_claim_norm(objset_t *os, uint64_t obj, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
660 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
[all...]
H A Ddnode.c488 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, argument
511 ASSERT(ot != DMU_OT_NONE);
512 ASSERT(DMU_OT_IS_VALID(ot));
539 dn->dn_type = ot;
571 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, argument
620 dn->dn_type = ot;
H A Ddsl_scan.c211 dmu_object_type_t ot = 0; local
263 ot = DMU_OT_ZAP_OTHER;
266 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
H A Dzap.c952 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument
957 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h196 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
521 union opcode_tid ot; member in struct:cpl_pass_open_req
534 union opcode_tid ot; member in struct:cpl_pass_open_rpl
545 union opcode_tid ot; member in struct:cpl_pass_establish
583 union opcode_tid ot; member in struct:cpl_pass_accept_req
611 union opcode_tid ot; member in struct:cpl_pass_accept_rpl
621 union opcode_tid ot; member in struct:cpl_act_open_req
663 union opcode_tid ot; member in struct:cpl_act_open_rpl
675 union opcode_tid ot; member in struct:cpl_act_establish
689 union opcode_tid ot; member in struct:cpl_get_tcb
696 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
704 union opcode_tid ot; member in struct:cpl_set_tcb
717 union opcode_tid ot; member in struct:cpl_set_tcb_field
727 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
734 union opcode_tid ot; member in struct:cpl_pcmd
752 union opcode_tid ot; member in struct:cpl_pcmd_reply
760 union opcode_tid ot; member in struct:cpl_close_con_req
766 union opcode_tid ot; member in struct:cpl_close_con_rpl
775 union opcode_tid ot; member in struct:cpl_close_listserv_req
783 union opcode_tid ot; member in struct:cpl_close_listserv_rpl
790 union opcode_tid ot; member in struct:cpl_abort_req_rss
799 union opcode_tid ot; member in struct:cpl_abort_req
808 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
817 union opcode_tid ot; member in struct:cpl_abort_rpl
826 union opcode_tid ot; member in struct:cpl_peer_close
866 union opcode_tid ot; member in struct:cpl_tx_data
920 union opcode_tid ot; member in struct:cpl_tx_data_ack
926 union opcode_tid ot; member in struct:cpl_wr_ack
935 union opcode_tid ot; member in struct:cpl_sge_ec_cr_return
943 union opcode_tid ot; member in struct:cpl_rdma_ec_status
962 union opcode_tid ot; member in struct:cpl_iscsi_hdr
983 union opcode_tid ot; member in struct:cpl_rx_data
1006 union opcode_tid ot; member in struct:cpl_rx_data_ack
1035 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1041 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1047 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1309 union opcode_tid ot; member in struct:cpl_l2t_write_req
1339 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
1346 union opcode_tid ot; member in struct:cpl_l2t_read_req
1353 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
1382 union opcode_tid ot; member in struct:cpl_smt_write_req
1400 union opcode_tid ot; member in struct:cpl_smt_write_rpl
1407 union opcode_tid ot; member in struct:cpl_smt_read_req
1421 union opcode_tid ot; member in struct:cpl_smt_read_rpl
1439 union opcode_tid ot; member in struct:cpl_rte_delete_req
1460 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
1467 union opcode_tid ot; member in struct:cpl_rte_write_req
1498 union opcode_tid ot; member in struct:cpl_rte_write_rpl
1505 union opcode_tid ot; member in struct:cpl_rte_read_req
1511 union opcode_tid ot; member in struct:cpl_rte_read_rpl
1528 union opcode_tid ot; member in struct:cpl_tid_release
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/config/i386/
H A Dnm-i386sco5.h61 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
H A Dnm-i386.h84 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_msg.h272 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
568 union opcode_tid ot; member in struct:cpl_pass_open_req
579 union opcode_tid ot; member in struct:cpl_pass_open_req6
592 union opcode_tid ot; member in struct:cpl_pass_open_rpl
599 union opcode_tid ot; member in struct:cpl_pass_establish
628 union opcode_tid ot; member in struct:cpl_pass_accept_req
676 union opcode_tid ot; member in struct:cpl_pass_accept_rpl
683 union opcode_tid ot; member in struct:cpl_t5_pass_accept_rpl
692 union opcode_tid ot; member in struct:cpl_act_open_req
708 union opcode_tid ot; member in struct:cpl_t5_act_open_req
721 union opcode_tid ot; member in struct:cpl_act_open_req6
735 union opcode_tid ot; member in struct:cpl_t5_act_open_req6
750 union opcode_tid ot; member in struct:cpl_act_open_rpl
767 union opcode_tid ot; member in struct:cpl_act_establish
778 union opcode_tid ot; member in struct:cpl_get_tcb
799 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
807 union opcode_tid ot; member in struct:cpl_set_tcb
814 union opcode_tid ot; member in struct:cpl_set_tcb_field
822 union opcode_tid ot; member in struct:cpl_set_tcb_field_core
842 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
851 union opcode_tid ot; member in struct:cpl_close_con_req
857 union opcode_tid ot; member in struct:cpl_close_con_rpl
866 union opcode_tid ot; member in struct:cpl_close_listsvr_req
878 union opcode_tid ot; member in struct:cpl_close_listsvr_rpl
885 union opcode_tid ot; member in struct:cpl_abort_req_rss
892 union opcode_tid ot; member in struct:cpl_abort_req
901 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
908 union opcode_tid ot; member in struct:cpl_abort_rpl
917 union opcode_tid ot; member in struct:cpl_peer_close
923 union opcode_tid ot; member in struct:cpl_tid_release
964 union opcode_tid ot; member in struct:cpl_tx_data
1033 union opcode_tid ot; member in struct:cpl_tx_data_ack
1039 union opcode_tid ot; member in struct:cpl_wr_ack
1289 union opcode_tid ot; member in struct:cpl_iscsi_hdr_no_rss
1334 union opcode_tid ot; member in struct:cpl_iscsi_hdr
1355 union opcode_tid ot; member in struct:cpl_iscsi_data
1366 union opcode_tid ot; member in struct:cpl_rx_data
1389 union opcode_tid ot; member in struct:cpl_fcoe_hdr
1405 union opcode_tid ot; member in struct:cpl_fcoe_data
1415 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1421 union opcode_tid ot; member in struct:cpl_rx_urg_pkt
1428 union opcode_tid ot; member in struct:cpl_rx_data_ack
1433 union opcode_tid ot; member in struct:cpl_rx_data_ack_core
1466 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1474 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1490 union opcode_tid ot; member in struct:cpl_rx_fcoe_ddp
1501 union opcode_tid ot; member in struct:cpl_rx_data_dif
1515 union opcode_tid ot; member in struct:cpl_rx_iscsi_dif
1532 union opcode_tid ot; member in struct:cpl_rx_fcoe_dif
1851 union opcode_tid ot; member in struct:cpl_rte_delete_req
1872 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
1879 union opcode_tid ot; member in struct:cpl_rte_write_req
1909 union opcode_tid ot; member in struct:cpl_rte_write_rpl
1916 union opcode_tid ot; member in struct:cpl_rte_read_req
1922 union opcode_tid ot; member in struct:cpl_rte_read_rpl
1938 union opcode_tid ot; member in struct:cpl_l2t_write_req
1972 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
1979 union opcode_tid ot; member in struct:cpl_l2t_read_req
1985 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
2001 union opcode_tid ot; member in struct:cpl_smt_write_req
2011 union opcode_tid ot; member in struct:cpl_smt_write_rpl
2018 union opcode_tid ot; member in struct:cpl_smt_read_req
2024 union opcode_tid ot; member in struct:cpl_smt_read_rpl
2066 union opcode_tid ot; member in struct:cpl_tag_write_req
2073 union opcode_tid ot; member in struct:cpl_tag_write_rpl
2081 union opcode_tid ot; member in struct:cpl_tag_read_req
2087 union opcode_tid ot; member in struct:cpl_tag_read_rpl
2139 union opcode_tid ot; member in struct:cpl_error
2145 union opcode_tid ot; member in struct:cpl_hit_notify
2153 union opcode_tid ot; member in struct:cpl_pkt_notify
2198 union opcode_tid ot; member in struct:cpl_rdma_terminate
2205 union opcode_tid ot; member in struct:cpl_set_le_req
2246 union opcode_tid ot; member in struct:cpl_set_le_rpl
2331 union opcode_tid ot; member in struct:cpl_fw4_ack
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dnsswitch94 "/etc/host.conf" -ot "/etc/nsswitch.conf" ]
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_class23 0x80000000:ot:miscellaneous
H A Daudit_event206 211:AUE_AUDIT:audit(2):ot
233 238:AUE_MEMCNTL:memcntl(2):ot
289 294:AUE_BRANDSYS:brandsys(2):ot
312 312:AUE_DARWIN_SETPRIORITY:setpriority(2):pc,ot
348 348:AUE_DARWIN_RESETSHFILE:reset_shared_file():ot
349 349:AUE_DARWIN_NEWSYSTEMSHREG:new_system_share_regions():ot
360 360:AUE_DARWIN_SYSCTL_NONADMIN:sysctl() - non-admin:ot
385 43021:AUE_SYSCTL:sysctl(3):ot
402 43038:AUE_RESETSHFILE:reset_shared_file():ot
403 43039:AUE_NEWSYSTEMSHREG:new_system_share_regions():ot
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h133 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
135 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot,
138 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
140 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
147 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
150 int normflags, dmu_object_type_t ot,
H A Ddmu.h113 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \
114 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
115 (ot) < DMU_OT_NUMTYPES)
117 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \
118 ((ot) & DMU_OT_METADATA) : \
119 dmu_ot[(ot)].ot_metadata)
121 #define DMU_OT_BYTESWAP(ot) (((ot)
[all...]
H A Ddnode.h272 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
274 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c1636 tspec_t nt, ot, ost = NOTSPEC; local
1642 if ((ot = tn->tn_type->t_tspec) == PTR)
1646 ptconv(arg, nt, ot, tp, tn);
1647 if (isityp(nt) && isityp(ot)) {
1648 iiconv(op, arg, nt, ot, tp, tn);
1649 } else if (nt == PTR && ((ot == PTR && ost == VOID) || isityp(ot)) &&
1652 } else if (isityp(nt) && ot == PTR) {
1654 } else if (nt == PTR && ot == PTR) {
1682 ptconv(int arg, tspec_t nt, tspec_t ot, type_ argument
1734 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1801 tspec_t nt, ot; local
1858 tspec_t ot, nt; local
2985 tspec_t nt, ot; local
3706 tspec_t t, ot; local
[all...]
/freebsd-10.0-release/sys/ia64/disasm/
H A Ddisasm_extract.c188 enum asm_oper_type ot = ASM_OPER_NONE; local
858 ot = ASM_OPER_DTR;
863 ot = ASM_OPER_ITR;
1263 ot = ASM_OPER_CPUID;
1267 ot = ASM_OPER_DBR;
1271 ot = ASM_OPER_IBR;
1275 ot = ASM_OPER_IP;
1279 ot = ASM_OPER_MSR;
1283 ot = ASM_OPER_PKR;
1287 ot
1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) argument
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, int o, int l) argument
1905 enum asm_oper_type ot; local
[all...]
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dsym.h369 unsigned ot: 8; /* optimization type */ member in struct:__anon473
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dpariscid.pl115 L\$ot
117 addib,*<> -$SIZE_T,%r28,L\$ot
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoffswap.h671 intern->ot = ext->o_bits1[0];
681 intern->ot = ext->o_bits1[0];
711 ext->o_bits1[0] = intern->ot;
718 ext->o_bits1[0] = intern->ot;
/freebsd-10.0-release/usr.bin/man/
H A Dman.sh207 if ! [ "$1" -ot "$2" ]; then
/freebsd-10.0-release/contrib/gcc/
H A Difcvt.c698 optab ot;
741 ot = code_to_optab[GET_CODE (y)];
742 if (ot)
745 target = expand_unop (GET_MODE (y), ot, XEXP (y, 0), x, 0);
758 ot = code_to_optab[GET_CODE (y)];
759 if (ot)
762 target = expand_binop (GET_MODE (y), ot,
695 optab ot; local
H A Dstmt.c1731 tree ot = TREE_TYPE (DECL_RESULT (current_function_decl));
1732 tree nt = build_qualified_type (ot, TYPE_QUALS (ot) | TYPE_QUAL_CONST);
1722 tree ot = TREE_TYPE (DECL_RESULT (current_function_decl)); local

Completed in 215 milliseconds

12