Lines Matching defs:bootfs_arg
737 char *bootfs_arg)
814 if (snprintf(bootfs_arg, BOOTARGS_MAX, fmt, bootfs, physpath) >=
837 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg)
868 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0)
876 * Clear bootfs_arg and is_zfs flag.
878 bootfs_arg[0] = 0;
1003 char bootfs_arg[BOOTARGS_MAX];
1106 bzero(bootfs_arg, sizeof (bootfs_arg));
1195 bootfs_arg) != 0) {
1222 (void) get_zfs_bootfs_arg("/", &dp, &is_zfs, bootfs_arg);
1232 off += sprintf(bootargs_buf + off, "%s ", bootfs_arg);