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

  /src/sys/arch/acorn32/stand/lib/
riscospart.c 78 * static int filecore_checksum(u_char *bootblock)
110 filecore_checksum(u_char *bootblock) function in typeref:typename:int
162 if (bb->checksum == filecore_checksum((u_char *)bb)) {
  /src/sys/arch/arm/arm/
disksubr_acorn.c 107 static int filecore_checksum(u_char *);
110 * static int filecore_checksum(u_char *bootblock)
142 filecore_checksum(u_char *bootblock) function in typeref:typename:int
221 if (bb->checksum != filecore_checksum((u_char *)bb)) {
363 if (bb->checksum != filecore_checksum((u_char *)bb)) {
  /src/usr.sbin/sysinst/arch/acorn32/
md.c 52 static int filecore_checksum(u_char *);
99 if (filecore_checksum(bb) == fcbb->checksum) {
280 * static int filecore_checksum(u_char *bootblock)
313 filecore_checksum(u_char *bootblock) function in typeref:typename:int
  /src/sbin/disklabel/
main.c 1028 * static int filecore_checksum(u_char *bootblock)
1060 filecore_checksum(u_char *bootblock) function in typeref:typename:int
1117 if (filecore_checksum(bb) != fcbb->checksum)

Completed in 74 milliseconds