Home
last modified time | relevance | path

Searched refs:pcfs_fp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1552 int pcfs_fp; in copy_stage2_to_pcfs() local
1603 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()