Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h52 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
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) ? \ argument
57 ((ot) & DMU_OT_METADATA) : \
58 dmu_ot[(ot)].ot_metadata)
/titanic_50/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
549 union opcode_tid ot; member
562 union opcode_tid ot; member
569 union opcode_tid ot; member
598 union opcode_tid ot; member
646 union opcode_tid ot; member
653 union opcode_tid ot; member
665 union opcode_tid ot; member
679 union opcode_tid ot; member
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h117 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
118 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
119 (ot) < DMU_OT_NUMTYPES)
121 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
122 ((ot) & DMU_OT_METADATA) : \
123 dmu_ot[(ot)].ot_metadata)
130 #define DMU_OT_HAS_FILL(ot) \ argument
131 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
133 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument
134 ((ot) & DMU_OT_BYTESWAP_MASK) : \
[all …]
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,
153 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
156 int normflags, dmu_object_type_t ot,
H A Ddnode.h287 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
289 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() argument
86 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); in dmu_object_alloc()
96 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() argument
108 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); in dmu_object_claim()
116 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() argument
130 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx); in dmu_object_reclaim()
H A Dzap_micro.c616 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() argument
620 0, ot, bonustype, bonuslen, tx)); in zap_create_claim()
625 dmu_object_type_t ot, in zap_create_claim_norm() argument
630 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx); in zap_create_claim_norm()
638 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument
641 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create()
645 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() argument
648 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_norm()
656 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags() argument
659 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_flags()
H A Ddnode.c536 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument
559 ASSERT(ot != DMU_OT_NONE); in dnode_allocate()
560 ASSERT(DMU_OT_IS_VALID(ot)); in dnode_allocate()
587 dn->dn_type = ot; in dnode_allocate()
619 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate() argument
669 dn->dn_type = ot; in dnode_reallocate()
H A Ddsl_scan.c188 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local
240 ot = DMU_OT_ZAP_OTHER; in dsl_scan_setup_sync()
243 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx); in dsl_scan_setup_sync()
H A Dzap.c953 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() argument
958 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0); in zap_create_link()
/titanic_50/usr/src/lib/libbsm/
H A Daudit_event.txt281 238:AUE_MEMCNTL:memcntl(2):ot
341 294:AUE_BRANDSYS:brandsys(2):ot
419 6200:AUE_allocate_succ:allocate-device success:ot
420 6201:AUE_allocate_fail:allocate-device failure:ot
421 6202:AUE_deallocate_succ:deallocate-device success:ot
422 6203:AUE_deallocate_fail:deallocate-device failure:ot
423 6205:AUE_listdevice_succ:allocate-list devices success:ot
424 6206:AUE_listdevice_fail:allocate-list devices failure:ot
438 6220:AUE_smserverd:smserverd:ot
448 6230:AUE_attach:attach device:ot
[all …]
H A Daudit_class.txt71 0x80000000:ot:other
/titanic_50/usr/src/cmd/sh/
H A Dmacro.c575 subst(int in, int ot) in subst() argument
614 flush(ot); in subst()
618 flush(ot); in subst()
623 flush(int ot) in flush() argument
625 write(ot, stakbot, staktop - stakbot); in flush()
/titanic_50/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,
/titanic_50/usr/src/lib/libexacct/demo/
H A Dexdump.c440 ea_object_type_t ot; in disp_obj() local
444 ot = ea_unpack_object(&op, EUP_ALLOC, in disp_obj()
447 if (ot == EO_ERROR) { in disp_obj()
453 if (ot == EO_GROUP) { in disp_obj()
/titanic_50/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c334 int ot = 0; in socket_interleave() local
352 ot++; in socket_interleave()
359 if (ot) { in socket_interleave()
374 ot++; in socket_interleave()
385 if (ot) { in socket_interleave()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_put.c1170 ttymode ot; local
1171 ot = tty;
1181 return (ot);
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c510 struct objtbl *ot; in parsecmd() local
518 ot = ct->objt; in parsecmd()
522 return (ot->token); in parsecmd()
529 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0) in parsecmd()
530 ot++; in parsecmd()
532 if (ot->obj == NULL) in parsecmd()
535 return (ot->token); in parsecmd()
/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.h514 union opcode_tid ot; member
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth725 d# 44 constant ot-sa#
1299 dn_bonustype ot-sa# = if
/titanic_50/usr/src/lib/libshell/common/
H A Dsh.memo2044 .B \-ot
/titanic_50/usr/src/data/zoneinfo/
H A Deurope1956 # http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt585 ot).
3497 iASL: Fixed the -ot option (display compile times/statistics). Was not