Home
last modified time | relevance | path

Searched refs:FRUTREE_DEBUG1 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c446 FRUTREE_DEBUG1(PRINT_ALL, "SUNW_frutree:debug = %x", in frutree_get_env()
598 FRUTREE_DEBUG1(EVENTS, "frutree:Received WD event(%s)", wd_state); in frutree_wd_evhandler()
1303 FRUTREE_DEBUG1(HASHTABLE, "added node: %llx", nodeid); in hash_add_entry()
1365 FRUTREE_DEBUG1(HASHTABLE, "removed node: %llx", in hash_remove_entry()
1390 FRUTREE_DEBUG1(HASHTABLE, "hash_lookup begin: %llx", hdl); in hash_lookup_entry()
1660 FRUTREE_DEBUG1(FRUTREE_INIT, "roothdl = %llx", rooth); in initialize_frutree()
1667 FRUTREE_DEBUG1(FRUTREE_INIT, "frutreeh = %llx", frutreeh); in initialize_frutree()
1674 FRUTREE_DEBUG1(FRUTREE_INIT, "chassish = %llx", chassish); in initialize_frutree()
1751 FRUTREE_DEBUG1(EVENTS, "Using %s conf file", conf_file); in get_configuration_file()
2566 FRUTREE_DEBUG1(EVENTS, "probing :%s", frup->name); in probe_fru()
[all …]
H A Dpicllibdevinfo.c420 FRUTREE_DEBUG1(EVENTS, "loading drivers for %s", frup->name); in probe_libdevinfo()
427 FRUTREE_DEBUG1(EVENTS, "done with loading drivers for %s", frup->name); in probe_libdevinfo()
475 FRUTREE_DEBUG1(EVENTS, "done with probing %s", frup->name); in probe_libdevinfo()
H A Dpiclfrutree.h53 #define FRUTREE_DEBUG1(lvl, fmt, d1) \ macro