Searched refs:DI_ERR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c58 DI_ERR = 1, enumerator in enum:__anon3110
130 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", errno));
135 DPRINTF((DI_ERR, "failed to load driver %s\n", driver));
212 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n",
219 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n",
230 DPRINTF((DI_ERR,
240 DPRINTF((DI_ERR, "devinfo ioctl failed with "
245 DPRINTF((DI_ERR, "%s not found\n", phys_path));
256 DPRINTF((DI_ERR, "valloc failed for snapshot\n"));
262 DPRINTF((DI_ERR, "faile
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c266 DI_ERR, enumerator in enum:__anon5290
982 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping copy"));
1023 CACHE_DEBUG((DI_ERR, "Empty memlist. Skipping copy"));
1036 CACHE_DEBUG((DI_ERR, "cannot cache: bad size: 0x%x", map_size));
3680 CACHE_DEBUG((DI_ERR, "bad version: 0x%x", all->version));
3685 CACHE_DEBUG((DI_ERR, "bad magic #: 0x%x", all->cache_magic));
3690 CACHE_DEBUG((DI_ERR, "bad timestamp: %ld", all->snapshot_time));
3695 CACHE_DEBUG((DI_ERR, "NULL top devinfo"));
3700 CACHE_DEBUG((DI_ERR, "bad map size: %u", all->map_size));
3705 CACHE_DEBUG((DI_ERR, "ba
[all...]

Completed in 55 milliseconds