Searched refs:LOG (Results 26 - 37 of 37) sorted by relevance

12

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp328 LOG("Looking for space\n");
351 LOG("Partition seen with start %zu, end %zu (length %zu)\n", p->first, p->last,
355 LOG("Sorting\n");
368 LOG("Partition[%zu] From Block [%zu, %zu) ... (next partition starts at block %zu)\n",
376 LOG(" There are %zu free blocks (%zu requested)\n", free_blocks, blocks_requested);
423 LOG("Found space in GPT - OK %zu @ %zu\n", length, start);
433 LOG("Space for reserve - OK\n");
439 LOG("Final space in GPT - OK %zu @ %zu\n", length, start);
445 LOG("Added partition, waiting for bind\n");
451 LOG("Adde
[all...]
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.cpp190 LOG("Received solicited response (0x%08x), but no commands are pending!\n", resp.data);
535 LOG("Setup complete, publishing %s stream\n", props_.is_input ? "input" : "output");
536 LOG("Channels : %u\n", conv_.widget_caps.ch_count());
538 LOG("Sample rates :");
546 LOG("Sample bits :");
558 LOG("Plug Detect : %s (current state %s)\n",
562 LOG("Plug Detect : No\n");
569 LOG("%4s Gain control : [%.2f, %.2f] dB in %.2f dB steps (%s mute).\n",
576 LOG("%4s Gain control : 0dB fixed (cannot mute)\n", tag);
646 LOG("ERRO
[all...]
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-thread-pool.cpp111 LOG("Failed to create new thread\n");
117 LOG("Failed to start new thread\n");
182 LOG("Failed to create thread pool port (res %d)!\n", res);
270 LOG("Failed to create new client thread (res %d)!\n", c11_res);
319 LOG("Unexpected packet type (%u) in Thread pool!\n", pkt.type);
/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c107 LOG(1, "VN-CREATE FAILED: SHADOWING LOCAL\n");
113 LOG(1, "VN-CREATE FAILED: SHADOWING REMOTE\n");
249 LOG(6, "CONNECT '%s'\n", path);
303 LOG(6, "OPEN '%s'\n", path);
323 LOG(6, "OPEN REMOTE '%s': %d\n", path, r);
478 LOG(1, "BIND '%s' %x\n", path, remote);
505 LOG(1, "BIND ROOT: FAILED\n");
511 LOG(1, "BIND: FAILED (root bound)\n");
H A Dprivate.h241 #define LOG(level, fmt...) fdio_lldebug_printf(level, fmt) macro
243 #define LOG(level, fmt...) do {} while (0) macro
254 LOG(6, "fdio: acquire: %p\n", io);
259 LOG(6, "fdio: release: %p\n", io);
270 LOG(5, "fdio: io: alloc: %p\n", ptr);
H A Dunistd.c67 LOG(1, "fdio: bind_to_fd(%p, %d, %d)\n", io, fd, starting_fd);
87 LOG(1, "fdio: bind_to_fd: closed fd=%d, io=%p, dupcount=%d\n",
98 LOG(1, "fdio: bind_to_fd() OK fd=%d\n", fd);
118 LOG(1, "fdio: unbind_from_fd(%d)\n", fd);
161 LOG(1, "fdio: close(%p): nonzero dupcount!\n", io);
163 LOG(1, "fdio: io: close(%p)\n", io);
539 LOG(1, "fdio: init: debuglevel = %s\n", fdiodebug);
541 LOG(1, "fdio: init()\n");
571 LOG(1, "fdio: Failed to describe fd=%d (rio) status=%d (%s)\n",
592 LOG(
[all...]
H A Dremoteio.c737 LOG(1, "fdio: zxrio_unwrap(%p,...)\n");
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp107 LOG(ERROR, "Failed to allocate usb request %u/%u (size %u): %d\n",
134 LOG(ERROR, "Failed to publish UsbAudioStream device node (name \"%s\", status %d)\n",
184 LOG(WARN, "Failed to initialize digest while computing unique ID. "
219 LOG(WARN, "Failed to copy digest while computing unique ID. "
321 LOG(TRACE, "Bad " #_cmd " response length (%u != %zu)\n", \
326 LOG(TRACE, "NO_ACK flag not allowed for " #_cmd "\n"); \
372 LOG(TRACE, "Unrecognized stream command 0x%04x\n", req.hdr.cmd);
410 LOG(TRACE, "Unrecognized ring buffer command 0x%04x\n", req.hdr.cmd);
425 LOG(ERROR, "Too many formats (%zu) to send during AUDIO_STREAM_CMD_GET_FORMATS request!\n",
450 LOG(TRAC
[all...]
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller.cpp256 LOG(TRACE, "Failed to read client request (res %d)\n", res);
262 LOG(TRACE, "Client request too small to contain header (%u < %zu)\n",
268 LOG(SPEW, "Client Request 0x%04x len %u\n", req.hdr.cmd, req_size);
272 LOG(TRACE, "Bad GET_IDS request length (%u != %zu)\n",
294 LOG(TRACE, "Bad SNAPSHOT_REGS request length (%u != %zu)\n",
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-topology.cpp337 LOG(ERROR, "I2S config (instance %u direction %u) not found\n",
349 LOG(ERROR, "out of memory while attempting to allocate copier config buffer\n");
554 LOG(ERROR, "Failed to activate %s stream id #%u (res %d)!",
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dcodec-driver-base.cpp135 LOG("Failed to add codec device for \"%s\" (res %d)\n", name, res);
H A Dstream-base.cpp184 LOG("Failed to add stream device for \"%s\" (res %d)\n", dev_name_, res);
406 LOG("Too many formats (%zu) to send during AUDIO_STREAM_CMD_GET_FORMATS request!\n",

Completed in 106 milliseconds

12