Home
last modified time | relevance | path

Searched refs:gldm_ioctl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/man/man9e/
H A DMakefile118 gldm_ioctl.9e \
170 gldm_ioctl.9e := LINKSRC = gld.9e
/illumos-gate/usr/src/uts/common/sys/
H A Dgld.h213 int (*gldm_ioctl)(); /* SET BY DRIVER */ member
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9e.inc47 link path=usr/share/man/man9e/gldm_ioctl.9e target=gld.9e
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c463 macinfo->gldm_ioctl = ch_ioctl; in ch_attach()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3148 if (macinfo == NULL || macinfo->gldm_ioctl == NULL) { in gld_ioctl()
3154 (void) (*macinfo->gldm_ioctl) (macinfo, q, mp); in gld_ioctl()