Lines Matching refs:mode

58     int 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);
79 hci1394_ioctl_readselfid32_t *read_selfid, int mode);
85 hci1394_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in hci1394_ioctl() argument
106 status = hci1394_ioctl_wrreg(soft_state, (void *)arg, mode); in hci1394_ioctl()
109 status = hci1394_ioctl_rdreg(soft_state, (void *)arg, mode); in hci1394_ioctl()
112 status = hci1394_ioctl_rdvreg(soft_state, (void *)arg, mode); in hci1394_ioctl()
115 status = hci1394_ioctl_wrvreg(soft_state, (void *)arg, mode); in hci1394_ioctl()
122 mode); in hci1394_ioctl()
126 mode); in hci1394_ioctl()
130 mode); in hci1394_ioctl()
133 status = hci1394_ioctl_rdphy(soft_state, (void *)arg, mode); in hci1394_ioctl()
136 status = hci1394_ioctl_wrphy(soft_state, (void *)arg, mode); in hci1394_ioctl()
139 status = hci1394_ioctl_hbainfo(soft_state, (void *)arg, mode); in hci1394_ioctl()
149 arg, mode, credp, rvalp); in hci1394_ioctl()
158 hci1394_ioctl_wrreg(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_wrreg() argument
167 status = ddi_copyin(arg, &wrreg, sizeof (hci1394_ioctl_wrreg_t), mode); in hci1394_ioctl_wrreg()
179 hci1394_ioctl_rdreg(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_rdreg() argument
188 status = ddi_copyin(arg, &rdreg, sizeof (hci1394_ioctl_rdreg_t), mode); in hci1394_ioctl_rdreg()
195 status = ddi_copyout(&rdreg, arg, sizeof (hci1394_ioctl_rdreg_t), mode); in hci1394_ioctl_rdreg()
205 hci1394_ioctl_wrvreg(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_wrvreg() argument
215 mode); in hci1394_ioctl_wrvreg()
231 hci1394_ioctl_rdvreg(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_rdvreg() argument
241 mode); in hci1394_ioctl_rdvreg()
253 mode); in hci1394_ioctl_rdvreg()
263 hci1394_ioctl_selfid_cnt(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_selfid_cnt() argument
275 sizeof (hci1394_ioctl_selfid_cnt_t), mode); in hci1394_ioctl_selfid_cnt()
285 hci1394_ioctl_busgen_cnt(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_busgen_cnt() argument
297 sizeof (hci1394_ioctl_busgen_cnt_t), mode); in hci1394_ioctl_busgen_cnt()
307 hci1394_ioctl_wrphy(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_wrphy() argument
316 status = ddi_copyin(arg, &wrphy, sizeof (hci1394_ioctl_wrphy_t), mode); in hci1394_ioctl_wrphy()
332 hci1394_ioctl_rdphy(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_rdphy() argument
341 status = ddi_copyin(arg, &rdphy, sizeof (hci1394_ioctl_rdphy_t), mode); in hci1394_ioctl_rdphy()
352 status = ddi_copyout(&rdphy, arg, sizeof (hci1394_ioctl_rdphy_t), mode); in hci1394_ioctl_rdphy()
362 hci1394_ioctl_hbainfo(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_hbainfo() argument
379 mode); in hci1394_ioctl_hbainfo()
389 hci1394_ioctl_read_selfid(hci1394_state_t *soft_state, void *arg, int mode) in hci1394_ioctl_read_selfid() argument
404 switch (ddi_model_convert_from(mode & FMODELS)) { in hci1394_ioctl_read_selfid()
410 sizeof (hci1394_ioctl_readselfid32_t), mode); in hci1394_ioctl_read_selfid()
420 &read_selfid32, mode); in hci1394_ioctl_read_selfid()
434 sizeof (hci1394_ioctl_read_selfid_t), mode); in hci1394_ioctl_read_selfid()
457 status = ddi_copyout(&data, &read_selfid.buf[offset], 4, mode); in hci1394_ioctl_read_selfid()
470 hci1394_ioctl_readselfid32_t *read_selfid, int mode) in hci1394_ioctl_read_selfid32() argument
499 4, mode); in hci1394_ioctl_read_selfid32()