Searched defs:dbg_entry (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c2975 schpc_replylist_t *dbg_entry; local
3000 dbg_entry = schpc_replylist_first;
3003 while (dbg_entry != NULL) {
3005 "0x%lx transid\n", dbg_entry->transid);
3006 dbg_entry = dbg_entry->next;
3025 schpc_replylist_t *dbg_entry; local
3055 dbg_entry = schpc_replylist_first;
3058 while (dbg_entry != NULL) {
3060 "0x%lx transid\n", dbg_entry
[all...]

Completed in 65 milliseconds