HomeSort by: relevance | last modified time | path
    Searched defs:ipmi_get_device_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
ipmi.c 218 static int ipmi_get_device_id(struct ipmi_softc *, struct ipmi_device_id *);
1982 if (ipmi_get_device_id(&sc, NULL) == 0)
2028 if (ipmi_get_device_id(sc, &id))
2231 ipmi_get_device_id(struct ipmi_softc *sc, struct ipmi_device_id *res) function in typeref:typename:int
ipmi.c 218 static int ipmi_get_device_id(struct ipmi_softc *, struct ipmi_device_id *);
1982 if (ipmi_get_device_id(&sc, NULL) == 0)
2028 if (ipmi_get_device_id(sc, &id))
2231 ipmi_get_device_id(struct ipmi_softc *sc, struct ipmi_device_id *res) function in typeref:typename:int

Completed in 24 milliseconds