Home
last modified time | relevance | path

Searched refs:DLDCOPYOUT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddld_ioc.h103 #define DLDCOPYOUT 0x00000002 /* copyout di_argsize amount of data */ macro
104 #define DLDCOPYINOUT (DLDCOPYIN | DLDCOPYOUT)
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1990 { OVERLAY_IOC_PROPINFO, DLDCOPYIN | DLDCOPYOUT,
1993 { OVERLAY_IOC_GETPROP, DLDCOPYIN | DLDCOPYOUT,
1999 { OVERLAY_IOC_NPROPS, DLDCOPYIN | DLDCOPYOUT,
2002 { OVERLAY_IOC_STATUS, DLDCOPYIN | DLDCOPYOUT,
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1719 if ((info->di_flags & DLDCOPYOUT) && in drv_ioctl()