Lines Matching refs:unixfile
1004 char unixfile[BOOTARGS_MAX]; in parse_fastboot_args() local
1107 bzero(unixfile, sizeof (unixfile)); in parse_fastboot_args()
1153 bcopy(mountpoint, unixfile, mplen); in parse_fastboot_args()
1159 bcopy(newarg, &unixfile[mplen], strlen(newarg)); in parse_fastboot_args()
1170 (void) snprintf(&unixfile[mplen], in parse_fastboot_args()
1171 sizeof (unixfile) - mplen, in parse_fastboot_args()
1174 (void) snprintf(&unixfile[mplen], in parse_fastboot_args()
1175 sizeof (unixfile) - mplen, in parse_fastboot_args()
1192 unixlen = strlen(unixfile); in parse_fastboot_args()
1194 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args()
1203 unixlen = strlen(unixfile); in parse_fastboot_args()
1210 bcopy(unixfile, bootargs_buf, mplen); in parse_fastboot_args()
1214 bcopy(&unixfile[mplen], &bootargs_buf[mplen + space], in parse_fastboot_args()