HomeSort by: relevance | last modified time | path
    Searched refs:OS (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/arch/ofppc/stand/bootinfo/
mkbootinfo.sh 4 OS=$1
9 if [ -z "$OS" ]; then
10 OS="NetBSD/ofppc"
26 echo "<description>${OS}</description>" >>$OUT
27 echo "<os-name>${OS}</os-name>" >>$OUT
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.h 27 void PrintTo(RecordTypes T, std::ostream *OS);
28 void PrintTo(const XRayRecord &R, std::ostream *OS);
29 void PrintTo(const Trace &T, std::ostream *OS);
63 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) {
64 *OS << "[";
68 *OS << ", ";
70 PrintTo(E, OS);
73 *OS << "]";
test_helpers.cc 41 void PrintTo(RecordTypes T, std::ostream *OS) {
42 *OS << RecordTypeAsString(T);
45 void PrintTo(const XRayRecord &R, std::ostream *OS) {
46 *OS << "XRayRecord { CPU = " << R.CPU
52 void PrintTo(const Trace &T, std::ostream *OS) {
54 *OS << "XRay Trace:\nHeader: { Version = " << H.Version
61 PrintTo(R, OS);
62 *OS << "\n";
  /src/sys/external/bsd/acpica/dist/
Makefile 14 ifeq ($(OS),efi)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_symbolize.cc 39 llvm::raw_string_ostream OS(Result);
40 llvm::symbolize::DIPrinter Printer(OS);
53 llvm::raw_string_ostream OS(Result);
54 llvm::symbolize::DIPrinter Printer(OS);
  /src/tools/texinfo/
Makefile 9 .if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.h 67 void PrintSummary(std::ostream &OS);
FuzzerMerge.cpp 172 void Merger::PrintSummary(std::ostream &OS) {
174 OS << std::hex;
175 OS << File.Name << " size: " << File.Size << " features: ";
177 OS << " " << Feature;
178 OS << "\n";
  /src/libexec/httpd/
Makefile 44 .if defined(.OS.MAKE)
45 OPSYS= ${.OS.MAKE}
  /src/share/examples/asm/hello/
powerpc.s 38 .int 7 # Length of the OS name field below.
40 .int 0x01 # The type of the note: NetBSD OS Version.
41 .ascii "NetBSD\0\0" # The OS name, padded to 8 bytes.
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
Makefile 67 ifneq (,$(findstring FreeBSD,$(OS)))
  /src/common/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/sys/external/bsd/gnu-efi/dist/
Makefile 71 @echo OS=$(OS)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm2711-rpi.dtsi 59 * into memory for the OS to consume. It'll also update this node with
rk3288-veyron-jaq.dts 95 * RECOVERY_SW_L is Chrome OS ABI. Schematics call
251 * AP_FLASH_WP_L is Chrome OS ABI. Schematics call
rk3288-veyron-speedy.dts 87 * RECOVERY_SW_L is Chrome OS ABI. Schematics call
243 * AP_FLASH_WP_L is Chrome OS ABI. Schematics call
rk3288-veyron-minnie.dts 147 * RECOVERY_SW_L is Chrome OS ABI. Schematics call
308 * AP_FLASH_WP_L is Chrome OS ABI. Schematics call
  /src/usr.bin/make/unit-tests/
opt-debug-graph1.exp 29 .MAKE.OS = <details omitted>
suff-transform-debug.exp 20 .MAKE.OS = <details omitted>
opt-debug-graph2.exp 63 .MAKE.OS = <details omitted>
opt-debug-graph3.exp 63 .MAKE.OS = <details omitted>
  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 51 ifneq (,$(findstring FreeBSD,$(OS)))
  /src/libexec/getty/
gettytab.h 99 #define OS gettynums[1].value
main.c 274 if (OS)
275 (void)cfsetospeed(&tmode, (speed_t)OS);
  /src/sys/external/isc/libsodium/dist/
config.guess 192 os=netbsd
194 os=netbsdelf
198 os=netbsd
201 # The OS release
217 echo "${machine}-${os}${release}"
313 *:OS/390:*:*)
803 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
806 sparc*:BSD/OS:*:*)
809 *:BSD/OS:*:*
    [all...]

Completed in 22 milliseconds

1 2 3