Home
last modified time | relevance | path

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

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