Searched refs:out (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.h42 int& out, int& err, const char** envp = NULL);
H A DFilterIO.cpp90 FilterIO::PipeCommand(int argc, const char** argv, int& in, int& out, int& err, argument
111 out = filedes[0]; // Read from out, taken from cmd's stdout
/haiku/src/kits/tracker/
H A DBitmaps.h81 status_t GetBitmapResource(type_code type, int32 id, BBitmap** out) const;
85 // in <out>. currently it can only create bitmaps from data
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dsystem_dependencies.h22 void uuid_generate(uuid_t out);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dsystem_dependencies.h23 void uuid_generate(uuid_t out);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.h75 extern status_t ps2_command(uint8 cmd, const uint8 *out, int out_count,
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.c43 /* Just in case size is out of range, cap it to the largest
145 goto out;
169 goto out;
174 out:
285 goto out;
303 goto out;
311 out:
547 DEBUGOUT("nvm parameter(s) out of bounds\n");
549 goto out;
569 DEBUGOUT("Shadow RAM write EEWR timed out\
[all...]
/haiku/headers/private/libroot/locale/
H A DLocaleBackend.h171 int& out) = 0;
172 virtual status_t Strxfrm(char* out, const char* in,
175 int& out) = 0;
176 virtual status_t Wcsxfrm(wchar_t* out, const wchar_t* in,
/haiku/headers/private/kernel/
H A Dtracing.h78 virtual void Dump(TraceOutput& out);
79 virtual void DumpStackTrace(TraceOutput& out);
115 virtual void Dump(TraceOutput& out);
117 virtual void AddDump(TraceOutput& out);
141 virtual void DumpStackTrace(TraceOutput& out);
195 virtual bool Filter(const TraceEntry* entry, LazyTraceOutput& out);
/haiku/src/kits/support/
H A DArchivable.cpp54 demangle_class_name(const char* name, BString& out) argument
59 out = "";
68 out += "::";
71 out.Append(name, nameLen);
100 out.Append(name, nameLength);
101 out += "::";
107 out.Append(name, nameLength);
115 mangle_class_name(const char* name, BString& out) argument
149 out = "";
152 out
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c53 goto out;
60 out:
79 goto out;
86 out:
105 goto out;
112 out:
131 goto out;
138 out:
441 goto out;
447 goto out;
[all...]
H A De1000_vf.c555 goto out;
559 goto out;
564 goto out;
571 goto out;
579 goto out;
586 out:
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ctrlr.c728 goto out;
733 goto out;
748 goto out;
751 goto out;
755 goto out;
767 out:
864 * Check if the current initialization step is done or has timed out.
978 nvme_err("Initialization timed out in state %d\n",
1018 goto out;
1028 out
[all...]
H A Dnvme_common.c258 goto out;
266 goto out;
274 out:
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp217 virtual void DumpStackTrace(TraceOutput& out) argument
219 out.PrintStackTrace(fStackTrace);
241 virtual void AddDump(TraceOutput& out) argument
243 out.Print("paranoia create check set: object: %p, "
261 virtual void AddDump(TraceOutput& out) argument
263 out.Print("paranoia delete check set: object: %p", fObject);
281 virtual void AddDump(TraceOutput& out) argument
295 out.Print("paranoia check %s object: %p, address: %p, size: %lu",
317 virtual void AddDump(TraceOutput& out) argument
319 out
[all...]
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp117 int32 out = 0; local
121 newCursor = out;
128 insert[out++] = c;
130 if ((out % 48) == 47)
131 insert[out++] = '\n';
132 else if ((out % 3) == 2)
133 insert[out++] = ' ';
135 insert[out] = '\0';
142 // BTextView::InsertText(insert, out, 0, NULL);
144 Insert(0, insert, out);
360 char* out = hex; local
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php132 function out($str) function
446 //out("Click here to enable sound:");
451 //out("Click here to enable sound:");
465 out("NOTE: You will need a Java-enabled browser to display the VNC " .
571 //out("PID:" . $pid);
581 out("reloading...");
587 out("Click <a href=\"" . $_SERVER['PHP_SELF'] .
593 out("You can use an external VNC client at " .
659 out("You can use an external audio play at " .
767 out("Yo
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp368 // Find out which PCI device we belong to, so that we know its frame buffer
475 goto out;
482 goto out;
501 out:
529 goto out;
536 goto out;
541 out:
579 goto out;
586 goto out;
589 out
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c357 idct(decdata->dcts, decdata->out, decdata->dquant[0],
359 idct(decdata->dcts + 64, decdata->out + 64,
361 idct(decdata->dcts + 128, decdata->out + 128,
363 idct(decdata->dcts + 192, decdata->out + 192,
365 idct(decdata->dcts + 128, decdata->out + 256,
367 idct(decdata->dcts + 192, decdata->out + 320,
372 col211111(decdata->out,
650 void idct(int *in, int *out, PREC * quant, PREC off, int max) argument
661 out[i] = ITOINT(t0);
705 out[
886 col211111(int *out, unsigned char *pic, int width) argument
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp197 virtual void DumpStackTrace(TraceOutput& out) argument
199 out.PrintStackTrace(fStackTrace);
221 virtual void AddDump(TraceOutput& out) argument
223 out.Print("net buffer create: header space: %lu -> buffer: %p",
241 virtual void AddDump(TraceOutput& out) argument
243 out.Print("net buffer free: buffer: %p", fBuffer);
258 virtual void AddDump(TraceOutput& out) argument
260 out.Print("net buffer dup: buffer: %p -> %p", fBuffer, fClone);
279 virtual void AddDump(TraceOutput& out) argument
281 out
302 AddDump(TraceOutput& out) argument
325 AddDump(TraceOutput& out) argument
351 AddDump(TraceOutput& out) argument
374 AddDump(TraceOutput& out) argument
395 AddDump(TraceOutput& out) argument
416 AddDump(TraceOutput& out) argument
437 AddDump(TraceOutput& out) argument
460 AddDump(TraceOutput& out) argument
485 AddDump(TraceOutput& out) argument
522 AddDump(TraceOutput& out) argument
539 AddDump(TraceOutput& out) argument
560 AddDump(TraceOutput& out) argument
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp54 void PrintPageTableEntry(TraceOutput& out, pae_page_table_entry entry) argument
56 out.Print("%#" B_PRIx64 " %c%c%c%c%c %s %s %c%c",
84 virtual void AddDump(TraceOutput& out) argument
86 out.Print("translation map map: %p: %#" B_PRIxADDR " -> ", fMap,
88 PrintPageTableEntry(out, fEntry);
111 virtual void AddDump(TraceOutput& out) argument
113 out.Print("translation map unmap: %p: %#" B_PRIxADDR
115 PrintPageTableEntry(out, fEntry);
139 virtual void AddDump(TraceOutput& out) argument
141 out
172 AddDump(TraceOutput& out) argument
205 AddDump(TraceOutput& out) argument
[all...]
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h119 status_t Copy(BPositionIO* in, BPositionIO* out);
120 status_t Compress(BPositionIO* in, BPositionIO* out,
122 status_t Decompress(BPositionIO* in, BPositionIO* out,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c261 goto out;
272 goto out;
277 goto out;
548 out:
598 goto out;
605 out:
637 goto out;
642 out:
732 goto out;
747 goto out;
[all...]
/haiku/src/bin/
H A Ddiff_zip.cpp88 virtual diff_status CollectDiffEntries(EntryWriter* out) const
95 out->Write(path.c_str());
198 virtual diff_status CollectDiffEntries(EntryWriter* out) const
209 out->Write(path.c_str());
232 out->Write(entryPath.c_str());
235 diff_status entryStatus = it->second->CollectDiffEntries(out);
/haiku/src/bin/unzip/
H A Dfunzip.c84 3.89 22 Nov 95 PK/CS ifdef'd out updcrc() for ASM_CRC
179 FILE *out; /* output file (*in moved to G struct) */ variable
180 ulg outsiz; /* total bytes written to out */
253 if (fwrite((char *)rawbuf,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
254 err(9, "out of space on stdout");
287 if (fwrite((char *)slide,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
288 err(9, "out of space on stdout");
391 out = stdout;
393 if ((out = fdopen(1, FOPW)) == (FILE *)NULL)
450 err(1, "out o
[all...]

Completed in 145 milliseconds

1234567891011>>