Lines Matching defs:guid_set
332 bool *guid_set, guid_t *guid);
613 bool guid_set, guid_t *guid, int intf_num);
2606 bool *guid_set, guid_t *guid, int intf_num)
2664 int guid_set = bmc->dyn_guid_set;
2673 intf->bmc->dyn_guid_set = guid_set;
2675 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num))
2723 if (guid_set)
2724 *guid_set = bmc->dyn_guid_set;
2739 bool *guid_set, guid_t *guid)
2741 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1);
2899 bool guid_set;
2903 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, &guid);
2906 if (!guid_set)
2942 bool guid_set;
2944 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, NULL);
2945 return (!rv && guid_set) ? mode : 0;
3107 bool guid_set, guid_t *guid, int intf_num)
3127 if (guid_set)
3166 bmc->dyn_guid_set = guid_set;