HomeSort by: relevance | last modified time | path
    Searched defs:open_file (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
stand.h 83 struct open_file;
86 extern __compactcall int __CONCAT(fs,_open)(const char *, struct open_file *); \
87 extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \
88 extern __compactcall int __CONCAT(fs,_read)(struct open_file *, void *, \
90 extern __compactcall int __CONCAT(fs,_write)(struct open_file *, void *, \
92 extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \
93 extern __compactcall int __CONCAT(fs,_stat)(struct open_file *, struct stat *)
98 extern __compactcall void __CONCAT(fs,_ls)(struct open_file *, const char *)
112 __compactcall int (*open)(const char *, struct open_file *);
113 __compactcall int (*close)(struct open_file *);
212 struct open_file { struct
    [all...]
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 105 static int open_file(const char *, char *, Elf32_External_Ehdr *,
138 open_file(const char *ftype, char *file, Elf32_External_Ehdr *hdr, function in typeref:typename:int
299 elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
301 kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);
467 elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
468 kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);
695 elf_fd = open_file("bootloader", boot, &hdr, &elf_stat);
697 kern_fd = open_file("kernel", kernel, &khdr, &kern_stat);

Completed in 22 milliseconds