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

  /src/sys/rump/kern/lib/libsys_linux/
sys_linux_component.c 53 linux_fakedev(dev_t in, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux32/common/
linux32_stat.c 82 #define linux_fakedev(x,y) (x) macro
88 st32->lst_dev = linux_fakedev(st->st_dev, 0);
97 st32->lst_rdev = linux_fakedev(st->st_rdev, 0);
115 st32->lst_dev = linux_fakedev(st->st_dev, 0);
124 st32->lst_rdev = linux_fakedev(st->st_rdev, 0);
  /src/sys/compat/linux/arch/arm/
linux_machdep.c 260 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/alpha/
linux_machdep.c 508 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/aarch64/
linux_machdep.c 248 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 456 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 283 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 357 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 876 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 630 linux_fakedev(dev_t dev, int raw) function in typeref:typename:dev_t

Completed in 16 milliseconds