Searched refs:sp_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c38 u_int sp_size; member in struct:sp_data
614 sp.sp_size = sz;
735 if (sp->sp_len < sp->sp_size)
/freebsd-12-stable/stand/sparc64/boot1/
H A Dboot1.c37 u_int sp_size; member in struct:sp_data
588 sp.sp_size = sz;
709 if (sp->sp_len < sp->sp_size)
/freebsd-12-stable/stand/i386/libi386/
H A Dbiosdisk.c74 uint8_t sp_size; member in struct:specification_packet
370 /* Set sp_size as per specification. */
371 bc_sp.sp_size = sizeof (bc_sp) - sizeof (bc_sp.sp_dummy);

Completed in 92 milliseconds