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

/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c69 static char *rootfs_type = NULL; variable
354 rootfs_type = vfs.f_basetype;
357 return (rootfs_type != NULL && bi_put_bootmisc(BI_ROOTFS_TYPE,
358 rootfs_type, strlen(rootfs_type) + 1));

Completed in 71 milliseconds