Lines Matching defs:guid_set
330 bool *guid_set, guid_t *guid);
607 bool guid_set, guid_t *guid, int intf_num);
2488 bool *guid_set, guid_t *guid, int intf_num)
2546 int guid_set = bmc->dyn_guid_set;
2555 intf->bmc->dyn_guid_set = guid_set;
2557 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num))
2605 if (guid_set)
2606 *guid_set = bmc->dyn_guid_set;
2621 bool *guid_set, guid_t *guid)
2623 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1);
2781 bool guid_set;
2785 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, &guid);
2788 if (!guid_set)
2824 bool guid_set;
2826 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, NULL);
2827 return (!rv && guid_set) ? mode : 0;
2989 bool guid_set, guid_t *guid, int intf_num)
3009 if (guid_set)
3048 bmc->dyn_guid_set = guid_set;