Searched refs:host_open (Results 1 – 10 of 10) sorted by relevance
/freebsd/stand/kboot/kboot/arch/powerpc64/ |
H A D | load_addr.c | 69 fd = host_open("/proc/device-tree/reserved-ranges", O_RDONLY, 0); in kboot_get_phys_load_segment() 80 fd = host_open("/proc/device-tree/chosen/linux,kernel-end", O_RDONLY, 0); in kboot_get_phys_load_segment() 97 fd = host_open("/proc/device-tree/memory@0/reg", O_RDONLY, 0); in kboot_get_phys_load_segment() 99 fd = host_open("/proc/device-tree/memory/reg", O_RDONLY, 0); in kboot_get_phys_load_segment()
|
/freebsd/stand/kboot/kboot/ |
H A D | kbootfdt.c | 45 fd = host_open(path, O_RDONLY, 0); in add_node_to_fdt() 70 pfd = host_open(subpath, O_RDONLY, 0); in add_node_to_fdt() 103 fd = host_open("/sys/firmware/fdt", O_RDONLY, 0); in fdt_platform_load_dtb()
|
H A D | util.c | 17 fd = host_open(fn, HOST_O_RDONLY, 0); in file2str()
|
H A D | init.c | 83 fd = host_open("/dev/console", HOST_O_RDWR | HOST_O_NOCTTY, 0); in init_tty()
|
H A D | hostdisk.c | 102 fd = host_open(dir, O_RDONLY, 0); in foreach_file() 343 desc->d_unit = host_open(fn, O_RDWR, 0); in hostdisk_open()
|
H A D | hostfs.c | 77 hf->hf_fd = host_open(path, HOST_O_RDONLY, 0); in hostfs_open()
|
H A D | main.c | 291 smbios_fd = host_open("/dev/mem", O_RDONLY, 0); in find_smbios()
|
/freebsd/stand/userboot/userboot/ |
H A D | host.c | 45 host_open(const char *upath, struct open_file *f) in host_open() function 156 .fo_open = host_open,
|
/freebsd/stand/kboot/include/ |
H A D | host_syscall.h | 176 int host_open(const char *path, int flags, int mode);
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 115 host_open(const char *path, int flags, int mode) in host_open() function
|