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

1 2

  /onnv/onnv-gate/usr/src/cmd/vgrind/
retest.c 17 char * Start;
65 Start = str;
regexp.c 128 /* start the conversion with a \a */
133 /* start the conversion (its recursive) */
310 char *Start; /* start of string */
478 if (s != ptr || s == Start) {
528 /* check for start of line */
530 if (s == Start) {
vfontedpr.c 115 char *Start; /* start of the current string */
123 static void putKcp(char *start, char *end, boolean force);
438 char *blksptr; /* end of a lexical block start */
441 Start = os; /* remember the start for expmatch */
474 /* start of a comment? */
491 /* start of a comment? */
507 /* start of a string? */
518 /* start of a character string? *
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpkgcmdsu/
Makefile 2 # CDDL HEADER START
51 echo "P SUNWwsr2 Solaris Product Registry & Web Start runtime support"\
  /onnv/onnv-gate/usr/src/cmd/svc/profile/
listsvcs.pl 3 # CDDL HEADER START
51 $parser->setHandlers(Start => \&start_handler, End => \&end_handler);
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/parser/
psargs.c 214 UINT8 *Start = ParserState->Aml;
225 return_PTR (Start + PackageLength); /* end of package */
235 * RETURN: Pointer to the start of the name string (pointer points into
248 UINT8 *Start = ParserState->Aml;
270 if (End == Start)
272 Start = NULL;
300 return_PTR ((char *) Start);
313 * start of a method call
337 UINT8 *Start = ParserState->Aml;
380 WalkState->ParserState.Aml = Start;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/lib/
getdate.y 564 DSTcorrect(Start, Future)
565 time_t Start;
571 StartDay = (localtime(&Start)->tm_hour + 1) % 24;
573 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
578 RelativeDate(Start, DayOrdinal, DayNumber)
579 time_t Start;
586 now = Start;
590 return DSTcorrect(Start, now);
595 RelativeMonth(Start, RelMonth)
596 time_t Start;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
getdate.y 683 DSTcorrect(Start, Future)
684 time_t Start;
690 StartDay = (localtime(&Start)->tm_hour + 1) % 24;
692 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
697 RelativeDate(Start, DayOrdinal, DayNumber)
698 time_t Start;
705 now = Start;
709 return DSTcorrect(Start, now);
714 RelativeMonth(Start, RelMonth)
715 time_t Start;
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/hardware/
hwvalid.c 261 * 2) Address range overlaps port range at the port range start
265 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start))
274 PortInfo->Start, PortInfo->End));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
InstallPerl 24 our ($Start, $Fh);
27 # File::Find callback for finding files touched after Start
28 # and saving them in Fh. Uses globals $Start and $Fh.
44 print $Fh ("$pf\n") if ($a >= $Start);
218 # Get the start time of the build.
219 $Start = time();
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/
README 2 # CDDL HEADER START
246 Start split overhead 67 ns 4 bytes
287 Start Split transaction:
289 Protocol overhead + Host_Delay + Start split overhead
298 Start Split transaction:
301 Host_Delay) + Start split overhead
308 o Interrupt schedule or Start and Complete split masks
312 - Interrupt schedule or Start split mask
318 initiate a "start split" transaction.
469 we need to calculate bandwidth needed both for Start and Complete start
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/debugger/
dbinput.c 422 * RETURN: Pointer to the start of the next token.
433 char *Start;
458 Start = String;
477 return (Start);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/svccfg/
svccfg.l 3 * CDDL HEADER START
72 %Start WORD
129 * double-quoted strings start at a
  /onnv/onnv-gate/usr/src/lib/libbsm/
xmlHandlers.pm 2 # CDDL HEADER START
100 sub start { subroutine
130 Start => \&startHandler,
170 &$functionRef($obj, 'start');
173 # print "no start callback for $tag\n";
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
README 2 # CDDL HEADER START
83 item list will start where the global item list stops ( in the 'entity_
84 attribute' list). Before we start on the next item the local item list will
414 hidparser: Start Collection:cache_ei = 0xcab8d220, curr_ei = 0xcab8d220
457 hidparser: Start Collection:cache_ei = 0xcab84db0, curr_ei = 0xcab84db0
548 hidparser: Start Collection:cache_ei = 0xcab84750, curr_ei = 0xcab84750
673 hidparser: Start Collection:cache_ei = 0xcab7ad30, curr_ei = 0xcab7ad30
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
boot.s 2 * CDDL HEADER START
105 ! +0: normal start
106 ! +4: compatibility start
107 ! +8: alias start (frame exists)
114 ! Start up routines -- the aout_start will have a pointer in %o0 that we'll
121 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
  /onnv/onnv-gate/usr/src/cmd/oawk/
awk.lx.l 3 * CDDL HEADER START
38 %Start A str chc sc reg comment
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/ml/
idn_asm.s 2 * CDDL HEADER START
143 ! and then start the rapid check loop).
346 ! Start filling in structure with data.
  /onnv/onnv-gate/usr/src/uts/sun4u/vm/
mach_sfmmu_asm.s 2 * CDDL HEADER START
209 or %g0, (15 << 3), %g3 ! Start searching from the
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ResourceBundle.properties 7 # CDDL HEADER START
44 err_starting_help=Could not start browser to view help.
194 startup_server_error=Unable to start the DHCP service, message from server was: {0}
588 start_address_wizard_title=Start Address Wizard?
594 start_cvt_wizard_title=Start Conversion Wizard?
  /onnv/onnv-gate/usr/src/lib/libsecdb/
prof_attr.txt 2 # CDDL HEADER START
95 STMF Management:::Start/Stop STMF service:auths=solaris.smf.manage.stmf
110 ISCSI Target Management:::Start/Stop ISCSI Target service:auths=solaris.smf.manage.iscsitgt
  /onnv/onnv-gate/usr/src/cmd/awk/
awk.lx.l 3 * CDDL HEADER START
37 %Start A str sc reg comment
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
caps 5 # CDDL HEADER START
114 num_labels nlab Nl number # of labels on screen (start at 1)
166 enter_alt_charset_mode smacs as str Start alternate character set (P)
177 enter_underline_mode smul us str Start underscore mode
487 start_bit_image sbim Zq str Start printing bit image graphics
488 start_char_set_def scsd Zr str Start definition of character set
512 bit_image_newline binel Zz str Move start of next row
513 bit_image_carriage_return bicr Yv str Move start of same row
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
caps 5 # CDDL HEADER START
114 num_labels nlab Nl number # of labels on screen (start at 1)
166 enter_alt_charset_mode smacs as str Start alternate character set (P)
177 enter_underline_mode smul us str Start underscore mode
487 start_bit_image sbim Zq str Start printing bit image graphics
488 start_char_set_def scsd Zr str Start definition of character set
512 bit_image_newline binel Zz str Move start of next row
513 bit_image_carriage_return bicr Yv str Move start of same row
  /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/
aclocal.h 705 UINT8 *AmlPredicateStart; /* Start of if/while predicate */
    [all...]

Completed in 2670 milliseconds

1 2