Searched refs:ot (Results 1 - 25 of 39) sorted by last modified time

12

/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c4080 const struct usb_audio_output_terminal *ot; member in union:__anon48
4102 len += sizeof(*u.ot);
4216 const struct usb_audio20_output_terminal *ot; member in union:__anon49
4240 len += sizeof(*u.ot);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzio.c501 dmu_object_type_t ot = BP_GET_TYPE(bp); local
546 if (zio_injection_enabled && ot != DMU_OT_DNODE && ret == 0) {
548 &zio->io_bookmark, ot, ECKSUM);
563 if (ot == DMU_OT_OBJSET) {
572 &zio->io_bookmark, ot, ECKSUM);
585 if (ot == DMU_OT_INTENT_LOG) {
4312 dmu_object_type_t ot = BP_GET_TYPE(bp); local
4325 if (!IO_IS_ALLOCATING(zio) && ot != DMU_OT_INTENT_LOG)
4338 if (ot != DMU_OT_OBJSET)
4343 ot
[all...]
H A Dzap.c1066 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument
1069 return (zap_create_link_dnsize(os, ot, parent_obj, name, 0, tx));
1073 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument
1078 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx);
H A Darc.c2857 dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
2861 byteorder, salt, iv, mac, ot, psize, lsize, compression_type,
3398 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv,
3403 ASSERT(ot == DMU_OT_DNODE || ot == DMU_OT_OBJSET);
3410 hdr->b_crypt_hdr.b_ot = ot;
3412 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot);
3477 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
3482 arc_buf_contents_t type = DMU_OT_IS_METADATA(ot) ?
3494 hdr->b_crypt_hdr.b_ot = ot;
2855 arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder, const uint8_t *salt, const uint8_t *iv, const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, enum zio_compress compression_type, uint8_t complevel) argument
3397 arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv, const uint8_t *mac) argument
3475 arc_alloc_raw_buf(spa_t *spa, const void *tag, uint64_t dsobj, boolean_t byteorder, const uint8_t *salt, const uint8_t *iv, const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize, enum zio_compress compression_type, uint8_t complevel) argument
[all...]
H A Dzap_micro.c742 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
748 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP);
752 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift,
758 obj = dmu_object_alloc_hold(os, ot, 1ULL << leaf_blockshift,
768 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, argument
771 return (zap_create_claim_dnsize(os, obj, ot, bonustype, bonuslen,
776 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, argument
780 0, ot, bonustype, bonuslen, dnodesize, tx));
785 dmu_object_type_t ot,
788 return (zap_create_claim_norm_dnsize(os, obj, normflags, ot, bonustyp
741 zap_create_impl(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, int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) argument
784 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
793 zap_create_claim_norm_dnsize(objset_t *os, uint64_t obj, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) argument
818 zap_create(objset_t *os, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
825 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) argument
833 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
841 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) argument
849 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
858 zap_create_flags_dnsize(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, int dnodesize, dmu_tx_t *tx) argument
873 zap_create_hold(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, int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) argument
[all...]
H A Ddsl_scan.c853 dmu_object_type_t ot = 0; local
945 ot = DMU_OT_ZAP_OTHER;
948 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
1489 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? local
1497 scn->scn_phys.scn_queue_obj = zap_create(dp->dp_meta_objset, ot,
H A Ddnode.c699 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, argument
727 ASSERT(ot != DMU_OT_NONE);
728 ASSERT(DMU_OT_IS_VALID(ot));
757 dn->dn_type = ot;
791 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, argument
851 dn->dn_type = ot;
H A Ddsl_crypt.c2823 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
2857 if (encrypt && ot != DMU_OT_INTENT_LOG && !dedup) {
2873 ret = zio_do_crypt_data(encrypt, &dck->dck_key, ot, bswap, salt, iv,
2882 if (zio_injection_enabled && !encrypt && ot != DMU_OT_DNODE && ret == 0)
2883 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM);
2822 spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb, dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, uint_t datalen, abd_t *pabd, abd_t *cabd, boolean_t *no_crypt) argument
/freebsd-current/usr.bin/man/
H A Dman.sh266 if ! [ "$1" -ot "$2" ]; then
/freebsd-current/sbin/nvmecontrol/
H A Dnvmecontrol.h87 uint16_t lsi, uint8_t rae, uint64_t lpo, uint8_t csi, uint8_t ot,
H A Dlogpage.c193 uint16_t lsi, uint8_t rae, uint64_t lpo, uint8_t csi, uint8_t ot,
215 (ot << 23) | /* OT */
192 read_logpage(int fd, uint8_t log_page, uint32_t nsid, uint8_t lsp, uint16_t lsi, uint8_t rae, uint64_t lpo, uint8_t csi, uint8_t ot, uint16_t uuid_index, void *payload, uint32_t payload_size) argument
/freebsd-current/usr.bin/xinstall/tests/
H A Dinstall_test.sh76 [ ! testf -ot copyf ] || atf_fail "bad timestamp 2"
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzap.h123 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
125 uint64_t zap_create_dnsize(objset_t *ds, dmu_object_type_t ot,
127 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot,
130 dmu_object_type_t ot, dmu_object_type_t bonustype, int bonuslen,
133 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
136 zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift,
140 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
144 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
146 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot,
159 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
[all...]
H A Ddmu.h123 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \
124 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
125 (ot) < DMU_OT_NUMTYPES)
127 #define DMU_OT_IS_METADATA_CACHED(ot) (((ot) & DMU_OT_NEWTYPE) ? \
128 B_TRUE : dmu_ot[(ot)].ot_dbuf_metadata_cache)
134 #define DMU_OT_IS_METADATA_IMPL(ot) (dmu_ot[ot].ot_metadata)
135 #define DMU_OT_IS_ENCRYPTED_IMPL(ot) (dmu_o
[all...]
H A Ddsl_crypt.h223 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
H A Darc.h264 dmu_object_type_t ot, const uint8_t *salt, const uint8_t *iv,
273 const uint8_t *mac, dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
281 dmu_object_type_t ot, uint64_t psize, uint64_t lsize,
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c7032 ipftuneable_t *ot; local
7035 for (ot = oldtune; ot->ipft_name != NULL; ot++) {
7036 error = ipf_tune_del(softc, ot);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1616 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, argument
1624 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE);
1627 switch (ot) {
1673 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
1699 key, salt, ot, iv, mac, datalen,
1709 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf,
1784 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, argument
1799 ret = zio_do_crypt_data(encrypt, key, ot, byteswap, salt, iv, mac,
1672 zio_do_crypt_data(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, uint_t datalen, uint8_t *plainbuf, uint8_t *cipherbuf, boolean_t *no_crypt) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1859 zio_crypt_init_uios(boolean_t encrypt, uint64_t version, dmu_object_type_t ot, argument
1867 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE);
1870 switch (ot) {
1912 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
1965 ot != DMU_OT_INTENT_LOG && ot != DMU_OT_DNODE) {
1990 ret = zio_crypt_init_uios(encrypt, key->zk_version, ot, plainbuf,
2033 zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, argument
2048 ret = zio_do_crypt_data(encrypt, key, ot, byteswa
1911 zio_do_crypt_data(boolean_t encrypt, zio_crypt_key_t *key, dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, uint_t datalen, uint8_t *plainbuf, uint8_t *cipherbuf, boolean_t *no_crypt) argument
[all...]
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c1545 double un, ot, con, res; local
1551 ot = oth->vals[pos] * 1.0;
1554 ot = oth->sum * 1.0;
1557 res = (ot * con)/un;
1569 double un, ot, con, res; local
1576 ot = oth->vals[pos] * 1.0;
1579 ot = oth->sum * 1.0;
1582 res = (ot * con)/un;
1594 double un, ot, con, res; local
1601 ot
1619 double un, ot, res; local
[all...]
/freebsd-current/sys/fs/nfs/
H A Dnfsrvcache.h69 } ot; member in union:nfsrvcache::__anon4910
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-current/sys/dev/drm2/
H A Ddrm_crtc.c1067 struct drm_connector *connector, *ot; local
1080 list_for_each_entry_safe(connector, ot,
/freebsd-current/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
944 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
952 union opcode_tid ot; member in struct:cpl_set_tcb
959 union opcode_tid ot; member in struct:cpl_set_tcb_field
967 union opcode_tid ot; member in struct:cpl_set_tcb_field_core
987 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
996 union opcode_tid ot; member in struct:cpl_close_con_req
1002 union opcode_tid ot; member in struct:cpl_close_con_rpl
1011 union opcode_tid ot; member in struct:cpl_close_listsvr_req
1023 union opcode_tid ot; member in struct:cpl_close_listsvr_rpl
1030 union opcode_tid ot; member in struct:cpl_abort_req_rss
1037 union opcode_tid ot; member in struct:cpl_abort_req_rss6
1059 union opcode_tid ot; member in struct:cpl_abort_req
1067 union opcode_tid ot; member in struct:cpl_abort_req_core
1076 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
1083 union opcode_tid ot; member in struct:cpl_abort_rpl_rss6
1089 union opcode_tid ot; member in struct:cpl_abort_rpl
1097 union opcode_tid ot; member in struct:cpl_abort_rpl_core
1106 union opcode_tid ot; member in struct:cpl_peer_close
1112 union opcode_tid ot; member in struct:cpl_tid_release
1153 union opcode_tid ot; member in struct:cpl_tx_data
1249 union opcode_tid ot; member in struct:cpl_tx_data_ack
1255 union opcode_tid ot; member in struct:cpl_wr_ack
1515 union opcode_tid ot; member in struct:cpl_iscsi_hdr_no_rss
1605 union opcode_tid ot; member in struct:cpl_iscsi_hdr
1626 union opcode_tid ot; member in struct:cpl_iscsi_data
1637 union opcode_tid ot; member in struct:cpl_rx_data
1660 union opcode_tid ot; member in struct:cpl_fcoe_hdr
1689 union opcode_tid ot; member in struct:cpl_fcoe_data
1699 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1705 union opcode_tid ot; member in struct:cpl_rx_urg_pkt
1712 union opcode_tid ot; member in struct:cpl_rx_data_ack
1717 union opcode_tid ot; member in struct:cpl_rx_data_ack_core
1750 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1758 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1774 union opcode_tid ot; member in struct:cpl_rx_fcoe_ddp
1785 union opcode_tid ot; member in struct:cpl_rx_data_dif
1799 union opcode_tid ot; member in struct:cpl_rx_iscsi_dif
1816 union opcode_tid ot; member in struct:cpl_rx_iscsi_cmp
1829 union opcode_tid ot; member in struct:cpl_rx_fcoe_dif
2210 union opcode_tid ot; member in struct:cpl_rte_delete_req
2231 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
2238 union opcode_tid ot; member in struct:cpl_rte_write_req
2268 union opcode_tid ot; member in struct:cpl_rte_write_rpl
2275 union opcode_tid ot; member in struct:cpl_rte_read_req
2281 union opcode_tid ot; member in struct:cpl_rte_read_rpl
2297 union opcode_tid ot; member in struct:cpl_l2t_write_req
2331 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
2338 union opcode_tid ot; member in struct:cpl_l2t_read_req
2344 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
2360 union opcode_tid ot; member in struct:cpl_srq_table_req
2372 union opcode_tid ot; member in struct:cpl_srq_table_rpl
2405 union opcode_tid ot; member in struct:cpl_smt_write_req
2415 union opcode_tid ot; member in struct:cpl_t6_smt_write_req
2426 union opcode_tid ot; member in struct:cpl_smt_write_rpl
2433 union opcode_tid ot; member in struct:cpl_smt_read_req
2439 union opcode_tid ot; member in struct:cpl_smt_read_rpl
2484 union opcode_tid ot; member in struct:cpl_tag_write_req
2491 union opcode_tid ot; member in struct:cpl_tag_write_rpl
2499 union opcode_tid ot; member in struct:cpl_tag_read_req
2505 union opcode_tid ot; member in struct:cpl_tag_read_rpl
2557 union opcode_tid ot; member in struct:cpl_error
2563 union opcode_tid ot; member in struct:cpl_hit_notify
2571 union opcode_tid ot; member in struct:cpl_pkt_notify
2616 union opcode_tid ot; member in struct:cpl_rdma_terminate
2623 union opcode_tid ot; member in struct:cpl_set_le_req
2664 union opcode_tid ot; member in struct:cpl_set_le_rpl
2757 union opcode_tid ot; member in struct:cpl_fw4_ack
3240 union opcode_tid ot; member in struct:cpl_tls_data
3266 union opcode_tid ot; member in struct:cpl_rx_tls_cmp
[all...]
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h195 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
520 union opcode_tid ot; member in struct:cpl_pass_open_req
533 union opcode_tid ot; member in struct:cpl_pass_open_rpl
544 union opcode_tid ot; member in struct:cpl_pass_establish
582 union opcode_tid ot; member in struct:cpl_pass_accept_req
610 union opcode_tid ot; member in struct:cpl_pass_accept_rpl
620 union opcode_tid ot; member in struct:cpl_act_open_req
662 union opcode_tid ot; member in struct:cpl_act_open_rpl
674 union opcode_tid ot; member in struct:cpl_act_establish
688 union opcode_tid ot; member in struct:cpl_get_tcb
695 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
703 union opcode_tid ot; member in struct:cpl_set_tcb
716 union opcode_tid ot; member in struct:cpl_set_tcb_field
726 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
733 union opcode_tid ot; member in struct:cpl_pcmd
751 union opcode_tid ot; member in struct:cpl_pcmd_reply
759 union opcode_tid ot; member in struct:cpl_close_con_req
765 union opcode_tid ot; member in struct:cpl_close_con_rpl
774 union opcode_tid ot; member in struct:cpl_close_listserv_req
782 union opcode_tid ot; member in struct:cpl_close_listserv_rpl
789 union opcode_tid ot; member in struct:cpl_abort_req_rss
798 union opcode_tid ot; member in struct:cpl_abort_req
807 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
816 union opcode_tid ot; member in struct:cpl_abort_rpl
825 union opcode_tid ot; member in struct:cpl_peer_close
865 union opcode_tid ot; member in struct:cpl_tx_data
919 union opcode_tid ot; member in struct:cpl_tx_data_ack
925 union opcode_tid ot; member in struct:cpl_wr_ack
934 union opcode_tid ot; member in struct:cpl_sge_ec_cr_return
942 union opcode_tid ot; member in struct:cpl_rdma_ec_status
961 union opcode_tid ot; member in struct:cpl_iscsi_hdr
982 union opcode_tid ot; member in struct:cpl_rx_data
1005 union opcode_tid ot; member in struct:cpl_rx_data_ack
1034 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1040 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1046 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1308 union opcode_tid ot; member in struct:cpl_l2t_write_req
1338 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
1345 union opcode_tid ot; member in struct:cpl_l2t_read_req
1352 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
1381 union opcode_tid ot; member in struct:cpl_smt_write_req
1399 union opcode_tid ot; member in struct:cpl_smt_write_rpl
1406 union opcode_tid ot; member in struct:cpl_smt_read_req
1420 union opcode_tid ot; member in struct:cpl_smt_read_rpl
1438 union opcode_tid ot; member in struct:cpl_rte_delete_req
1459 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
1466 union opcode_tid ot; member in struct:cpl_rte_write_req
1497 union opcode_tid ot; member in struct:cpl_rte_write_rpl
1504 union opcode_tid ot; member in struct:cpl_rte_read_req
1510 union opcode_tid ot; member in struct:cpl_rte_read_rpl
1527 union opcode_tid ot; member in struct:cpl_tid_release
[all...]
/freebsd-current/libexec/save-entropy/
H A Dsave-entropy.sh104 [ "${next_file}" -ot "${save_file}" ] && \

Completed in 347 milliseconds

12