Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpic16f747.c348 uint8_t in_command; in pic_ioctl() local
357 if (ddi_copyin((caddr_t)arg, &in_command, sizeof (in_command), in pic_ioctl()
402 in_command = ddi_get8(softc->cmd_handle, in pic_ioctl()
406 if (in_command == 0xff) in pic_ioctl()
409 (void) ddi_copyout(&in_command, (caddr_t)arg, 1, mode); in pic_ioctl()
428 in_command = 0; in pic_ioctl()
429 (void) ddi_copyout(&in_command, (caddr_t)arg, 1, mode); in pic_ioctl()
441 in_command = ddi_get8(softc->cmd_handle, in pic_ioctl()
445 if (in_command == 0xff) in pic_ioctl()
448 in_command = (in_command >> pic_nodes[node].ff_shift) & 0x1; in pic_ioctl()
[all …]
H A Depic.c334 uint8_t in_command; in epic_ioctl() local
375 in_command, EPIC_IND_FW_VERSION); in epic_ioctl()
376 if (ddi_copyout((void *)(&in_command), (void *)arg, in epic_ioctl()
377 sizeof (in_command), mode) != DDI_SUCCESS) { in epic_ioctl()