/titanic_44/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 563 DSTcorrect(Start, Future) in DSTcorrect() argument 564 time_t Start; in DSTcorrect() 570 StartDay = (localtime(&Start)->tm_hour + 1) % 24; 572 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; 577 RelativeDate(Start, DayOrdinal, DayNumber) in RelativeDate() argument 578 time_t Start; in RelativeDate() 585 now = Start; 589 return DSTcorrect(Start, now); 594 RelativeMonth(Start, RelMonth) in RelativeMonth() argument 595 time_t Start; in RelativeMonth() [all …]
|
/titanic_44/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 683 DSTcorrect(Start, Future) in DSTcorrect() argument 684 time_t Start; in DSTcorrect() 690 StartDay = (localtime(&Start)->tm_hour + 1) % 24; 692 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; 697 RelativeDate(Start, DayOrdinal, DayNumber) in RelativeDate() argument 698 time_t Start; in RelativeDate() 705 now = Start; 709 return DSTcorrect(Start, now); 714 RelativeMonth(Start, RelMonth) in RelativeMonth() argument 715 time_t Start; in RelativeMonth() [all …]
|
/titanic_44/usr/src/uts/intel/io/acpica/parser/ |
H A D | psargs.c | 140 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextPackageEnd() local 151 return_PTR (Start + PackageLength); /* end of package */ in AcpiPsGetNextPackageEnd() 174 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextNamestring() local 197 if (End == Start) in AcpiPsGetNextNamestring() 199 Start = NULL; in AcpiPsGetNextNamestring() 227 return_PTR ((char *) Start); in AcpiPsGetNextNamestring() 264 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextNamepath() local 307 WalkState->ParserState.Aml = Start; in AcpiPsGetNextNamepath() 319 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath()
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | retest.c | 17 char * Start; variable 65 Start = str; in main()
|
H A D | regexp.c | 310 char *Start; /* start of string */ variable 478 if (s != ptr || s == Start) { in expmatch() 530 if (s == Start) { in expmatch()
|
H A D | vfontedpr.c | 115 char *Start; /* start of the current string */ variable 441 Start = os; /* remember the start for expmatch */ in putScp() 644 i = tabs(Start, start) - margin / tabsize; in putKcp() 652 && (start == Start || !isidchr(start[-1])) in putKcp()
|
/titanic_44/usr/src/uts/intel/io/acpica/executer/ |
H A D | exdump.c | 385 ACPI_OPERAND_OBJECT *Start; in AcpiExDumpObject() local 480 Start = *ACPI_CAST_PTR (void *, Target); in AcpiExDumpObject() 481 Next = Start; in AcpiExDumpObject() 501 if ((Next == Start) || (Next == Data)) in AcpiExDumpObject() 515 Start = *ACPI_CAST_PTR (void *, Target); in AcpiExDumpObject() 516 Next = Start; in AcpiExDumpObject() 538 if ((Next == Start) || (Next == Data)) in AcpiExDumpObject() 552 Start = *ACPI_CAST_PTR (void *, Target); in AcpiExDumpObject() 553 Next = Start; in AcpiExDumpObject() 573 if ((Next == Start) || (Next == Data)) in AcpiExDumpObject()
|
/titanic_44/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwvalid.c | 192 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest() 201 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 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 469 we need to calculate bandwidth needed both for Start and Complete start 486 Start and Complete split transactions bandwidth to one or more frame 488 that particular frame bandwidth list. In this case, the Start split [all …]
|
/titanic_44/usr/src/cmd/cmd-crypto/scripts/ |
H A D | r.kmfconf | 32 pkg_start="# Start $PKGINST" 55 echo "$0: missing Start or End delimiters for $PKGINST in \
|
H A D | r.kcfconf | 33 pkg_start="# Start $PKGINST" 56 echo "$0: missing Start or End delimiters for $PKGINST in \
|
H A D | r.pkcs11conf | 33 pkg_start="# Start $PKGINST" 56 echo "$0: missing Start or End delimiters for $PKGINST in \
|
H A D | i.kmfconf | 35 pkg_start="# Start $PKGINST" 65 echo "$0: missing Start or End delimiters for \
|
H A D | i.pkcs11conf | 37 pkg_start="# Start $PKGINST" 67 echo "$0: missing Start or End delimiters for \
|
H A D | i.kcfconf | 46 pkg_start="# Start $PKGINST" 76 echo "$0: missing Start or End delimiters for \
|
/titanic_44/usr/src/cmd/svc/profile/ |
H A D | listsvcs.pl | 51 $parser->setHandlers(Start => \&start_handler, End => \&end_handler);
|
/titanic_44/usr/src/cmd/more/ |
H A D | more.help | 18 v Start up vi at current line
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ipf.conf.dfl | 26 # Start by blocking everything.
|
H A D | ipf6.conf.dfl | 26 # Start by blocking everything.
|
/titanic_44/usr/src/cmd/power/ |
H A D | power.conf.sparc | 34 # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | xmlHandlers.pm | 130 Start => \&startHandler,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sadm/scripts/ |
H A D | r.ipsecalgs | 33 pkg_start="# Start $PKGINST"
|
H A D | i.ipsecalgs | 33 pkg_start="# Start $PKGINST"
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.l | 71 %Start WORD
|
/titanic_44/usr/src/cmd/Adm/ |
H A D | mime.types | 4 type=application/x-java-jnlp-file desc="Java Web Start" exts="jnlp"
|