Lines Matching refs:mode

60     int mode);
62 int mode);
64 int mode);
66 int mode);
68 int mode);
70 int mode);
72 int mode);
74 int mode);
76 int mode);
78 int mode);
81 hci1394_ioctl_readselfid32_t *read_selfid, int mode);
87 hci1394_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
117 status = hci1394_ioctl_wrreg(soft_state, (void *)arg, mode);
120 status = hci1394_ioctl_rdreg(soft_state, (void *)arg, mode);
123 status = hci1394_ioctl_rdvreg(soft_state, (void *)arg, mode);
126 status = hci1394_ioctl_wrvreg(soft_state, (void *)arg, mode);
133 mode);
137 mode);
141 mode);
144 status = hci1394_ioctl_rdphy(soft_state, (void *)arg, mode);
147 status = hci1394_ioctl_wrphy(soft_state, (void *)arg, mode);
150 status = hci1394_ioctl_hbainfo(soft_state, (void *)arg, mode);
160 arg, mode, credp, rvalp);
171 hci1394_ioctl_wrreg(hci1394_state_t *soft_state, void *arg, int mode)
181 status = ddi_copyin(arg, &wrreg, sizeof (hci1394_ioctl_wrreg_t), mode);
199 hci1394_ioctl_rdreg(hci1394_state_t *soft_state, void *arg, int mode)
209 status = ddi_copyin(arg, &rdreg, sizeof (hci1394_ioctl_rdreg_t), mode);
220 status = ddi_copyout(&rdreg, arg, sizeof (hci1394_ioctl_rdreg_t), mode);
236 hci1394_ioctl_wrvreg(hci1394_state_t *soft_state, void *arg, int mode)
248 mode);
274 hci1394_ioctl_rdvreg(hci1394_state_t *soft_state, void *arg, int mode)
286 mode);
306 mode);
322 hci1394_ioctl_selfid_cnt(hci1394_state_t *soft_state, void *arg, int mode)
336 sizeof (hci1394_ioctl_selfid_cnt_t), mode);
353 hci1394_ioctl_busgen_cnt(hci1394_state_t *soft_state, void *arg, int mode)
367 sizeof (hci1394_ioctl_busgen_cnt_t), mode);
384 hci1394_ioctl_wrphy(hci1394_state_t *soft_state, void *arg, int mode)
394 status = ddi_copyin(arg, &wrphy, sizeof (hci1394_ioctl_wrphy_t), mode);
420 hci1394_ioctl_rdphy(hci1394_state_t *soft_state, void *arg, int mode)
430 status = ddi_copyin(arg, &rdphy, sizeof (hci1394_ioctl_rdphy_t), mode);
449 status = ddi_copyout(&rdphy, arg, sizeof (hci1394_ioctl_rdphy_t), mode);
465 hci1394_ioctl_hbainfo(hci1394_state_t *soft_state, void *arg, int mode)
484 mode);
501 hci1394_ioctl_read_selfid(hci1394_state_t *soft_state, void *arg, int mode)
518 switch (ddi_model_convert_from(mode & FMODELS)) {
524 sizeof (hci1394_ioctl_readselfid32_t), mode);
538 &read_selfid32, mode);
552 sizeof (hci1394_ioctl_read_selfid_t), mode);
583 status = ddi_copyout(&data, &read_selfid.buf[offset], 4, mode);
603 hci1394_ioctl_readselfid32_t *read_selfid, int mode)
638 4, mode);