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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1490 struct bootobj *bootobjp; local
1501 bootobjp = &swapfile;
1503 bootobjp = &rootfs;
1512 bootobjp->bo_flags |= BO_VALID;
1513 (void) copystr(sysp->sys_ptr, bootobjp->bo_name,
1518 bootobjp->bo_flags |= BO_VALID;
1519 (void) copystr(sysp->sys_ptr, bootobjp->bo_fstype,

Completed in 77 milliseconds