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

  /src/sys/lib/libsa/
minixfs3.h 36 typedef uint32_t zone_t; typedef in typeref:typename:uint32_t
53 zone_t mdi_zone[NR_TZONES]; /* zone numbers for direct, ind, and
78 zone_t mfs_zones; /* number of zones (replaces s_nzones in V2) */
88 zone_t mfs_firstdatazone; /* number of first data zone (big) */
111 #define ZONE_NUM_SIZE sizeof(zone_t) /* # bytes in zone */
116 #define NO_ZONE ((zone_t) 0) /* absence of a zone number */
minixfs3.h 36 typedef uint32_t zone_t; typedef in typeref:typename:uint32_t
53 zone_t mdi_zone[NR_TZONES]; /* zone numbers for direct, ind, and
78 zone_t mfs_zones; /* number of zones (replaces s_nzones in V2) */
88 zone_t mfs_firstdatazone; /* number of first data zone (big) */
111 #define ZONE_NUM_SIZE sizeof(zone_t) /* # bytes in zone */
116 #define NO_ZONE ((zone_t) 0) /* absence of a zone number */
minixfs3.c 231 zone_t zone;
262 zone_t z = fs2h32(fp->f_di.mdi_zone[zone]);
327 zone = (zone_t)ind_block_num;
494 fs->mfs_firstdatazone = (zone_t) fs->mfs_firstdatazone_old;
minixfs3.c 231 zone_t zone;
262 zone_t z = fs2h32(fp->f_di.mdi_zone[zone]);
327 zone = (zone_t)ind_block_num;
494 fs->mfs_firstdatazone = (zone_t) fs->mfs_firstdatazone_old;

Completed in 25 milliseconds