HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
wsncmp.s 19 * CDDL HEADER END
51 je .equal / End of string?
59 je .equal / End of string?
67 je .equal / End of string?
77 jne .loop / End of string?
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strncmp.s 19 * CDDL HEADER END
46 je .equal / End of string?
54 je .equal / End of string?
62 je .equal / End of string?
72 jne .loop / End of string?
wsncmp.s 19 * CDDL HEADER END
56 je .equal / End of string?
64 je .equal / End of string?
72 je .equal / End of string?
82 jne .loop / End of string?
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/parser/
psargs.c 203 * RETURN: Pointer to end-of-package +1
205 * DESCRIPTION: Get next package length and return a pointer past the end of
225 return_PTR (Start + PackageLength); /* end of package */
249 UINT8 *End = ParserState->Aml;
257 while (AcpiPsIsPrefixChar (*End))
259 End++;
264 switch (*End)
270 if (End == Start)
274 End++;
281 End += 1 + (2 * ACPI_NAME_SIZE)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/profile/
listsvcs.pl 20 # CDDL HEADER END
51 $parser->setHandlers(Start => \&start_handler, End => \&end_handler);
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/hardware/
hwvalid.c 247 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End)
262 * 3) Address range overlaps port range at the port range end
265 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start))
274 PortInfo->Start, PortInfo->End));
280 /* Finished if address range ends before the end of this port */
282 if (LastAddress <= PortInfo->End)
302 * DESCRIPTION: Read data from an I/O port or register. This is a front-end
370 * DESCRIPTION: Write data to an I/O port or register. This is a front-end
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
README 19 # CDDL HEADER END
40 Main Items are collection, input, output and feature and end collection
55 ion item should be closed by an end collection. So root collection's
56 sibling will be an end collection. Whatever input, output and feature
58 end collection as '}' in 'C' language) will form a child of the parent
62 siblings of each other. When we reach an end collection, it must form the
403 to the end of global item list (in the entity_item_attributes member of
429 End Collection
431 End collection
433 End Collectio
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Pipe.pm 38 (IO::Pipe::End->new(), IO::Pipe::End->new());
67 $fh = $rw ? $me->reader() : $me->writer(); # close the other end
141 package IO::Pipe::End;
225 handle at the reading end of the pipe. If C<ARGS> are given then C<fork>
231 handle at the writing end of the pipe. If C<ARGS> are given then C<fork>
238 blessed into C<IO::Pipe::End>, or a subclass thereof.
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
des-lib.com 63 $! End The Architecture Check.
88 $! End The Architecture Specific OBJ Directory Check.
105 $! End The Architecture Specific Directory Check.
135 $! End The BUILDALL Check.
157 $! End The Library Exist Check.
182 $! Check To See If We Are At The End Of The File List.
218 $! End The File Exists Check.
278 $! End The DESTEST.C File Check.
326 $! End The SPEED.C File Check.
374 $! End The RPW.C File Check
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/tables/
tbutils.c 305 UINT8 *End = Buffer + Length;
308 while (Buffer < End)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
SelfStubber.t 23 END {
174 foreach my $module (@module, 'Data', 'End') {
214 system "$runperl -w \"-I$lib\" \"-MEnd\" -e \"End::lime\"";
217 open FH, catfile(curdir(),$lib,"End.pm") or die $!;
279 ################ End.pm
280 package End;
  /onnv/onnv-gate/usr/src/lib/libbsm/
xmlHandlers.pm 19 # CDDL HEADER END
102 sub end { subroutine
132 End => \&endHandler,
181 # print "end tag $element\n" if $main::debug;
185 &$functionRef($currentObj, 'end');
188 # print "no end callback for $element\n";
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
caps 23 # CDDL HEADER END
62 # New capabilities must be placed at the end of the appropriate list.
147 clr_eol el ce str Clear to end of line (P)
148 clr_eos ed cd str Clear to end of display (P*)
169 enter_ca_mode smcup ti str String to end programs that use cup
179 exit_alt_charset_mode rmacs ae str End alternate character set (P)
182 exit_delete_mode rmdc ed str End delete mode
183 exit_insert_mode rmir ei str End insert mode;
184 exit_standout_mode rmso se str End stand out mode
185 exit_underline_mode rmul ue str End underscore mod
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
caps 23 # CDDL HEADER END
62 # New capabilities must be placed at the end of the appropriate list.
147 clr_eol el ce str Clear to end of line (P)
148 clr_eos ed cd str Clear to end of display (P*)
169 enter_ca_mode smcup ti str String to end programs that use cup
179 exit_alt_charset_mode rmacs ae str End alternate character set (P)
182 exit_delete_mode rmdc ed str End delete mode
183 exit_insert_mode rmir ei str End insert mode;
184 exit_standout_mode rmso se str End stand out mode
185 exit_underline_mode rmul ue str End underscore mod
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/cpu/
generic_copy.s 19 * CDDL HEADER END
427 ldub [%o0 + %o2], %o3 ! get byte at end of src
429 stb %o3, [%o1 + %o2] ! delay slot, store at end of dst
573 * for copyOP and xcopyOP are found at the end of individual function.
574 * The handlers for xcopyOP_little are found at the end of xcopyin_little.
575 * The handlers for copyOP_noerr are found at the end of copyin_noerr.
659 add %o0, %o2, %o0 ! make %o0 point at the end
660 add %o1, %o2, %o1 ! make %o1 point at the end
664 ! %o0 and %o2 point at the end and remain pointing at the end
    [all...]
niagara_copy.s 19 * CDDL HEADER END
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/
aclocal.h 295 #define ANOBJ_END_OF_PEER_LIST 0x01 /* End-of-list, Peer field points to parent */
706 UINT8 *PackageEnd; /* End of if/while block */
728 UINT8 *ArgEnd; /* Current argument end */
729 UINT8 *PkgEnd; /* Current package end */
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
spitfire_copy.s 20 * CDDL HEADER END
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Server_en.properties 25 # CDDL HEADER END
94 ssim_dump_end = vvvvvv Service store {0} dump end vvvvvv
181 par_qend = End of query during value parse
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Cmd.pm 537 # end-of-file when the dot is encountered.
655 End the sending of data to the remote server. This is done by ensuring that
656 the data already sent ends with CRLF then sending '.CRLF' to end the
FTP.pm 7 # Documentation (at end) improved 1996 by Nathan Torkington <gnat@frii.com>.
    [all...]
  /onnv/onnv-gate/usr/src/common/bignum/sun4u/
mont_mulf_v8plus.s 20 * CDDL HEADER END
140 ! 51 ! **end original code ***/
151 ! 62 ! /** end new code **/
    [all...]
mont_mulf_v9.s 20 * CDDL HEADER END
    [all...]
mont_mulf_kernel_v9.s 19 * CDDL HEADER END
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm 32 END { $End++; &cleanup; }
62 $Revision $Signal $End $Suppress_readline $Frontend
800 # warn "cleanup called with arg[@_] End[$End] Signal[$Signal]";
810 return if $ineval && !$End;
    [all...]

Completed in 6189 milliseconds

1 2