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

  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 167 lifv.vol_addr = htobe32(hp300_btolifs(HP300_LIF_DIRSTART));
169 lifv.vol_dirsize = htobe32(hp300_btolifs(HP300_LIF_DIRSIZE));
175 nsec = hp300_btolifs(count);
178 lifd[0].dir_addr = htobe32(hp300_btolifs(HP300_LIF_FILESTART));
190 nsec = hp300_btolifs(count);
207 nsec = hp300_btolifs(count);
  /src/usr.sbin/installboot/arch/
hp300.c 244 uint32_t limit = hp300_btolifs(params->s1stat.st_size);
  /src/sys/sys/
bootblock.h 997 #define hp300_btolifs(b) (((b) + (HP300_SECTSIZE - 1)) / HP300_SECTSIZE) macro

Completed in 13 milliseconds