Searched refs:WARN (Results 51 - 75 of 106) sorted by relevance

12345

/openbsd-current/sys/dev/pci/drm/
H A Dhdmi.c919 WARN(1, "Bad infoframe type %d\n", frame->any.type);
966 WARN(1, "Bad infoframe type %d\n", frame->any.type);
1015 WARN(1, "Bad infoframe type %d\n", frame->any.type);
H A Ddrm_mode_object.c254 WARN(1, "Failed to attach object property (type: 0x%x). Please "
H A Ddrm_bridge.c1316 if (WARN(bridge->hpd_cb, "Hot plug detection already enabled\n"))
H A Ddrm_mm.c973 if (WARN(!drm_mm_clean(mm),
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm22 $FTP_PASSIVE $TIMEOUT $DEBUG $WARN $FORCEIPV4
36 $WARN = 1;
1505 if( $WARN ) {
1598 =head2 $File::Fetch::WARN
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_print.h611 * drm_WARN*() acts like WARN*(), but with the key difference of
615 * Prefer drm_device based drm_WARN* over regular WARN*
620 WARN(condition, "%s %s: " format, \
/openbsd-current/sys/dev/pci/drm/radeon/
H A Drs400.c85 WARN(1, "RS400 GART already initialized\n");
H A Drs600.c551 WARN(1, "RS600 GART already initialized\n");
683 WARN(1, "Can't enable IRQ/MSI because no handler is installed\n");
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcore-cpan-diff33 local $Archive::Tar::WARN=0;
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device.c1050 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid);
1118 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies",
H A Dkfd_device_queue_manager.c180 WARN(1, "Invalid queue type %d", queue_type);
607 if (WARN(q->process->mm != current->mm,
938 if (WARN(q->process->mm != current->mm,
2584 WARN(1, "Unexpected ASIC family %u",
2611 WARN(!mqd, "No hiq sdma mqd trunk to free");
2633 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid);
H A Dkfd_process.c1986 WARN(!ret, "reschedule restore work failed\n");
2003 WARN(debug_evictions, "Evicting all processes");
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlinker.c1440 WARN, /* Issue warning. */
1459 /* WARN_ROW */ {MWARN, WARN, WARN, CWARN, CWARN, WARN, CWARN, NOACT },
1941 case WARN:
1435 WARN, /* Issue warning. */ enumerator in enum:link_action
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm17 $USE_IPC_RUN $USE_IPC_OPEN3 $CAN_USE_RUN_FORKED $WARN
25 $WARN = 1;
150 verbose => ($WARN && $verbose),
177 verbose => ($WARN && $verbose),
2058 =head2 $IPC::Cmd::WARN
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhostchan.c347 WARN("DevSW_Close faulted the call");
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dmmio_context.c562 if (WARN(!pre && !next, "switch ring %s from host to HOST\n",
H A Dinterrupt.c422 if (WARN(control & GENMASK(15, 1), "only support one MSI format\n"))
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c406 if (WARN(amdgpu_ttm_tt_get_usermm(bo->tbo.ttm),
2610 WARN(!mem->invalid, "Invalid BO not marked invalid");
2616 WARN(1, "Valid BO is marked invalid");
2682 WARN(1, "User pages unexpectedly invalid");
H A Damdgpu_ctx.c90 * already, WARN if this happens.
93 WARN(1, "Invalid context priority %d\n", ctx_prio);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.c817 WARN(!uc->reset_in_progress, "Unexpected send: action=%#x\n", *action);
1308 WARN(1, "Unexpected GuC event received while CT disabled!\n");
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_ggtt.c375 if (WARN(num_entries > max_entries,
523 if (WARN(num_entries > max_entries,
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm24 use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD
32 $WARN = 1;
603 local $WARN = 0;
1661 ### set Archive::Tar::WARN to 0 to disable printing
1663 if( $WARN ) {
2074 =head2 $Archive::Tar::WARN
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdintr.c567 if (WARN(!chan || !chan->qh,
578 if (WARN(!qtd,
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm273 the C<Log::Log4perl> levels: C<TRACE>, C<DEBUG>, C<INFO>, C<WARN>,
549 my @LOGLEVELS = qw(TRACE DEBUG INFO WARN ERROR FATAL);
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dsmu8_smumgr.c98 WARN(result, "%s(0x%04x, %#x) timed out after %lld us\n",

Completed in 631 milliseconds

12345