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

  /src/sys/arch/atari/stand/installboot/
installboot.c 287 struct disklabel rawlabel; local in function:install_hd
303 bbsec = readdisklabel(devnm, &rawlabel);
306 if (memcmp(label, &rawlabel, sizeof(*label)))
installboot.c 287 struct disklabel rawlabel; local in function:install_hd
303 bbsec = readdisklabel(devnm, &rawlabel);
306 if (memcmp(label, &rawlabel, sizeof(*label)))

Completed in 22 milliseconds