| /src/sys/fs/nfs/common/ |
| nfsrvcache.h | 71 } ot; member in union:nfsrvcache::__anon6793 82 #define rc_sockref rc_un2.ot.sockref 83 #define rc_tcpseq rc_un2.ot.tcpseq 84 #define rc_refcnt rc_un2.ot.refcnt 85 #define rc_reqlen rc_un2.ot.len 86 #define rc_cksum rc_un2.ot.cksum 87 #define rc_cachetime rc_un2.ot.cachetime 88 #define rc_acked rc_un2.ot.acked
|
| /src/external/bsd/ntp/dist/ntpd/ |
| check_y2k.c | 492 struct calendar ot; local 520 caljulian( ntp_time, &ot ); /* convert January 1 */ 521 if ( ot.year != year 522 || ot.month != 1 523 || ot.monthday != 1 ) 529 (int)ot.year, (int)ot.month, (int)ot.monthday ); 534 caljulian( ntp_time, &ot ); /* convert Feb 28 */ 535 if ( ot.year != yea 574 struct calendar ot; local [all...] |
| /src/tests/lib/libc/sys/ |
| t_getitimer.c | 158 struct itimerval it, ot; local 161 ATF_REQUIRE_ERRNO(EINVAL, setitimer(-1, &it, &ot) == -1); 164 ATF_REQUIRE_ERRNO(EINVAL, setitimer(INT_MAX, &it, &ot) == -1); 167 ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1); 178 struct itimerval it, ot; local 192 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); 200 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); 203 if (ot.it_value.tv_sec != 4)
|
| /src/usr.bin/config/ |
| lint.c | 71 const struct opt_type *ot = v; local 77 if (ht_lookup(*(ot->ot_ht), name)) 80 printf("%s\t%s", ot->ot_name, dl->dl_name); 81 if (ot->ot_type == OT_PARAM) { 103 const struct opt_type *ot = v; local 105 if (ht_lookup(*(ot->ot_ht), name)) 108 assert(ot->ot_type != OT_PARAM); 109 printf("%s\t%s\n", ot->ot_name, nv->nv_name);
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_t3_cpl.h | 198 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 493 union opcode_tid ot; member in struct:cpl_pass_open_req 506 union opcode_tid ot; member in struct:cpl_pass_open_rpl 517 union opcode_tid ot; member in struct:cpl_pass_establish 555 union opcode_tid ot; member in struct:cpl_pass_accept_req 583 union opcode_tid ot; member in struct:cpl_pass_accept_rpl 593 union opcode_tid ot; member in struct:cpl_act_open_req 635 union opcode_tid ot; member in struct:cpl_act_open_rpl 647 union opcode_tid ot; member in struct:cpl_act_establish 661 union opcode_tid ot; member in struct:cpl_get_tcb 668 union opcode_tid ot; member in struct:cpl_get_tcb_rpl 676 union opcode_tid ot; member in struct:cpl_set_tcb 689 union opcode_tid ot; member in struct:cpl_set_tcb_field 699 union opcode_tid ot; member in struct:cpl_set_tcb_rpl 706 union opcode_tid ot; member in struct:cpl_pcmd 724 union opcode_tid ot; member in struct:cpl_pcmd_reply 732 union opcode_tid ot; member in struct:cpl_close_con_req 738 union opcode_tid ot; member in struct:cpl_close_con_rpl 747 union opcode_tid ot; member in struct:cpl_close_listserv_req 755 union opcode_tid ot; member in struct:cpl_close_listserv_rpl 762 union opcode_tid ot; member in struct:cpl_abort_req_rss 771 union opcode_tid ot; member in struct:cpl_abort_req 780 union opcode_tid ot; member in struct:cpl_abort_rpl_rss 789 union opcode_tid ot; member in struct:cpl_abort_rpl 798 union opcode_tid ot; member in struct:cpl_peer_close 839 union opcode_tid ot; member in struct:cpl_tx_data 893 union opcode_tid ot; member in struct:cpl_tx_data_ack 899 union opcode_tid ot; member in struct:cpl_wr_ack 908 union opcode_tid ot; member in struct:cpl_rdma_ec_status 928 union opcode_tid ot; member in struct:cpl_iscsi_hdr 949 union opcode_tid ot; member in struct:cpl_rx_data 970 union opcode_tid ot; member in struct:cpl_rx_data_ack 999 union opcode_tid ot; member in struct:cpl_rx_urg_notify 1005 union opcode_tid ot; member in struct:cpl_rx_ddp_complete 1011 union opcode_tid ot; member in struct:cpl_rx_data_ddp 1245 union opcode_tid ot; member in struct:cpl_l2t_write_req 1274 union opcode_tid ot; member in struct:cpl_l2t_write_rpl 1281 union opcode_tid ot; member in struct:cpl_l2t_read_req 1288 union opcode_tid ot; member in struct:cpl_l2t_read_rpl 1317 union opcode_tid ot; member in struct:cpl_smt_write_req 1335 union opcode_tid ot; member in struct:cpl_smt_write_rpl 1342 union opcode_tid ot; member in struct:cpl_smt_read_req 1356 union opcode_tid ot; member in struct:cpl_smt_read_rpl 1374 union opcode_tid ot; member in struct:cpl_rte_delete_req 1395 union opcode_tid ot; member in struct:cpl_rte_delete_rpl 1402 union opcode_tid ot; member in struct:cpl_rte_write_req 1433 union opcode_tid ot; member in struct:cpl_rte_write_rpl 1440 union opcode_tid ot; member in struct:cpl_rte_read_req 1446 union opcode_tid ot; member in struct:cpl_rte_read_rpl 1463 union opcode_tid ot; member in struct:cpl_tid_release [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| diff_test.c | 56 dns_difftuple_t *ot = NULL; local 59 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; 60 ot = ISC_LIST_NEXT(ot, link))
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| dmu.h | 119 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ 120 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \ 121 (ot) < DMU_OT_NUMTYPES) 123 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ 124 ((ot) & DMU_OT_METADATA) : \ 125 dmu_ot[(ot)].ot_metadata) 132 #define DMU_OT_HAS_FILL(ot) \ 133 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET [all...] |
| zap.h | 134 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot, 136 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot, 139 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, 141 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot, 154 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot, 157 int normflags, dmu_object_type_t ot,
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_object.c | 35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, 86 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 96 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, 108 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 116 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, 130 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 1716 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec; local 1718 if (nt == BOOL || ot == BOOL) 1719 return nt == BOOL && ot == BOOL; 1721 if (is_integer(nt) && is_integer(ot)) { 1723 if (is_uinteger(nt) == is_uinteger(ot)) 1725 return is_uinteger(ot) && nw > ow; 1728 if (is_complex(nt) || is_complex(ot)) 1729 return is_complex(nt) && is_complex(ot) && 1730 size_in_bits(nt) >= size_in_bits(ot); 1732 if (is_floating(nt) && is_floating(ot)) 3654 tspec_t ot = otp->t_tspec; local 4032 tspec_t ot = tn->tn_type->t_tspec; local 4326 tspec_t ot = ov->v_tspec; local 4555 tspec_t ot = tn->tn_type->t_tspec; local 5118 tspec_t t, ot; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| diff.c | 172 dns_difftuple_t *ot, *next_ot; local 189 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) { 190 next_ot = ISC_LIST_NEXT(ot, link); 191 if (dns_name_caseequal(&ot->name, &(*tuplep)->name) && 192 dns_rdata_compare(&ot->rdata, &(*tuplep)->rdata) == 0 && 193 ot->ttl == (*tuplep)->ttl) 195 ISC_LIST_UNLINK(diff->tuples, ot, link); 199 if ((*tuplep)->op == ot->op) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| diff.c | 156 dns_difftuple_t *ot, *next_ot; local 173 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) { 174 next_ot = ISC_LIST_NEXT(ot, link); 175 if (dns_name_caseequal(&ot->name, &(*tuplep)->name) && 176 dns_rdata_compare(&ot->rdata, &(*tuplep)->rdata) == 0 && 177 ot->ttl == (*tuplep)->ttl) 179 ISC_LIST_UNLINK(diff->tuples, ot, link); 180 if ((*tuplep)->op == ot->op) [all...] |
| /src/etc/rc.d/ |
| postfix | 56 if ! [ "$2" -ot "$2.db" ]; then
|
| named | 68 [ "${chrootdir}${dir}/${file}" -ot "${dir}/${file}" ]; then
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| time.h | 144 OSSL_TIME ot; local 146 ot.t = t; 147 ot.t *= OSSL_TIME_SECOND; 148 return ot;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-tdep.c | 4472 int ot; 4730 if (record_full_arch_list_add_mem (addr, 1 << irp->ot)) 4878 and store it in the form of 1 << ir->ot, since that 4884 ir->ot = 4; 4886 ir->ot = 3; 4908 ir->ot = 4; 4956 ir->ot = 8; 5299 ir.ot = OT_BYTE; 5301 ir.ot = ir.dflag + OT_WORD; 5316 if (ir.ot == OT_BYTE && !ir.regmap[X86_RECORD_R8_REGNUM] 4448 int ot; member in struct:i386_record_s [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-tdep.c | 4486 int ot; 4744 if (record_full_arch_list_add_mem (addr, 1 << irp->ot)) 4894 ir->ot = ir->pp; 4896 ir->ot = 4 + ir->l; 4935 and store it in the form of 1 << ir->ot, since that 4941 ir->ot = 4; 4943 ir->ot = 3; 4975 ir->ot = 4; 5023 ir->ot = 8; 5095 ir->ot = opcode - 0x14 4462 int ot; member in struct:i386_record_s [all...] |
| /src/sys/net/npf/ |
| npf_tableset.c | 247 npf_table_t *t, *ot; local 259 ot = npf_tableset_getbyname(ots, t->t_name); 260 if (ot == NULL) { 266 if (t->t_type != ot->t_type) { 275 atomic_inc_uint(&ot->t_refcnt); 276 nts->ts_map[tid] = ot; 279 ot->t_id = tid;
|
| /src/sys/arch/ia64/disasm/ |
| disasm_extract.c | 188 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 = ASM_OPER_PMC 1905 enum asm_oper_type ot; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| optabs-tree.cc | 565 optab ot = optab_for_tree_code (code, type, ot_subtype); local 566 return (ot != unknown_optab 567 && optab_handler (ot, TYPE_MODE (type)) != CODE_FOR_nothing);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| mktime.c | 461 time_t ot = t + delta * direction; local 462 if ((ot < t) == (direction < 0)) 465 ranged_convert (convert, &ot, &otm); 470 t = guess_time_tm (year, yday, hour, min, sec, &ot, &otm);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| FileData.h | 161 addOtherEvent (hrtime_t ot) 163 otherTime += ot;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| FileData.h | 161 addOtherEvent (hrtime_t ot) 163 otherTime += ot;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| optabs-tree.cc | 541 optab ot = optab_for_tree_code (code, type, ot_subtype); local 542 return (ot != unknown_optab 543 && optab_handler (ot, TYPE_MODE (type)) != CODE_FOR_nothing);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| pariscid.pl | 125 L\$ot 127 addib,*<> -$SIZE_T,%r28,L\$ot
|