Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c149 static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t);
2366 print_db(pp, prev, ch, dbch->ndesc);
2369 print_db(cp, curr, ch, dbch->ndesc);
2372 print_db(np, next, ch, dbch->ndesc);
2381 print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db, function