HomeSort by: relevance | last modified time | path
    Searched refs:MSCP_MID_CHAR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/vax/vax/
disksubr.c 241 printf(" drive %d: %c%c", unit, (int)MSCP_MID_CHAR(2, type),
242 (int)MSCP_MID_CHAR(1, type));
244 printf("%c", (int)MSCP_MID_CHAR(0, type));
  /src/sys/dev/mscp/
mscp_subr.c 531 aprint_normal("%c%c", MSCP_MID_CHAR(2, type),
532 MSCP_MID_CHAR(1, type));
534 aprint_normal("%c", MSCP_MID_CHAR(0, type));
mscp.h 337 #define MSCP_MID_CHAR(n, id) \
mscp_disk.c 1040 dl->d_typename[p++] = MSCP_MID_CHAR(2, type);
1041 dl->d_typename[p++] = MSCP_MID_CHAR(1, type);
1043 dl->d_typename[p++] = MSCP_MID_CHAR(0, type);
  /src/sys/arch/vax/vsa/
hdc9224.c 812 dl->d_typename[p++] = MSCP_MID_CHAR(2, g->media_id);
813 dl->d_typename[p++] = MSCP_MID_CHAR(1, g->media_id);
815 dl->d_typename[p++] = MSCP_MID_CHAR(0, g->media_id);

Completed in 28 milliseconds