Searched refs:_out (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h29 # define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
40 # define PRINT_OUTPUT(_text, _out) ((voi
[all...]
/haiku/headers/private/media/
H A DMediaDebug.h22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
42 #define PRINT_OUTPUT(_text, _out) ((voi
[all...]
/haiku/headers/private/shared/
H A DCommandPipe.h52 thread_id PipeInto(FILE** _out, FILE** _err);
/haiku/src/kits/shared/
H A DCommandPipe.cpp192 BCommandPipe::PipeInto(FILE** _out, FILE** _err) argument
206 *_out = fdopen(fStdOut[0], "r");
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c157 uchar *_in, *_out; local
163 _out = (uchar *) out;
210 *_out = inb(BL_DATA_REG);
211 _out++;

Completed in 80 milliseconds