Searched refs:MSCP_MID_CHAR (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | disksubr.c | 241 printf(" drive %d: %c%c", unit, (int)MSCP_MID_CHAR(2, type), in disk_printtype() 242 (int)MSCP_MID_CHAR(1, type)); in disk_printtype() 244 printf("%c", (int)MSCP_MID_CHAR(0, type)); in disk_printtype()
|
| /netbsd-src/sys/dev/mscp/ |
| H A D | mscp_subr.c | 531 aprint_normal("%c%c", MSCP_MID_CHAR(2, type), in mscp_print() 532 MSCP_MID_CHAR(1, type)); in mscp_print() 534 aprint_normal("%c", MSCP_MID_CHAR(0, type)); in mscp_print()
|
| H A D | mscp_disk.c | 1040 dl->d_typename[p++] = MSCP_MID_CHAR(2, type); in rrmakelabel() 1041 dl->d_typename[p++] = MSCP_MID_CHAR(1, type); in rrmakelabel() 1043 dl->d_typename[p++] = MSCP_MID_CHAR(0, type); in rrmakelabel()
|
| H A D | mscp.h | 337 #define MSCP_MID_CHAR(n, id) \ macro
|
| /netbsd-src/sys/arch/vax/vsa/ |
| H A D | hdc9224.c | 812 dl->d_typename[p++] = MSCP_MID_CHAR(2, g->media_id); in rdmakelabel() 813 dl->d_typename[p++] = MSCP_MID_CHAR(1, g->media_id); in rdmakelabel() 815 dl->d_typename[p++] = MSCP_MID_CHAR(0, g->media_id); in rdmakelabel()
|