Home
last modified time | relevance | path

Searched refs:guid_set (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/char/ipmi/
Dipmi_msghandler.c332 bool *guid_set, guid_t *guid);
613 bool guid_set, guid_t *guid, int intf_num);
2610 bool *guid_set, guid_t *guid, int intf_num) in __bmc_get_device_id() argument
2668 int guid_set = bmc->dyn_guid_set; in __bmc_get_device_id() local
2677 intf->bmc->dyn_guid_set = guid_set; in __bmc_get_device_id()
2679 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num)) in __bmc_get_device_id()
2727 if (guid_set) in __bmc_get_device_id()
2728 *guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2743 bool *guid_set, guid_t *guid) in bmc_get_device_id() argument
2745 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1); in bmc_get_device_id()
[all …]