Lines Matching refs:guid_set
316 bool *guid_set, guid_t *guid);
593 bool guid_set, guid_t *guid, int intf_num);
2470 bool *guid_set, guid_t *guid, int intf_num) in __bmc_get_device_id() argument
2528 int guid_set = bmc->dyn_guid_set; in __bmc_get_device_id() local
2537 intf->bmc->dyn_guid_set = guid_set; in __bmc_get_device_id()
2539 if (__ipmi_bmc_register(intf, &id, guid_set, &guid, intf_num)) in __bmc_get_device_id()
2587 if (guid_set) in __bmc_get_device_id()
2588 *guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2603 bool *guid_set, guid_t *guid) in bmc_get_device_id() argument
2605 return __bmc_get_device_id(intf, bmc, id, guid_set, guid, -1); in bmc_get_device_id()
2763 bool guid_set; in guid_show() local
2767 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, &guid); in guid_show()
2770 if (!guid_set) in guid_show()
2806 bool guid_set; in bmc_dev_attr_is_visible() local
2808 rv = bmc_get_device_id(NULL, bmc, NULL, &guid_set, NULL); in bmc_dev_attr_is_visible()
2809 return (!rv && guid_set) ? mode : 0; in bmc_dev_attr_is_visible()
2971 bool guid_set, guid_t *guid, int intf_num) in __ipmi_bmc_register() argument
2991 if (guid_set) in __ipmi_bmc_register()
3030 bmc->dyn_guid_set = guid_set; in __ipmi_bmc_register()