HomeSort by: relevance | last modified time | path
    Searched refs:open_file (Results 1 - 25 of 223) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/acorn32/stand/lib/
riscosfile.h 30 int riscos_open(const char *, struct open_file *);
31 int riscos_read(struct open_file *, void *, size_t, size_t *);
32 int riscos_close(struct open_file *);
33 int riscos_write(struct open_file *, void *, size_t, size_t *);
34 int riscos_stat(struct open_file *, struct stat *);
35 off_t riscos_seek(struct open_file *, off_t, int);
riscospart.h 29 extern int getdisklabel_acorn(struct open_file *, struct disklabel *);
riscosdisk.h 31 int rodisk_open(struct open_file *, ...);
32 int rodisk_close(struct open_file *);
33 int rodisk_ioctl(struct open_file *, u_long, void *);
  /src/sys/arch/hp300/stand/common/
rawfs.h 8 int rawfs_open(const char *, struct open_file *);
9 int rawfs_close(struct open_file *);
10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
11 int rawfs_write(struct open_file *, void *, u_int, u_int *);
12 off_t rawfs_seek(struct open_file *, off_t, int);
13 int rawfs_stat(struct open_file *, struct stat *);
  /src/sys/arch/macppc/stand/ofwboot/
hfs.h 3 int hfs_open(const char *, struct open_file *);
4 int hfs_close(struct open_file *);
5 int hfs_read(struct open_file *, void *, size_t, size_t *);
6 int hfs_write(struct open_file *, void *, size_t, size_t *);
7 off_t hfs_seek(struct open_file *, off_t, int);
8 int hfs_stat(struct open_file *, struct stat *);
  /src/sys/arch/sun68k/stand/tapeboot/
rawfs.h 8 int rawfs_open(const char *, struct open_file *);
9 int rawfs_close(struct open_file *);
10 int rawfs_read(struct open_file *, void *, u_int, u_int *);
11 int rawfs_write(struct open_file *, void *, u_int, u_int *);
12 off_t rawfs_seek(struct open_file *, off_t, int);
13 int rawfs_stat(struct open_file *, struct stat *);
  /src/sys/arch/ia64/stand/efi/libefi/
efifsdev.h 29 int efifs_dev_open(struct open_file *, ...);
30 int efifs_dev_close(struct open_file *);
33 int efifs_open(const char *, struct open_file *);
34 int efifs_close(struct open_file *);
35 int efifs_read(struct open_file *, void *, size_t, size_t *);
36 int efifs_write(struct open_file *, void *, size_t, size_t *);
37 off_t efifs_seek(struct open_file *, off_t, int );
38 int efifs_stat(struct open_file *, struct stat *);
39 int efifs_readdir(struct open_file *f, struct dirent *d);
  /src/sys/arch/vax/boot/boot/
vaxstand.h 36 (int(*)(struct open_file *, ...))open, \
37 (int(*)(struct open_file *))close, \
38 (int(*)(struct open_file *,u_long, void *))ioctl}
48 int net_devinit(struct open_file *f, struct netif_driver *drv, u_char *eaddr);
52 int raopen(struct open_file *, int, int, int, int),
54 raclose(struct open_file *);
55 int hpopen(struct open_file *, int, int, int, int),
57 int ctuopen(struct open_file *, int, int, int, int),
59 int tmscpopen(struct open_file *, int, int, int, int),
61 int romopen(struct open_file *, int, int, int, int)
    [all...]
  /src/sys/arch/alpha/stand/common/
blkdev.h 4 int blkdevopen(struct open_file *, ...);
9 int blkdevclose(struct open_file *);
  /src/sys/arch/emips/stand/common/
ace.h 34 extern int aceopen (struct open_file*, ...);
36 extern int aceclose (struct open_file*);
raw.h 34 extern int rawopen (struct open_file*, ...);
36 extern int rawclose (struct open_file*);
  /src/sys/arch/evbmips/stand/sbmips/common/
blkdev.h 4 int blkdevopen(struct open_file *, ...);
9 int blkdevclose(struct open_file *);
  /src/sys/arch/sbmips/stand/common/
blkdev.h 4 int blkdevopen(struct open_file *, ...);
9 int blkdevclose(struct open_file *);
  /src/sys/lib/libsa/
files.c 12 struct open_file files[SOPEN_MAX];
  /src/sys/arch/alpha/stand/netboot/
dev_net.h 4 int net_open(struct open_file *, ...);
5 int net_close(struct open_file *);
6 int net_ioctl(struct open_file *, u_long, void *);
  /src/sys/arch/arc/stand/boot/
disk.h 36 int diskopen(struct open_file *, ...);
37 int diskclose(struct open_file *);
38 int diskioctl(struct open_file *, u_long, void *);
  /src/sys/arch/hpc/stand/libsa/
winblk.h 40 int winblkopen(struct open_file *, ...);
41 int winblkclose(struct open_file *);
42 int winblkioctl(struct open_file *, u_long, void *);
  /src/sys/arch/hpcmips/stand/libsa/
winblk.h 39 int winblkopen(struct open_file*, ...);
40 int winblkclose(struct open_file*);
41 int winblkioctl(struct open_file*, u_long, void*);
  /src/sys/arch/i386/stand/pxeboot/
dev_net.h 3 int net_open(struct open_file *, ...);
4 int net_close(struct open_file *);
5 int net_ioctl(struct open_file *, u_long, void *);
  /src/sys/arch/ia64/stand/common/
dev_net.h 31 int net_open(struct open_file *, ...);
32 int net_close(struct open_file *);
33 int net_ioctl(struct open_file *, u_long, void *);
  /src/sys/arch/mipsco/stand/common/
saio.h 32 int saioopen(struct open_file*, ...);
34 int saioclose(struct open_file*);
37 int saioioctl(struct open_file*, u_long, void*);
  /src/sys/arch/mvme68k/stand/bootst/
dev_tape.h 4 int tape_open(struct open_file *, ...);
5 int tape_close(struct open_file *);
7 int tape_ioctl(struct open_file *, u_long, void *);
  /src/sys/arch/mvme68k/stand/libsa/
libsa.h 10 int bugscopen(struct open_file *, ...);
11 int bugscclose(struct open_file *);
12 int bugscioctl(struct open_file *, u_long, void *);
  /src/sys/arch/pmax/stand/common/
rz.h 36 int rzopen(struct open_file*, ...);
38 int rzclose(struct open_file*);
41 int rzioctl(struct open_file*, u_long, void*);
  /src/sys/arch/sgimips/stand/common/
disk.h 36 int diskopen(struct open_file *, ...);
37 int diskclose(struct open_file *);
38 int diskioctl(struct open_file *, u_long, void *);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 9