Searched refs:hbcnt (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | autoconf.c | 109 static u_int hbcnt = 0, ocp_total, ocp_idle; local 135 if (hbcnt++ < 8 && hbcnt & 1) 137 hbcnt &= 15;
|
| /openbsd/src/usr.sbin/mopd/common/ |
| D | file.c | 228 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; in GetMopFileInfo() local 242 hbcnt = (header[IHD_B_HDRBLKCNT]); in GetMopFileInfo() 254 printf("Header Block Count: %d\n",hbcnt); in GetMopFileInfo() 261 hbcnt = header[L_BBLK+1]*256 + header[L_BBLK]; in GetMopFileInfo() 267 printf("Header Block Count: %d\n",hbcnt); in GetMopFileInfo() 296 hbcnt = (header[IHD_B_HDRBLKCNT]); in GetMopFileInfo() 307 printf("Header Block Count: %d\n",hbcnt); in GetMopFileInfo() 318 hbcnt = (header[EIHD_L_HDRBLKCNT+3]*0x1000000 + in GetMopFileInfo() 330 printf("Header Block Count: %d\n",hbcnt); in GetMopFileInfo()
|