Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mptable/
H A Dmptable.c138 static void pnstr( char* s, int c );
439 pnstr( mpfps->signature, 4 ); in MPFloatingPointer()
547 pnstr( cth->signature, 4 ); in MPConfigTableHeader()
556 pnstr( cth->oem_id, 8 ); in MPConfigTableHeader()
560 pnstr( cth->product_id, 12 ); in MPConfigTableHeader()
787 printf( "\t " ); pnstr( entry->bus_type, 6 ); printf( "\n" ); in busEntry()
921 pnstr( char* s, int c ) in pnstr() function