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

  /src/sys/arch/hp300/stand/common/
conf.c 76 #define rdopen xxopen macro
91 { "rd", rdstrategy, rdopen, rdclose, rdioctl }, /*2*/
rd.c 256 rdopen(struct open_file *f, ...) function in typeref:typename:int
  /src/sys/arch/vax/vsa/
hdc9224.c 183 static dev_type_open(rdopen);
192 .d_open = rdopen,
203 .d_open = rdopen,
632 rdopen(dev_t dev, int flag, int fmt, struct lwp *l) function in typeref:typename:int
  /src/sys/dev/gpib/
rd.c 250 dev_type_open(rdopen);
260 .d_open = rdopen,
271 .d_open = rdopen,
468 rdopen(dev_t dev, int flags, int mode, struct lwp *l) function in typeref:typename:int
481 (void) tsleep(sc, PRIBIO, "rdopen", 0);
1067 if (rdopen(dev, FREAD | FWRITE, S_IFBLK, NULL))
  /src/sys/arch/hp300/dev/
rd.c 454 static dev_type_open(rdopen);
464 .d_open = rdopen,
475 .d_open = rdopen,
801 rdopen(dev_t dev, int flags, int mode, struct lwp *l) function in typeref:typename:int
817 (void)tsleep(sc, PRIBIO, "rdopen", 0);
1426 if (rdopen(dev, FREAD | FWRITE, S_IFBLK, NULL))

Completed in 14 milliseconds