Searched refs:INODEOFF (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.h38 #define INODEOFF ((INODESEG-BOOTSEG) << 4) macro
H A Di386_softraid.c145 &p[bootsize - SR_FS_BLOCKSIZE]) + INODEOFF;
H A Di386_installboot.c854 ((((char *)ap) - buf) + INODEOFF));
866 (unsigned int)((((char *)ap) - buf) + INODEOFF));
/openbsd-current/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S82 #define INODEOFF ((INODESEG-BOOTSEG) << 4) define
90 * offset within the block + $INODEOFF, which is
505 movl $INODEOFF, %esi
/openbsd-current/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S82 #define INODEOFF ((INODESEG-BOOTSEG) << 4) define
90 * offset within the block + $INODEOFF, which is
505 movl $INODEOFF, %esi

Completed in 193 milliseconds