Lines Matching refs:unixfile
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()
1204 unixlen = strlen(unixfile); in parse_fastboot_args()
1211 bcopy(unixfile, bootargs_buf, mplen); in parse_fastboot_args()
1215 bcopy(&unixfile[mplen], &bootargs_buf[mplen + space], in parse_fastboot_args()