send_device_cmd 104 dev/hil/hil.c int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd); send_device_cmd 519 dev/hil/hil.c if (send_device_cmd(sc, id, HIL_IDENTIFY) != 0) { send_device_cmd 764 dev/hil/hil.c if ((rc = send_device_cmd(sc, dev->sc_code, cmd)) == 0) {