Searched refs:DIRECT (Results 1 - 14 of 14) 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
H A Dbucket.c281 case DIRECT:
283 (void) strcat(buffer, " DIRECT");
H A Dxlator.c387 Iface.IF_binding = DIRECT;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h81 #define DIRECT 8 /* Directory */ macro
H A Ddiff.c1324 scanpr(dir1, DIRECT,
1332 if ((d1->d_flags & DIRECT) == 0)
1501 dp->d_flags = DIRECT;
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.h230 #define DIRECT 0 macro
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk25 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/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
H A DLMEConnection.cpp22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
796 channelOpenRequest.ChannelType = LMEChannelOpenRequestMessage::DIRECT;
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S18 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s22 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl387 # /bin/ftp|*DIRECT*|libsocket.so.1|socket
392 # /bin/ftp|*DIRECT*|/usr/lib/libsocket.so.1|socket
453 if ($from eq "*DIRECT*") {
464 # We will pass judgement on *DIRECT* calls and indirect
1086 next unless ($libsymcaller =~ /\*DIRECT\*$/);
1207 if ($caller ne '*DIRECT*') {
1208 # this will be used to speed up the *DIRECT* only case:
1223 "$lib|__ldd_indicated_file_not_found__|*DIRECT*");
1249 if (! $warnings_bind_has_non_direct && $caller ne '*DIRECT*') {
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl591 if ($Line =~ / DIRECT /) {

Completed in 90 milliseconds