Searched refs:WARN (Results 26 - 50 of 106) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dparams.c88 WARN( "req_num exceeds supp_num" );
256 WARN( "not enough space" );
292 WARN( "not enough space" );
307 WARN( "not enough list space" );
H A Ddevsw.c334 WARN("Illegal type for Rx packet");
377 WARN("malloc failure");
383 WARN("malloc failure");
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_sched.c125 WARN(1, "Invalid context priority %d\n", args->in.priority);
H A Damdgpu_cgs.c81 WARN(1, "Invalid indirect register space");
109 WARN(1, "Invalid indirect register space");
H A Damdgpu_sync.c223 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD,
H A Damdgpu_gart.c190 WARN(ret, "Pinning the GART table failed");
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_gem.h94 WARN(1, "%s:%d GEM_BUG_ON(%s)\n", __func__, __LINE__, __stringify(cond))
H A Di915_utils.h47 #define MISSING_CASE(x) WARN(1, "Missing case (%s == %ld)\n", \
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestBridge.pm45 my %WARN = (
266 # The warning must be a key in the %WARN hash in this file
275 my $expected = $WARN{$warning};
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_flat_memory.c405 WARN(1, "Unexpected ASIC family %u",
H A Dkfd_packet_manager_vi.c179 WARN(1, "queue type %d", q->properties.type);
238 WARN(1, "filter %d", filter);
H A Dkfd_packet_manager_v9.c268 WARN(1, "queue type %d", q->properties.type);
367 WARN(1, "filter %d", filter);
H A Dkfd_packet_manager.c36 WARN((temp * sizeof(uint32_t)) > buffer_size_bytes,
247 WARN(1, "Unexpected ASIC family %u",
H A Dkfd_doorbell.c201 WARN(((unsigned long)db & 7) != 0,
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_gart.c294 WARN(1, "trying to unbind memory from uninitialized GART !\n");
340 WARN(1, "trying to bind memory to uninitialized GART !\n");
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddcp_backlight.c102 if (WARN(index + 1 >= tbl_size, "invalid index %zu for brightness %u\n", index, val))
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddevice.h58 WARN(1, "drm:pid%d:%s *WARNING* " fmt, curproc->p_p->ps_pid, \
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_gem.h594 if (!WARN((obj)->gpuva.lock_dep_map, \
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dgtt.c660 if (WARN(!gtt_type_is_entry(e->type), "invalid entry type\n"))
686 if (WARN(!gtt_type_is_entry(e->type), "invalid entry type\n"))
1019 WARN(1, "suspicious 64K gtt entry\n");
1025 WARN(1, "GVT doesn't support 1GB page\n");
1353 WARN(se->type == GTT_TYPE_PPGTT_PTE_64K_ENTRY,
1507 WARN(oos_page, "shadow PPGTT page has already has a oos page\n");
1528 if (WARN(!oos_page, "shadow PPGTT page should have a oos page\n"))
2543 WARN(!list_empty(&gtt->oos_page_use_list_head),
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfail-more.t145 out_warn_ok( <<OUT, <<ERR, <<WARN );
156 WARN
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddiag.t371 $category = $wrapper if $wrapper=~/WARN/;
372 $routine = "Perl_warner" if $wrapper=~/WARN/;
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_selftest.c197 if (WARN(err > 0 || err == -ENOTTY,
/openbsd-current/usr.bin/rsync/
H A Dextern.h291 #define WARN(_fmt, ...) \ macro
H A Dflist.c197 WARN("%s: unreadable directory", ent->fts_path);
202 WARN("%s", ent->fts_path);
214 WARN("%s: could not stat", ent->fts_path);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dlinker.c1395 WARN, /* Issue warning. */
1414 /* WARN_ROW */ {MWARN, WARN, WARN, CWARN, CWARN, WARN, CWARN, NOACT },
1895 case WARN:
1390 WARN, /* Issue warning. */ enumerator in enum:link_action

Completed in 361 milliseconds

12345