HomeSort by: relevance | last modified time | path
    Searched defs:thisType (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/obio/
iwm_fd.c 1682 fdInfo_t *thisType;
1699 thisType = NULL;/* no such drive */
1702 thisType = &fdTypes[1]; /* double sided */
1704 thisType = &fdTypes[0]; /* single sided */
1706 return thisType;
iwm_fd.c 1682 fdInfo_t *thisType;
1699 thisType = NULL;/* no such drive */
1702 thisType = &fdTypes[1]; /* double sided */
1704 thisType = &fdTypes[0]; /* single sided */
1706 return thisType;

Completed in 65 milliseconds