Searched refs:guid_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 337 bool *guid_set, guid_t *guid); 594 bool guid_set, guid_t *guid, int intf_num); 2367 bool *guid_set, guid_t *guid, int intf_num) in __bmc_get_device_id() argument 2425 int guid_set = bmc->dyn_guid_set; in __bmc_get_device_id() local 2434 intf->bmc->dyn_guid_set = guid_set; in __bmc_get_device_id() 2436 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num)) in __bmc_get_device_id() 2484 if (guid_set) in __bmc_get_device_id() 2485 *guid_set = bmc->dyn_guid_set; in __bmc_get_device_id() 2500 bool *guid_set, guid_t *guid) in bmc_get_device_id() argument 2502 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1); in bmc_get_device_id() [all …]
|