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

  /src/sys/arch/evbmips/stand/sbmips/common/
blkdev.c 79 * If BOOTXX_FS_TYPE is defined, we'll try to find and use the first
87 #undef BOOTXX_FS_TYPE
104 #if defined(BOOTXX_FS_TYPE)
109 #endif /* defined(BOOTXX_FS_TYPE) */
123 #if defined(BOOTXX_FS_TYPE)
138 if (l.d_partitions[i].p_fstype == BOOTXX_FS_TYPE) {
146 #endif /* defined(BOOTXX_FS_TYPE) */
  /src/sys/arch/sbmips/stand/common/
blkdev.c 79 * If BOOTXX_FS_TYPE is defined, we'll try to find and use the first
87 #undef BOOTXX_FS_TYPE
104 #if defined(BOOTXX_FS_TYPE)
109 #endif /* defined(BOOTXX_FS_TYPE) */
123 #if defined(BOOTXX_FS_TYPE)
138 if (l.d_partitions[i].p_fstype == BOOTXX_FS_TYPE) {
146 #endif /* defined(BOOTXX_FS_TYPE) */
  /src/sys/arch/alpha/stand/common/
blkdev.c 82 * If BOOTXX_FS_TYPE is defined, we'll try to find and use the first
91 * BOOTXX_FS_TYPE support.
94 #define BOOTXX_FS_TYPE
96 #undef BOOTXX_FS_TYPE
114 #if defined(BOOTXX_FS_TYPE)
119 #endif /* defined(BOOTXX_FS_TYPE) */
132 #if defined(BOOTXX_FS_TYPE)
151 if (l.d_partitions[i].p_fstype == BOOTXX_FS_TYPE) {
160 #endif /* defined(BOOTXX_FS_TYPE) */

Completed in 14 milliseconds