Searched refs:pcfs_fp (Results 1 – 1 of 1) sorted by relevance
1552 int pcfs_fp; in copy_stage2_to_pcfs() local1603 pcfs_fp = open(buf, O_WRONLY | O_CREAT, S_IRWXU); in copy_stage2_to_pcfs()1604 if (pcfs_fp == -1) { in copy_stage2_to_pcfs()1611 if (write(pcfs_fp, stage2->file, stage2->file_size) in copy_stage2_to_pcfs()1619 (void) close(pcfs_fp); in copy_stage2_to_pcfs()