Searched refs:in_command (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | pic16f747.c | 348 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() 419 (uint8_t *)softc->cmd_reg + RF_IND_DATA, in_command); 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() [all …]
|
H A D | epic.c | 334 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()
|