Home
last modified time | relevance | path

Searched refs:map_space (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/tahoe/stand/vdformat/
H A Dmaps.c49 if(access_dsk((char *)map_space, &dskaddr, VDOP_RD,
63 bcmp((char *)map_space, (char *)save, bytes_trk) == 0 &&
82 bcopy((char *)map_space, (char *)save, bytes_trk);
109 bzero(map_space, bytes_trk); in read_bad_sector_map()
H A Dvdfmt.h252 #define map_space bs_map_space.space.track macro