Home
last modified time | relevance | path

Searched defs:bootparam (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dobpdefs.h173 struct bootparam { struct
174 char *bp_argv[8]; /* String arguments. */
175 char bp_strings[100]; /* String table for string arguments. */
176 char bp_dev[2]; /* Device name. */
177 int bp_ctlr; /* Controller Number. */
178 int bp_unit; /* Unit Number. */
179 int bp_part; /* Partition/file Number. */
180 char *bp_name; /* File name. Points into "bp_strings" */
181 struct boottab *bp_boottab; /* Points to table entry for device */