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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c724 char *bootfs_arg)
801 if (snprintf(bootfs_arg, BOOTARGS_MAX, fmt, bootfs, physpath) >=
824 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) argument
855 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0)
863 * Clear bootfs_arg and is_zfs flag.
865 bootfs_arg[0] = 0;
990 char bootfs_arg[BOOTARGS_MAX]; local
1093 bzero(bootfs_arg, sizeof (bootfs_arg));
1182 bootfs_arg) !
723 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs, char *bootfs_arg) argument
[all...]

Completed in 133 milliseconds