Home
last modified time | relevance | path

Searched refs:dm_debug (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c242 if (dm_debug) { in add_bus()
348 if (dm_debug) { in add_controller()
452 if (dm_debug > 1) { in add_devpath()
485 if (dm_debug > 1) { in add_devs()
849 if (dm_debug) { in remove_controller()
857 if (dm_debug) { in remove_controller()
879 if (dm_debug) { in remove_controller()
899 if (dm_debug) { in remove_controller()
944 if (dm_debug) { in create_disk()
1099 if (dm_debug) { in ctype()
[all …]
H A Devents.c271 if (dm_debug) { in events_start_event_watcher()
287 if (dm_debug) { in events_start_event_watcher()
369 if (dm_debug) { in event_handler()
392 if (dm_debug) { in event_handler()
H A Dentry.c1141 dm_debug = atoi(valp); in libdiskmgt_init_debug()
1149 if (dm_debug) { in libdiskmgt_str_eq()
1163 if (dm_debug) { in libdiskmgt_str_eq()
H A Ddisks_private.h44 extern int dm_debug;
H A Ddrive.c1289 if (dm_debug > 1) { in get_cdrom_drvtype()
1353 if (dm_debug > 1) { in check_atapi()
1380 if (dm_debug > 1) { in check_atapi()
H A Dcache.c55 int dm_debug = 0; variable