Searched defs:DIRECT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dnblk.c38 #define DIRECT 12 /* Number of logical blocks before indirection */ macro
54 d_indirect = ind + DIRECT; /* double indirection */
55 t_indirect = ind * (ind + 1) + DIRECT; /* triple indirection */
60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind;
63 count = (tot - (DIRECT + 1)) / ind + 2;
64 } else if (tot > DIRECT) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.h64 DIRECT, /* Needs "<sym> DIRECT;" in mapfile */ enumerator in enum:__anon8
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h81 #define DIRECT 8 /* Directory */ macro
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.h22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
213 DIRECT enumerator in enum:LMEChannelOpenRequestMessage::CHANNEL_TYPE
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.h230 #define DIRECT 0 macro

Completed in 61 milliseconds