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

/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c223 struct zfs_boot_args *zargs; local
248 zargs = NULL;
251 zargs = (struct zfs_boot_args *)(kargs + 1);
253 if (zargs != NULL &&
254 zargs->size >= offsetof(struct zfs_boot_args, primary_pool)) {
256 new_currdev.d_kind.zfs.pool_guid = zargs->pool;
257 new_currdev.d_kind.zfs.root_guid = zargs->root;
258 if (zargs->size >= sizeof(*zargs) && zargs
[all...]

Completed in 56 milliseconds