Lines Matching refs:guid_set
306 bool *guid_set, guid_t *guid);
592 bool guid_set, guid_t *guid, int intf_num);
2588 bool *guid_set, guid_t *guid, int intf_num)
2646 int guid_set = bmc->dyn_guid_set;
2655 intf->bmc->dyn_guid_set = guid_set;
2657 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num))
2705 if (guid_set)
2706 *guid_set = bmc->dyn_guid_set;
2721 bool *guid_set, guid_t *guid)
2723 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1);
2881 bool guid_set;
2885 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, &guid);
2888 if (!guid_set)
2924 bool guid_set;
2926 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, NULL);
2927 return (!rv && guid_set) ? mode : 0;
3089 bool guid_set, guid_t *guid, int intf_num)
3109 if (guid_set)
3148 bmc->dyn_guid_set = guid_set;