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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h52 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \
53 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
54 (ot) < DMU_OT_NUMTYPES)
56 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \
57 ((ot) & DMU_OT_METADATA) : \
58 dmu_ot[(ot)].ot_metadata)
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h251 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
538 union opcode_tid ot; member in struct:cpl_pass_open_req
549 union opcode_tid ot; member in struct:cpl_pass_open_req6
562 union opcode_tid ot; member in struct:cpl_pass_open_rpl
569 union opcode_tid ot; member in struct:cpl_pass_establish
598 union opcode_tid ot; member in struct:cpl_pass_accept_req
646 union opcode_tid ot; member in struct:cpl_pass_accept_rpl
653 union opcode_tid ot; member in struct:cpl_act_open_req
665 union opcode_tid ot; member in struct:cpl_act_open_req6
679 union opcode_tid ot; member in struct:cpl_act_open_rpl
696 union opcode_tid ot; member in struct:cpl_act_establish
707 union opcode_tid ot; member in struct:cpl_get_tcb
728 union opcode_tid ot; member in struct:cpl_get_tcb_rpl
736 union opcode_tid ot; member in struct:cpl_set_tcb
743 union opcode_tid ot; member in struct:cpl_set_tcb_field
763 union opcode_tid ot; member in struct:cpl_set_tcb_rpl
772 union opcode_tid ot; member in struct:cpl_close_con_req
778 union opcode_tid ot; member in struct:cpl_close_con_rpl
787 union opcode_tid ot; member in struct:cpl_close_listsvr_req
799 union opcode_tid ot; member in struct:cpl_close_listsvr_rpl
806 union opcode_tid ot; member in struct:cpl_abort_req_rss
813 union opcode_tid ot; member in struct:cpl_abort_req
822 union opcode_tid ot; member in struct:cpl_abort_rpl_rss
829 union opcode_tid ot; member in struct:cpl_abort_rpl
838 union opcode_tid ot; member in struct:cpl_peer_close
844 union opcode_tid ot; member in struct:cpl_tid_release
885 union opcode_tid ot; member in struct:cpl_tx_data
954 union opcode_tid ot; member in struct:cpl_tx_data_ack
960 union opcode_tid ot; member in struct:cpl_wr_ack
1167 union opcode_tid ot; member in struct:cpl_iscsi_hdr_no_rss
1178 union opcode_tid ot; member in struct:cpl_iscsi_hdr
1199 union opcode_tid ot; member in struct:cpl_rx_data
1222 union opcode_tid ot; member in struct:cpl_fcoe_hdr
1238 union opcode_tid ot; member in struct:cpl_rx_urg_notify
1244 union opcode_tid ot; member in struct:cpl_rx_urg_pkt
1251 union opcode_tid ot; member in struct:cpl_rx_data_ack
1284 union opcode_tid ot; member in struct:cpl_rx_ddp_complete
1292 union opcode_tid ot; member in struct:cpl_rx_data_ddp
1306 union opcode_tid ot; member in struct:cpl_rx_fcoe_ddp
1587 union opcode_tid ot; member in struct:cpl_rte_delete_req
1608 union opcode_tid ot; member in struct:cpl_rte_delete_rpl
1615 union opcode_tid ot; member in struct:cpl_rte_write_req
1645 union opcode_tid ot; member in struct:cpl_rte_write_rpl
1652 union opcode_tid ot; member in struct:cpl_rte_read_req
1658 union opcode_tid ot; member in struct:cpl_rte_read_rpl
1674 union opcode_tid ot; member in struct:cpl_l2t_write_req
1698 union opcode_tid ot; member in struct:cpl_l2t_write_rpl
1705 union opcode_tid ot; member in struct:cpl_l2t_read_req
1711 union opcode_tid ot; member in struct:cpl_l2t_read_rpl
1727 union opcode_tid ot; member in struct:cpl_smt_write_req
1767 union opcode_tid ot; member in struct:cpl_smt_write_rpl
1774 union opcode_tid ot; member in struct:cpl_smt_read_req
1780 union opcode_tid ot; member in struct:cpl_smt_read_rpl
1806 union opcode_tid ot; member in struct:cpl_error
1812 union opcode_tid ot; member in struct:cpl_hit_notify
1820 union opcode_tid ot; member in struct:cpl_pkt_notify
1855 union opcode_tid ot; member in struct:cpl_rdma_terminate
1862 union opcode_tid ot; member in struct:cpl_set_le_req
1903 union opcode_tid ot; member in struct:cpl_set_le_rpl
1979 union opcode_tid ot; member in struct:cpl_fw4_ack
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h119 #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)
[all...]
H A Dzap.h134 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,
H A Ddnode.h290 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
292 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
/illumos-gate/usr/src/tools/scripts/
H A Dbringovercheck.sh43 [ "$1" -ot "$2" ] && return 1
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, argument
95 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
117 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, argument
139 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx);
H A Dzap_micro.c669 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, argument
673 0, ot, bonustype, bonuslen, tx));
678 dmu_object_type_t ot,
683 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx);
691 zap_create(objset_t *os, dmu_object_type_t ot, argument
694 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
698 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, argument
701 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx);
709 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
712 uint64_t obj = dmu_object_alloc(os, ot,
677 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
708 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.c533 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, argument
556 ASSERT(ot != DMU_OT_NONE);
557 ASSERT(DMU_OT_IS_VALID(ot));
584 dn->dn_type = ot;
616 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, argument
666 dn->dn_type = ot;
H A Ddsl_scan.c189 dmu_object_type_t ot = 0; local
241 ot = DMU_OT_ZAP_OTHER;
244 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx);
H A Dzap.c975 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument
980 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c440 ea_object_type_t ot; local
444 ot = ea_unpack_object(&op, EUP_ALLOC,
447 if (ot == EO_ERROR) {
453 if (ot == EO_GROUP) {
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc85 event ereport.chassis.device.psu.ot@psu;
109 event ereport.chassis.sensor.temp.ot@controller;
110 event ereport.chassis.sensor.temp.ot@fanmodule;
111 event ereport.chassis.sensor.temp.ot@psu;
221 ereport.chassis.sensor.temp.ot@controller,
225 ereport.chassis.sensor.temp.ot@fanmodule,
229 ereport.chassis.sensor.temp.ot@psu,
264 ereport.chassis.device.psu.ot@psu,
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c575 subst(int in, int ot) argument
614 flush(ot);
618 flush(ot);
623 flush(int ot) argument
625 write(ot, stakbot, staktop - stakbot);
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c334 int ot = 0; local
352 ot++;
359 if (ot) {
374 ot++;
385 if (ot) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1170 ttymode ot; local
1171 ot = tty;
1181 return (ot);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbracket.sh118 if [[ ! $file -ot $newer_file ]]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c510 struct objtbl *ot; local
518 ot = ct->objt;
522 return (ot->token);
529 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0)
530 ot++;
532 if (ot->obj == NULL)
535 return (ot->token);
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h514 union opcode_tid ot; member in struct:cpl_rx_data

Completed in 153 milliseconds