| /onnv/onnv-gate/usr/src/cmd/abi/appcert/etc/ |
| etc.warn.in | 41 # syms =~ -> $syms =~ where $syms is a string of the direct symbols. 48 WARNING:sys_errlist:gettext("references sys_errlist/sys_nerr"):libc.so.1|sys_errlist|*DIRECT*,libc.so.1|sys_nerr|*DIRECT*: 50 WARNING:libkvm:gettext("calls libkvm kernel interfaces"):libkvm.so.1|*|*DIRECT*: 52 WARNING:libproc:gettext("calls libproc interfaces"):libproc.so.1|*|*DIRECT*: 54 WARNING:libxgl:gettext("calls libxgl graphics library"):libxgl.so.3|*|*DIRECT*: 56 WARNING:libxil:gettext("calls libxil imaging library"):libxil.so.1|*|*DIRECT*: 58 WARNING:libkrb:gettext("calls libkrb kerberos library"):libkrb.so.1|*|*DIRECT*: 60 WARNING:libauth:gettext("calls libauth library"):libauth.so.1|*|*DIRECT*: 62 WARNING:libdevfsevent:gettext("calls libdevfsevent library"):libdevfsevent.so.1|*|*DIRECT* [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| mail.h | 37 #define DIRECT 'D'
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| nblk.c | 38 #define DIRECT 12 /* Number of logical blocks before indirection */ 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) {
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/ |
| xlator.h | 64 DIRECT, /* Needs "<sym> DIRECT;" in mapfile */ 74 Ifbinding IF_binding; /* direct or nodirect or protected */
|
| bucket.c | 281 case DIRECT: 283 (void) strcat(buffer, " DIRECT");
|
| xlator.c | 386 if (strcmp(value, "direct") == 0) { 387 Iface.IF_binding = DIRECT;
|
| /onnv/onnv-gate/usr/src/cmd/diff/ |
| diff.h | 81 #define DIRECT 8 /* Directory */
|
| diff.c | 1324 scanpr(dir1, DIRECT, 1332 if ((d1->d_flags & DIRECT) == 0) [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/ |
| intel_nhm.h | 230 #define DIRECT 0
|
| /onnv/onnv-gate/usr/src/cmd/lms/ |
| LMEConnection.h | 22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 213 DIRECT
|
| LMEConnection.cpp | 22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 796 channelOpenRequest.ChannelType = LMEChannelOpenRequestMessage::DIRECT;
|
| /onnv/onnv-gate/usr/src/cmd/abi/appcert/scripts/ |
| symcheck.pl | 230 # (direct) dtneededs. 387 # /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\*$/); 1091 # Record direct symbols to improve our %wskip list used 1100 # We only worry if a scoped call is a direct one. This 1207 if ($caller ne '*DIRECT*') { 1208 # this will be used to speed up the *DIRECT* only case [all...] |
| symprof.pl | 604 # profiled. In that case The string "*DIRECT*" 614 # Switch to indicate placing *DIRECT* in 630 if ($type ne 'DIRECT' && $filter_map{$from}) { 664 if ($type eq "DIRECT") { 665 $tmp = "$object|*DIRECT*|$to|$sym"; 673 "$object|*DIRECT*|*UNBOUND*|$sym"; 961 "$callee|*DIRECT*|REVERSE_TO:" . 969 "$caller|*DIRECT*|$callee|$sym\n"; 1221 # DIRECT CASE (object calls library): [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| check_rtime.pl | 98 # Objects that are not required to use direct bindings 588 # Is this object built with -B direct flag on? 589 if ($Line =~ / DIRECT /) { 618 # Identify an object that is not built with either -B direct or 619 # -z direct. 625 "object has no direct bindings\t<no -B direct or -z direct?>"); [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mmsp_yacc.y | 181 "direct", DIRECT, 922 %token DRIVEDELETE DIRECT DATA LIBRARYLIST DRIVELIST CARTRIDGELIST 1157 : DIRECT 1159 MMS_PAR_ALLOC_NODE($$.nodep, "direct", MMS_PN_CMD); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| Name.pl | [all...] |