Searched refs:B_PRIx32 (Results 26 - 50 of 335) sorted by relevance

1234567891011>>

/haiku/src/servers/input/
H A DMethodReplicant.cpp217 fprintf(stderr, "can't find item with cookie %" B_PRIx32 "\n", cookie);
248 fprintf(stderr, "can't find item with cookie %" B_PRIx32 "\n", cookie);
287 fprintf(stderr, "can't find item with cookie %" B_PRIx32 "\n", cookie);
324 fprintf(stderr, "can't find item with cookie %" B_PRIx32 "\n", cookie);
337 PRINT(("cookie : 0x%" B_PRIx32 "\n", item->Cookie()));
391 fprintf(stderr, "item with cookie %" B_PRIx32 " already exists\n", cookie);
419 fprintf(stderr, "can't find item with cookie %" B_PRIx32 "\n", cookie);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp82 kprintf("intel_extreme register %#" B_PRIx32 "\n", reg);
87 kprintf(" %svalue: %#" B_PRIx32 " (%" B_PRIu32 ")\n", set ? "old " : "",
94 kprintf(" new value: %#" B_PRIx32 " (%" B_PRIu32 ")\n", value, value);
173 kprintf(" CONTROL: %" B_PRIx32 "\n", value);
175 kprintf(" BASE: %" B_PRIx32 "\n", value);
177 kprintf(" BYTES_PER_ROW: %" B_PRIx32 "\n", value);
179 kprintf(" SURFACE: %" B_PRIx32 "\n", value);
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp274 dprintf(" %08" B_PRIx32 " n%08" B_PRIx32 " a%08" B_PRIx32 " t%08"
275 B_PRIx32 " %08" B_PRIx32 " %08" B_PRIx32 " %08" B_PRIx32 " %08"
276 B_PRIx32 " %08" B_PRIx32 " s%" B_PRIuSIZE "\n",
294 dprintf("queue: t%08" B_PRIx32 "
[all...]
/haiku/src/bin/keymap/
H A DKeymap.cpp171 fprintf(file, "0x%04" B_PRIx32 ",%s", map[i * 8 + j],
188 fprintf(file, "0x%04" B_PRIx32 ",%s", keys[i * 8 + j],
640 fprintf(file, "\tcaps_key:0x%" B_PRIx32 ",\n", fKeys.caps_key);
641 fprintf(file, "\tscroll_key:0x%" B_PRIx32 ",\n", fKeys.scroll_key);
642 fprintf(file, "\tnum_key:0x%" B_PRIx32 ",\n", fKeys.num_key);
643 fprintf(file, "\tleft_shift_key:0x%" B_PRIx32 ",\n", fKeys.left_shift_key);
644 fprintf(file, "\tright_shift_key:0x%" B_PRIx32 ",\n",
646 fprintf(file, "\tleft_command_key:0x%" B_PRIx32 ",\n",
648 fprintf(file, "\tright_command_key:0x%" B_PRIx32 ",\n",
650 fprintf(file, "\tleft_control_key:0x%" B_PRIx32 ",\
[all...]
/haiku/src/kits/media/
H A DDataExchange.cpp159 ERROR("SendToPort: write_port failed, msgcode 0x%" B_PRIx32 ", port %"
174 ERROR("SendToPort: retrying write_port failed, msgCode 0x%" B_PRIx32
191 ERROR("QueryPort: write_port failed, msgcode 0x%" B_PRIx32 ", port %"
207 ERROR("QueryPort: retrying write_port failed, msgcode 0x%" B_PRIx32
218 ERROR("QueryPort: read_port failed, msgcode 0x%" B_PRIx32 ", port %"
/haiku/src/system/boot/loader/
H A Dloader.cpp126 dprintf("loading kernel failed: %" B_PRIx32 "!\n", status);
134 dprintf("relocating kernel failed: %" B_PRIx32 "!\n", status);
166 dprintf("Could not load \"%s\" error %" B_PRIx32 "\n", name, status);
/haiku/src/kits/tracker/
H A DSettings.cpp222 sscanf(*argv, "%" B_PRIx32, &newValue);
264 sprintf(buffer, "0x%08" B_PRIx32, fValue);
271 settings->Write("0x%08" B_PRIx32, fValue);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.cpp59 printf("Error - %s: [%" B_PRIx32 "]\n", strerror(err), err);
203 printf("Error - %s: [%" B_PRIx32 "]\n", strerror(err), err);
227 printf("Error - %s: [%" B_PRIx32 "]\n", strerror(err), err);
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp201 dprintf("mode: %d '%s':\n flags %08" B_PRIx32 " @%08" B_PRIx32 " %dx%d (%dx%d)\n%d planes %d colors fmt %08" B_PRIx32 "\n",
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp66 //int length = sprintf(line, "%05" B_PRIx32 ": "
67 // "%08" B_PRIx32 " %08" B_PRIx32 " %08" B_PRIx32 " %08" B_PRIx32 "\n",
254 TRACE("adpa: %08" B_PRIx32 "\n", read32(INTEL_ANALOG_PORT));
255 TRACE("dova: %08" B_PRIx32 ", dovb: %08" B_PRIx32
256 ", dovc: %08" B_PRIx32 "\n", read32(INTEL_DIGITAL_PORT_A),
258 TRACE("lvds: %08" B_PRIx32 "\
[all...]
H A DFlexibleDisplayInterface.cpp294 TRACE("%s: FDI TX ctrl before: 0x%" B_PRIx32 "\n", __func__, read32(txControl));
295 TRACE("%s: FDI RX ctrl before: 0x%" B_PRIx32 "\n", __func__, read32(rxControl));
359 TRACE("%s: FDI TX ctrl after: 0x%" B_PRIx32 "\n", __func__, read32(txControl));
360 TRACE("%s: FDI RX ctrl after: 0x%" B_PRIx32 "\n", __func__, read32(rxControl));
453 TRACE("%s: FDI RX IIR Control @ 0x%" B_PRIx32 "\n", __func__, iirControl);
458 TRACE("%s: FDI RX IIR 0x%" B_PRIx32 "\n", __func__, tmp);
488 TRACE("%s: FDI RX IIR 0x%" B_PRIx32 "\n", __func__, tmp);
547 TRACE("%s: FDI RX IIR Control @ 0x%" B_PRIx32 "\n", __func__, iirControl);
562 TRACE("%s: FDI RX IIR 0x%" B_PRIx32 "\n", __func__, tmp);
614 TRACE("%s: FDI RX IIR 0x%" B_PRIx32 "\
[all...]
H A DPorts.cpp136 ERROR("%s: Invalid PortRegister ((0x%" B_PRIx32 ") for %s\n", __func__,
149 TRACE("%s: Assigning %s (0x%" B_PRIx32 ") to pipe B\n", __func__,
153 TRACE("%s: Assigning %s (0x%" B_PRIx32 ") to pipe C\n", __func__,
157 TRACE("%s: Assigning %s (0x%" B_PRIx32 ") to pipe D\n", __func__,
161 TRACE("%s: Assigning %s (0x%" B_PRIx32 ") to pipe A\n", __func__,
1329 TRACE("%s: LVDS Write: 0x%" B_PRIx32 "\n", __func__, lvds);
1848 TRACE("%s: DP M1 data before: 0x%" B_PRIx32 "\n", __func__, read32(INTEL_PIPE_A_DATA_M + fPipeOffset));
1849 TRACE("%s: DP N1 data before: 0x%" B_PRIx32 "\n", __func__, read32(INTEL_PIPE_A_DATA_N + fPipeOffset));
1850 TRACE("%s: DP M1 link before: 0x%" B_PRIx32 "\n", __func__, read32(INTEL_PIPE_A_LINK_M + fPipeOffset));
1851 TRACE("%s: DP N1 link before: 0x%" B_PRIx32 "\
[all...]
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp130 " notification failed with error 0x%" B_PRIx32 "\n", error);
132 DBG(OUT("(id: %ld) exiting mime update thread with result 0x%" B_PRIx32
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp43 "size: %" B_PRIdOFF ", block_size: %" B_PRId32 ", flags: 0x%" B_PRIx32,
104 PRINT(("error: 0x%" B_PRIx32 ", `%s'\n", error, strerror(error)));
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.cpp66 TRACE("HTree::HTree() %" B_PRIx32 " %" B_PRIx32 " %" B_PRIx32 " %" B_PRIx32
183 TRACE("HTree::_Hash(): filename hash 0x%" B_PRIx32 "\n", hash);
370 TRACE("_HashTEA %" B_PRIx32 " %" B_PRIx32 " %" B_PRIx32 "\n",
H A DHTreeEntryIterator.cpp173 TRACE("HTreeEntryIterator::Lookup() %" B_PRIx32 " %" B_PRIx32 "\n",
188 "iterator starting at block: %" B_PRIu32 ", hash: 0x%" B_PRIx32
201 "starting at block: %" B_PRIu32 ", hash: 0x%" B_PRIx32 "\n",
245 TRACE("HTreeEntryIterator::GetNext(): moving to next block: %" B_PRIx32
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.cpp76 ERROR("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name,
85 B_PRIuSIZE ", area = 0x%08" B_PRIx32 "\n", phy, *virt, offset, phyadr,
H A Dahci_port.cpp335 TRACE("device signature 0x%08" B_PRIx32 " (%s)\n", fRegs->sig,
364 TRACE(" ie 0x%08" B_PRIx32 "\n", fRegs->ie);
365 TRACE(" is 0x%08" B_PRIx32 "\n", fRegs->is);
366 TRACE(" cmd 0x%08" B_PRIx32 "\n", fRegs->cmd);
367 TRACE(" ssts 0x%08" B_PRIx32 "\n", fRegs->ssts);
368 TRACE(" sctl 0x%08" B_PRIx32 "\n", fRegs->sctl);
369 TRACE(" serr 0x%08" B_PRIx32 "\n", fRegs->serr);
370 TRACE(" sact 0x%08" B_PRIx32 "\n", fRegs->sact);
371 TRACE(" tfd 0x%08" B_PRIx32 "\n", fRegs->tfd);
389 B_PRIx32 ", i
[all...]
/haiku/src/bin/
H A Dsysinfo.cpp457 printf("\tSignature: 0x%1" B_PRIx32 "%1" B_PRIx32 "0%1" B_PRIx32
458 "%1" B_PRIx32 "%1" B_PRIx32 "; ", info->eax_1.extended_family,
594 printf("\tFeatures: 0x%08" B_PRIx32 "\n", cpuInfo.eax_1.features);
599 printf("\tExtended Features (0x00000001): 0x%08" B_PRIx32 "\n",
610 printf("\tExtended Features (0x80000001): 0x%08" B_PRIx32 "\n",
618 printf("\tExtended Features (0x80000007): 0x%08" B_PRIx32 "\n",
624 printf("\tExtended Features (0x80000008): 0x%08" B_PRIx32 "\
[all...]
H A Dpidof.cpp76 fprintf(stderr, "Error: get_extended_team_info() == 0x%" B_PRIx32 " (%s)\n",
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_keyboard.cpp269 TRACE("ps2: read_keyboard_packet: keycode: %" B_PRIx32 ", keydown: %s\n",
309 INFO("ps2: keyboard reset failed, status 0x%08" B_PRIx32 ", data 0x%02x"
317 INFO("ps2: keyboard getid failed, status 0x%08" B_PRIx32 ", data 0x%02x%02x."
344 INFO("ps2: cannot read CMD byte on kbd probe:%#08" B_PRIx32 "\n",
352 B_PRIx32 "\n", cmdbyte, status);
361 INFO("ps2: cannot read keyboard device id:%#08" B_PRIx32 "\n", status);
579 INFO("ps2: ioctl 0x%" B_PRIx32 " not implemented yet, returning "
592 INFO("ps2: invalid ioctl 0x%" B_PRIx32 "\n", op);
H A Dps2_common.cpp131 INFO("ps2: controller self test failed, status 0x%08" B_PRIx32 ", data "
146 TRACE("ps2: get command byte: res 0x%08" B_PRIx32 ", cmdbyte 0x%02x\n",
160 TRACE("ps2: set command byte: res 0x%08" B_PRIx32 ", cmdbyte 0x%02x\n",
226 B_PRIx32 "\n", res);
277 TRACE("ps2: ps2_command result 0x%08" B_PRIx32 "\n", res);
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp154 TRACE("GetEdidFromBIOS(): failed to get BIOS module: 0x%" B_PRIx32 "\n",
162 TRACE("GetEdidFromBIOS(): bios_prepare() failed: 0x%" B_PRIx32 "\n",
236 TRACE("GetEdidFromBIOS() status: 0x%" B_PRIx32 "\n", status);
293 TRACE("Unable to map MMIO, error: 0x%" B_PRIx32 "\n", si.regsArea);
305 TRACE("Unable to create GTT, error: 0x%" B_PRIx32 "\n", di.gttArea);
318 "error: 0x%" B_PRIx32 "\n", status);
332 TRACE("Unable to create video memory, error: 0x%" B_PRIx32 "\n",
345 " 0x%" B_PRIx32 " offset: %" B_PRId32 "\n", status, offset);
433 TRACE("PCI module unavailable, error 0x%" B_PRIx32 "\n", status);
459 TRACE("PCI module unavailable, error 0x%" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp369 ITRACE_VV("lock_source %" B_PRIx32 "\n", data->lock_source);
370 ITRACE_VV("lock_data %" B_PRIx32 "\n", data->lock_data);
554 ITRACE_VV("Create Group: ID %#" B_PRIx32 "\n", mmc->id);
589 ITRACE_VV("Create Channel (Mute): ID %#" B_PRIx32 "\n", control.id);
600 ITRACE_VV("Create Channel (Left): ID %#" B_PRIx32 "\n", control.id);
608 ITRACE_VV("Create Channel (Right): ID %#" B_PRIx32 "\n", control.id);
631 ITRACE_VV("Create Combo (label): ID %#" B_PRIx32 "\n", parentControl);
642 ITRACE_VV("Create Combo (value): ID %#" B_PRIx32 "\n", mmc->id);
672 ITRACE_VV("Create Output (label): ID %#" B_PRIx32 "\n", parentControl);
680 ITRACE_VV("Create Output (Haiku): ID %#" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp200 TRACE("WMIAsus::_Notify() keyboard fnlock key %" B_PRIx32 "\n",
207 B_PRIx32 "\n", value);
220 B_PRIx32 "\n", value);
226 TRACE("WMIAsus::_Notify() key 0x%" B_PRIx32 "\n", result);

Completed in 170 milliseconds

1234567891011>>