HomeSort by: relevance | last modified time | path
    Searched defs:stage1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/stand/installboot/
installboot.h 75 const char *stage1; /* name of stage1 bootstrap */ member in struct:__anon551177cf0208
76 int s1fd; /* open fd to stage1 */
78 uint64_t s1start; /* start block of stage1 */
121 uint32_t offset; /* offset to write start of stage1 */
122 uint32_t blocksize; /* blocksize of stage1 */
123 uint32_t maxsize; /* max size of stage1 */
126 * to read stage1 into
  /src/usr.sbin/installboot/
installboot.h 90 const char *stage1; /* name of stage1 bootstrap */ member in struct:__anon78e59b4b0308
91 int s1fd; /* open fd to stage1 */
93 uint64_t s1start; /* start block of stage1 */
148 uint32_t offset; /* offset to write start of stage1 */
149 uint32_t blocksize; /* blocksize of stage1 */
150 uint32_t maxsize; /* max size of stage1 */
153 * to read stage1 into

Completed in 34 milliseconds