Home
last modified time | relevance | path

Searched refs:D_U64BIT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dconf.h223 #define D_U64BIT 0x40000 /* Driver supports unsigned 64-bit uio offset */ macro
/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c381 D_NEW | D_MP | D_64BIT | D_U64BIT
H A Dmem.c1025 D_NEW | D_MP | D_64BIT | D_U64BIT
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c729 if (devopsp[nmaj]->devo_cb_ops->cb_flag & D_U64BIT) in spec_open()