Searched defs:in_command (Results 1 - 2 of 2) sorted by relevance

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

Completed in 46 milliseconds