Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c59 DI_ERR = 1, enumerator
131 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", errno)); in di_init_driver()
136 DPRINTF((DI_ERR, "failed to load driver %s\n", driver)); in di_init_driver()
214 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl()
221 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl()
232 DPRINTF((DI_ERR, in di_init_impl()
242 DPRINTF((DI_ERR, "devinfo ioctl failed with " in di_init_impl()
247 DPRINTF((DI_ERR, "%s not found\n", phys_path)); in di_init_impl()
258 DPRINTF((DI_ERR, "valloc failed for snapshot\n")); in di_init_impl()
264 DPRINTF((DI_ERR, "failed to copy snapshot to usrld\n")); in di_init_impl()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c268 DI_ERR, enumerator
984 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping copy")); in di_cache2mem()
1025 CACHE_DEBUG((DI_ERR, "Empty memlist. Skipping copy")); in di_mem2cache()
1038 CACHE_DEBUG((DI_ERR, "cannot cache: bad size: 0x%x", map_size)); in di_mem2cache()
3682 CACHE_DEBUG((DI_ERR, "bad version: 0x%x", all->version)); in header_plus_one_ok()
3687 CACHE_DEBUG((DI_ERR, "bad magic #: 0x%x", all->cache_magic)); in header_plus_one_ok()
3692 CACHE_DEBUG((DI_ERR, "bad timestamp: %ld", all->snapshot_time)); in header_plus_one_ok()
3697 CACHE_DEBUG((DI_ERR, "NULL top devinfo")); in header_plus_one_ok()
3702 CACHE_DEBUG((DI_ERR, "bad map size: %u", all->map_size)); in header_plus_one_ok()
3707 CACHE_DEBUG((DI_ERR, "bad rootpath: %c%c", in header_plus_one_ok()
[all …]