Home
last modified time | relevance | path

Searched refs:usr_model (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c218 softc_p->usr_model = -1; in dcam_attach()
763 softc_p->usr_model, index, &index)) { in dcam_read()
769 if (softc_p->usr_model == ILP32_PTR_SIZE) { in dcam_read()
857 softc_p->usr_model = ILP32_PTR_SIZE; in dcam_ioctl()
859 softc_p->usr_model = LP64_PTR_SIZE; in dcam_ioctl()
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h100 int usr_model; member