HomeSort by: relevance | last modified time | path
    Searched refs:iie_cmd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
i2c_io.h 97 const void *iie_cmd; /* pointer to command */ member in struct:i2c_ioctl_exec
i2c.c 938 if (iie->iie_cmd != NULL && iie->iie_cmdlen == 0)
950 if (iie->iie_cmd != NULL) {
952 error = copyin(iie->iie_cmd, cmd, iie->iie_cmdlen);
  /src/usr.sbin/i2cscan/
i2cscan.c 66 iie.iie_cmd = NULL;
83 iie.iie_cmd = NULL;

Completed in 14 milliseconds