Searched refs:unixfile (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/halt/ |
H A D | halt.c | 1003 char unixfile[BOOTARGS_MAX]; in parse_fastboot_args() local 1108 bzero(unixfile, sizeof (unixfile)); in parse_fastboot_args() 1154 bcopy(mountpoint, unixfile, mplen); in parse_fastboot_args() 1160 bcopy(newarg, &unixfile[mplen], strlen(newarg)); in parse_fastboot_args() 1171 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() 1172 sizeof (unixfile) - mplen, in parse_fastboot_args() 1175 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() 1176 sizeof (unixfile) - mplen, in parse_fastboot_args() 1193 unixlen = strlen(unixfile); in parse_fastboot_args() 1195 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args() [all …]
|