Searched refs:msgp (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3741 const char * const *msgp = tulip_status_bits; local
3749 for (sep = " ", mask = 1; mask <= csr; mask <<= 1, msgp++) {
3750 if ((csr & mask) && *msgp != NULL) {
3751 printf("%s%s", sep, *msgp);

Completed in 46 milliseconds