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

12

/freebsd-11-stable/sys/fs/nfs/
H A Dnfsrvcache.h69 } ot; member in union:nfsrvcache::__anon12016
80 #define rc_sockref rc_un2.ot.sockref
81 #define rc_tcpseq rc_un2.ot.tcpseq
82 #define rc_refcnt rc_un2.ot.refcnt
83 #define rc_reqlen rc_un2.ot.len
84 #define rc_cksum rc_un2.ot.cksum
85 #define rc_cachetime rc_un2.ot.cachetime
86 #define rc_acked rc_un2.ot.acked
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c490 struct calendar ot; local
518 caljulian( ntp_time, &ot ); /* convert January 1 */
519 if ( ot.year != year
520 || ot.month != 1
521 || ot.monthday != 1 )
527 (int)ot.year, (int)ot.month, (int)ot.monthday );
532 caljulian( ntp_time, &ot ); /* convert Feb 28 */
533 if ( ot
572 struct calendar ot; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getitimer.c155 struct itimerval it, ot; local
158 ATF_REQUIRE_ERRNO(EINVAL, setitimer(-1, &it, &ot) == -1);
161 ATF_REQUIRE_ERRNO(EINVAL, setitimer(INT_MAX, &it, &ot) == -1);
164 ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1);
175 struct itimerval it, ot; local
187 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
195 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
198 if (ot.it_value.tv_sec == 4 && ot.it_value.tv_usec == 3)
201 if (ot
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, argument
96 dnode_allocate(dn, ot, blocksize, indirect_blockshift,
107 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, argument
110 return (dmu_object_alloc_ibs(os, ot, blocksize, 0,
115 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
127 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
136 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
150 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
H A Dzap_micro.c701 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, argument
705 0, ot, bonustype, bonuslen, tx));
710 dmu_object_type_t ot,
713 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP);
714 int err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
722 zap_create(objset_t *os, dmu_object_type_t ot, argument
725 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
729 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, argument
732 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP);
733 uint64_t obj = dmu_object_alloc(os, ot,
709 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
740 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.c537 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, argument
560 ASSERT(ot != DMU_OT_NONE);
561 ASSERT(DMU_OT_IS_VALID(ot));
588 dn->dn_type = ot;
620 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, argument
670 dn->dn_type = ot;
H A Dzap.c948 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument
951 uint64_t new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx);
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch95 "/etc/host.conf" -ot "/etc/nsswitch.conf" ]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h120 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \
121 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
122 (ot) < DMU_OT_NUMTYPES)
124 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \
125 ((ot) & DMU_OT_METADATA) : \
126 dmu_ot[(ot)].ot_metadata)
128 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot)
[all...]
H A Dzap.h119 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
121 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot,
124 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
126 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
139 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
142 int normflags, dmu_object_type_t ot,
H A Ddnode.h297 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
299 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h325 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
329 #define GET_OPCODE(cmd) ((cmd)->ot.opcode)
640 union opcode_tid ot; member in struct:cpl_pass_open_req
651 union opcode_tid ot; member in struct:cpl_pass_open_req6
664 union opcode_tid ot; member in struct:cpl_pass_open_rpl
671 union opcode_tid ot; member in struct:cpl_pass_establish
719 union opcode_tid ot; member in struct:cpl_pass_accept_req
780 union opcode_tid ot; member in struct:cpl_pass_accept_rpl
787 union opcode_tid ot; member in struct:cpl_t5_pass_accept_rpl
799 union opcode_tid ot; member in struct:cpl_act_open_req
815 union opcode_tid ot; member in struct:cpl_t5_act_open_req
828 union opcode_tid ot; member in struct:cpl_t6_act_open_req
848 union opcode_tid ot; member in struct:cpl_act_open_req6
862 union opcode_tid ot; member in struct:cpl_t5_act_open_req6
877 union opcode_tid ot; member in struct:cpl_t6_act_open_req6
894 union opcode_tid ot; member in struct:cpl_act_open_rpl
911 union opcode_tid ot; member in struct:cpl_act_establish
922 union opcode_tid ot; member in struct:cpl_get_tcb
943 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
951 union opcode_tid ot; member in struct:cpl_set_tcb
958 union opcode_tid ot; member in struct:cpl_set_tcb_field
966 union opcode_tid ot; member in struct:cpl_set_tcb_field_core
986 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
995 union opcode_tid ot; member in struct:cpl_close_con_req
1001 union opcode_tid ot; member in struct:cpl_close_con_rpl
1010 union opcode_tid ot; member in struct:cpl_close_listsvr_req
1022 union opcode_tid ot; member in struct:cpl_close_listsvr_rpl
1029 union opcode_tid ot; member in struct:cpl_abort_req_rss
1036 union opcode_tid ot; member in struct:cpl_abort_req_rss6
1058 union opcode_tid ot; member in struct:cpl_abort_req
1066 union opcode_tid ot; member in struct:cpl_abort_req_core
1075 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
1082 union opcode_tid ot; member in struct:cpl_abort_rpl_rss6
1088 union opcode_tid ot; member in struct:cpl_abort_rpl
1096 union opcode_tid ot; member in struct:cpl_abort_rpl_core
1105 union opcode_tid ot; member in struct:cpl_peer_close
1111 union opcode_tid ot; member in struct:cpl_tid_release
1152 union opcode_tid ot; member in struct:cpl_tx_data
1229 union opcode_tid ot; member in struct:cpl_tx_data_ack
1235 union opcode_tid ot; member in struct:cpl_wr_ack
1495 union opcode_tid ot; member in struct:cpl_iscsi_hdr_no_rss
1585 union opcode_tid ot; member in struct:cpl_iscsi_hdr
1606 union opcode_tid ot; member in struct:cpl_iscsi_data
1617 union opcode_tid ot; member in struct:cpl_rx_data
1640 union opcode_tid ot; member in struct:cpl_fcoe_hdr
1669 union opcode_tid ot; member in struct:cpl_fcoe_data
1679 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1685 union opcode_tid ot; member in struct:cpl_rx_urg_pkt
1692 union opcode_tid ot; member in struct:cpl_rx_data_ack
1697 union opcode_tid ot; member in struct:cpl_rx_data_ack_core
1730 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1738 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1754 union opcode_tid ot; member in struct:cpl_rx_fcoe_ddp
1765 union opcode_tid ot; member in struct:cpl_rx_data_dif
1779 union opcode_tid ot; member in struct:cpl_rx_iscsi_dif
1796 union opcode_tid ot; member in struct:cpl_rx_iscsi_cmp
1809 union opcode_tid ot; member in struct:cpl_rx_fcoe_dif
2190 union opcode_tid ot; member in struct:cpl_rte_delete_req
2211 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
2218 union opcode_tid ot; member in struct:cpl_rte_write_req
2248 union opcode_tid ot; member in struct:cpl_rte_write_rpl
2255 union opcode_tid ot; member in struct:cpl_rte_read_req
2261 union opcode_tid ot; member in struct:cpl_rte_read_rpl
2277 union opcode_tid ot; member in struct:cpl_l2t_write_req
2311 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
2318 union opcode_tid ot; member in struct:cpl_l2t_read_req
2324 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
2340 union opcode_tid ot; member in struct:cpl_srq_table_req
2352 union opcode_tid ot; member in struct:cpl_srq_table_rpl
2385 union opcode_tid ot; member in struct:cpl_smt_write_req
2395 union opcode_tid ot; member in struct:cpl_t6_smt_write_req
2406 union opcode_tid ot; member in struct:cpl_smt_write_rpl
2413 union opcode_tid ot; member in struct:cpl_smt_read_req
2419 union opcode_tid ot; member in struct:cpl_smt_read_rpl
2464 union opcode_tid ot; member in struct:cpl_tag_write_req
2471 union opcode_tid ot; member in struct:cpl_tag_write_rpl
2479 union opcode_tid ot; member in struct:cpl_tag_read_req
2485 union opcode_tid ot; member in struct:cpl_tag_read_rpl
2537 union opcode_tid ot; member in struct:cpl_error
2543 union opcode_tid ot; member in struct:cpl_hit_notify
2551 union opcode_tid ot; member in struct:cpl_pkt_notify
2596 union opcode_tid ot; member in struct:cpl_rdma_terminate
2603 union opcode_tid ot; member in struct:cpl_set_le_req
2644 union opcode_tid ot; member in struct:cpl_set_le_rpl
2737 union opcode_tid ot; member in struct:cpl_fw4_ack
3220 union opcode_tid ot; member in struct:cpl_tls_data
3246 union opcode_tid ot; member in struct:cpl_rx_tls_cmp
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c1668 tspec_t nt, ot, ost = NOTSPEC; local
1674 if ((ot = tn->tn_type->t_tspec) == PTR)
1678 ptconv(arg, nt, ot, tp, tn);
1679 if (isityp(nt) && isityp(ot)) {
1680 iiconv(op, arg, nt, ot, tp, tn);
1681 } else if (nt == PTR && ((ot == PTR && ost == VOID) || isityp(ot)) &&
1684 } else if (isityp(nt) && ot == PTR) {
1686 } else if (nt == PTR && ot == PTR) {
1714 ptconv(int arg, tspec_t nt, tspec_t ot, type_ argument
1768 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1843 tspec_t nt, ot; local
1901 tspec_t ot, nt; local
3087 tspec_t nt, ot; local
3815 tspec_t t, ot; local
[all...]
/freebsd-11-stable/libexec/save-entropy/
H A Dsave-entropy.sh103 [ "${next_file}" -ot "${save_file}" ] && \
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h369 unsigned ot: 8; /* optimization type */ member in struct:__anon463
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl115 L\$ot
117 addib,*<> -$SIZE_T,%r28,L\$ot
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c1548 double un, ot, con, res; local
1554 ot = oth->vals[pos] * 1.0;
1557 ot = oth->sum * 1.0;
1560 res = (ot * con)/un;
1572 double un, ot, con, res; local
1579 ot = oth->vals[pos] * 1.0;
1582 ot = oth->sum * 1.0;
1585 res = (ot * con)/un;
1597 double un, ot, con, res; local
1604 ot
1622 double un, ot, res; local
[all...]
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am132 -a SCCS/s.ChangeSet -ot CommitLog \
/freebsd-11-stable/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-11-stable/usr.bin/xinstall/tests/
H A Dinstall_test.sh70 [ ! testf -ot copyf ] || atf_fail "bad timestamp 2"
/freebsd-11-stable/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
/freebsd-11-stable/usr.bin/man/
H A Dman.sh232 if ! [ "$1" -ot "$2" ]; then

Completed in 235 milliseconds

12