Searched refs:DI_ERR (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 58 DI_ERR = 1, enumerator 130 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", errno)); in di_init_driver() 135 DPRINTF((DI_ERR, "failed to load driver %s\n", driver)); in di_init_driver() 212 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl() 219 DPRINTF((DI_ERR, "devinfo open failed: errno = %d\n", in di_init_impl() 230 DPRINTF((DI_ERR, in di_init_impl() 240 DPRINTF((DI_ERR, "devinfo ioctl failed with " in di_init_impl() 245 DPRINTF((DI_ERR, "%s not found\n", phys_path)); in di_init_impl() 256 DPRINTF((DI_ERR, "valloc failed for snapshot\n")); in di_init_impl() 262 DPRINTF((DI_ERR, "failed to copy snapshot to usrld\n")); in di_init_impl() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 266 DI_ERR, enumerator 982 CACHE_DEBUG((DI_ERR, "Empty cache. Skipping copy")); in di_cache2mem() 1023 CACHE_DEBUG((DI_ERR, "Empty memlist. Skipping copy")); in di_mem2cache() 1036 CACHE_DEBUG((DI_ERR, "cannot cache: bad size: 0x%x", map_size)); in di_mem2cache() 3680 CACHE_DEBUG((DI_ERR, "bad version: 0x%x", all->version)); in header_plus_one_ok() 3685 CACHE_DEBUG((DI_ERR, "bad magic #: 0x%x", all->cache_magic)); in header_plus_one_ok() 3690 CACHE_DEBUG((DI_ERR, "bad timestamp: %ld", all->snapshot_time)); in header_plus_one_ok() 3695 CACHE_DEBUG((DI_ERR, "NULL top devinfo")); in header_plus_one_ok() 3700 CACHE_DEBUG((DI_ERR, "bad map size: %u", all->map_size)); in header_plus_one_ok() 3705 CACHE_DEBUG((DI_ERR, "bad rootpath: %c%c", in header_plus_one_ok() [all …]
|