Home
last modified time | relevance | path

Searched refs:End (Results 1 – 25 of 71) sorted by relevance

123

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c70 const char *End,
76 char *End,
140 const char *End, in AcpiUtBoundStringOutput() argument
144 if (String < End) in AcpiUtBoundStringOutput()
292 char *End, in AcpiUtFormatNumber() argument
375 String = AcpiUtBoundStringOutput (String, End, ' '); in AcpiUtFormatNumber()
380 String = AcpiUtBoundStringOutput (String, End, Sign); in AcpiUtFormatNumber()
384 String = AcpiUtBoundStringOutput (String, End, '0'); in AcpiUtFormatNumber()
388 String, End, Upper ? 'X' : 'x'); in AcpiUtFormatNumber()
395 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
[all …]
/titanic_41/usr/src/cmd/acpi/common/
H A Dutprint.c70 const char *End,
76 char *End,
140 const char *End, in AcpiUtBoundStringOutput() argument
144 if (String < End) in AcpiUtBoundStringOutput()
292 char *End, in AcpiUtFormatNumber() argument
375 String = AcpiUtBoundStringOutput (String, End, ' '); in AcpiUtFormatNumber()
380 String = AcpiUtBoundStringOutput (String, End, Sign); in AcpiUtFormatNumber()
384 String = AcpiUtBoundStringOutput (String, End, '0'); in AcpiUtFormatNumber()
388 String, End, Upper ? 'X' : 'x'); in AcpiUtFormatNumber()
395 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c175 UINT8 *End = ParserState->Aml; in AcpiPsGetNextNamestring() local
183 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring()
184 ACPI_IS_PARENT_PREFIX (*End)) in AcpiPsGetNextNamestring()
186 End++; in AcpiPsGetNextNamestring()
191 switch (*End) in AcpiPsGetNextNamestring()
197 if (End == Start) in AcpiPsGetNextNamestring()
201 End++; in AcpiPsGetNextNamestring()
208 End += 1 + (2 * ACPI_NAME_SIZE); in AcpiPsGetNextNamestring()
215 End += 2 + (*(End + 1) * ACPI_NAME_SIZE); in AcpiPsGetNextNamestring()
222 End += ACPI_NAME_SIZE; in AcpiPsGetNextNamestring()
[all …]
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.s51 je .equal / End of string?
59 je .equal / End of string?
67 je .equal / End of string?
77 jne .loop / End of string?
/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c174 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End) in AcpiHwValidateIoRequest()
192 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest()
201 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest()
209 if (LastAddress <= PortInfo->End) in AcpiHwValidateIoRequest()
/titanic_41/usr/src/cmd/acpi/acpixtract/
H A Daxutils.c156 char *End; in AxConvertLine() local
164 End = strstr (InputLine + 2, " "); in AxConvertLine()
165 if (!End) in AxConvertLine()
169 *End = 0; in AxConvertLine()
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s46 je .equal / End of string?
54 je .equal / End of string?
62 je .equal / End of string?
72 jne .loop / End of string?
H A Dwsncmp.s56 je .equal / End of string?
64 je .equal / End of string?
72 je .equal / End of string?
82 jne .loop / End of string?
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME429 End Collection
431 End collection
433 End Collection
535 hidparser: End Collection: cache_ei = 0xcab84db0, curr_ei = 0xcab84630
538 This End collection and will for the right sibling of 0xcab84db0 which will
570 hidparser: End Collection(0x0)<-------------- MI
595 0xc0, /* End Collection */
666 hidparser: End Collection: cache_ei = 0xcab84750, curr_ei = 0xcab7af40
795 hidparser: End Collection: cache_ei = 0xcab7ad30, curr_ei = 0xcab7ad00
877 hidparser: End Collection: cache_ei = 0xcab7ea88, curr_ei = 0xcab7ab20
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/tables/
H A Dtbprint.c263 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
266 while (Buffer < End) in AcpiTbChecksum()
/titanic_41/usr/src/cmd/acpi/acpidump/
H A Dtbprint.c263 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
266 while (Buffer < End) in AcpiTbChecksum()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/begin/
H A Dtst.begin.d.out4 End fired after exit
/titanic_41/usr/src/cmd/cmd-crypto/scripts/
H A Dr.kcfconf34 pkg_end="# End $PKGINST"
56 echo "$0: missing Start or End delimiters for $PKGINST in \
H A Dr.kmfconf33 pkg_end="# End $PKGINST"
55 echo "$0: missing Start or End delimiters for $PKGINST in \
H A Dr.pkcs11conf34 pkg_end="# End $PKGINST"
56 echo "$0: missing Start or End delimiters for $PKGINST in \
H A Di.kmfconf36 pkg_end="# End $PKGINST"
65 echo "$0: missing Start or End delimiters for \
H A Di.pkcs11conf38 pkg_end="# End $PKGINST"
67 echo "$0: missing Start or End delimiters for \
H A Di.kcfconf47 pkg_end="# End $PKGINST"
76 echo "$0: missing Start or End delimiters for \
/titanic_41/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl51 $parser->setHandlers(Start => \&start_handler, End => \&end_handler);
/titanic_41/usr/src/uts/common/io/ixgbe/
H A DTHIRDPARTYLICENSE25 --------------------End Text Block-------------------
/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dtest.fth67 cr ." End of Tests" cr
/titanic_41/usr/src/lib/libbsm/
H A DxmlHandlers.pm132 End => \&endHandler,
/titanic_41/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Dr.ipsecalgs34 pkg_end="# End $PKGINST"
H A Di.ipsecalgs34 pkg_end="# End $PKGINST"
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcaps174 exit_alt_charset_mode, "rmacs" "ae" End alternate character set
177 exit_delete_mode, "rmdc" "ed" End delete mode
178 exit_insert_mode, "rmir" "ei" End insert mode;
179 exit_standout_mode, "rmso" "se" End stand out mode
180 exit_underline_mode, "rmul" "ue" End underscore mode
490 stop_bit_image, "rbim" "Zs" End printing bit image graphics (use tputs)
491 stop_char_set_def, "rcsd" "Zt" End definition of a character set
531 end_bit_image_region, "endbi" "Yy" End a bit-image region (use tparm)

123