/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 52 #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_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 251 #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_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 115 #define DMU_OT_IS_VALID(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 116 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \ 117 (ot) < DMU_OT_NUMTYPES) 119 #define DMU_OT_IS_METADATA(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 120 ((ot) & DMU_OT_METADATA) : \ 121 dmu_ot[(ot)].ot_metadata) 128 #define DMU_OT_HAS_FILL(ot) \ argument 129 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET) 131 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ argument 132 ((ot) & DMU_OT_BYTESWAP_MASK) : \ [all …]
|
H A D | zap.h | 133 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 D | dnode.h | 287 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_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 35 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 D | zap_micro.c | 615 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim() argument 619 0, ot, bonustype, bonuslen, tx)); in zap_create_claim() 624 dmu_object_type_t ot, in zap_create_claim_norm() argument 629 err = dmu_object_claim(os, obj, ot, 0, bonustype, bonuslen, tx); in zap_create_claim_norm() 637 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument 640 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx)); in zap_create() 644 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() argument 647 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_norm() 655 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, in zap_create_flags() argument 658 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_flags()
|
H A D | dnode.c | 535 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument 558 ASSERT(ot != DMU_OT_NONE); in dnode_allocate() 559 ASSERT(DMU_OT_IS_VALID(ot)); in dnode_allocate() 586 dn->dn_type = ot; in dnode_allocate() 618 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, in dnode_reallocate() argument 668 dn->dn_type = ot; in dnode_reallocate()
|
H A D | dsl_scan.c | 182 dmu_object_type_t ot = 0; in dsl_scan_setup_sync() local 234 ot = DMU_OT_ZAP_OTHER; in dsl_scan_setup_sync() 237 ot ? ot : DMU_OT_SCAN_QUEUE, DMU_OT_NONE, 0, tx); in dsl_scan_setup_sync()
|
H A D | zap.c | 953 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_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 281 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 D | audit_class.txt | 71 0x80000000:ot:other
|
/titanic_41/usr/src/cmd/sh/ |
H A D | macro.c | 575 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_41/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 85 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_41/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 440 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_41/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 334 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_41/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1170 ttymode ot; local 1171 ot = tty; 1181 return (ot);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 510 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_41/usr/src/uts/common/io/chxge/ |
H A D | sge.h | 514 union opcode_tid ot; member
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 667 d# 44 constant ot-sa# 1241 dn_bonustype ot-sa# = if
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | sh.memo | 2044 .B \-ot
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | europe | 1909 # http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 585 ot). 3497 iASL: Fixed the -ot option (display compile times/statistics). Was not
|