Searched defs:sp_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c36 u_int sp_len; member in struct:sp_data
587 sp.sp_len = 0;
709 if (sp->sp_len < sp->sp_size)
710 sp->sp_buf[sp->sp_len++] = c;
711 sp->sp_buf[sp->sp_len] = '\0';

Completed in 233 milliseconds