Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dinit.c80 host_close(0); in init_tty()
81 host_close(1); in init_tty()
82 host_close(2); in init_tty()
H A Dutil.c22 host_close(fd); in file2str()
31 host_close(fd); in file2str()
H A Dkbootfdt.c73 host_close(pfd); in add_node_to_fdt()
86 host_close(fd); in add_node_to_fdt()
H A Dhostdisk.c118 host_close(fd); in foreach_file()
357 host_close(desc->d_unit); in hostdisk_close()
H A Dhostfs.c101 host_close(hf->hf_fd); in hostfs_close()
H A Dmain.c296 host_close(smbios_fd); in find_smbios()
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dload_addr.c77 host_close(fd); in kboot_get_phys_load_segment()
94 host_close(fd); in kboot_get_phys_load_segment()
120 host_close(fd); in kboot_get_phys_load_segment()
/freebsd/stand/userboot/userboot/
H A Dhost.c55 host_close(struct open_file *f) in host_close() function
157 .fo_close = host_close,
/freebsd/stand/kboot/include/
H A Dhost_syscall.h161 int host_close(int fd);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c17 host_close(int fd) in host_close() function