Searched defs:lofi_ioctl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h149 struct lofi_ioctl { struct
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c632 lofi_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) function
636 struct lofi_ioctl native_param;
702 return (lofi_ioctl(rval, fdes, cmd, arg));
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2039 free_lofi_ioctl(struct lofi_ioctl *klip)
2043 kmem_free(klip, sizeof (struct lofi_ioctl));
2048 * the lofi_ioctl structure.
2051 copy_in_lofi_ioctl(const struct lofi_ioctl *ulip, struct lofi_ioctl **klipp,
2054 struct lofi_ioctl *klip;
2057 klip = *klipp = kmem_alloc(sizeof (struct lofi_ioctl), KM_SLEEP);
2058 error = ddi_copyin(ulip, klip, sizeof (struct lofi_ioctl), flag);
2082 copy_out_lofi_ioctl(const struct lofi_ioctl *klip, struct lofi_ioctl *uli
3177 lofi_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *credp, function
[all...]

Completed in 987 milliseconds