Lines Matching refs:st
669 struct stat st; in gpt_utils_set_xbl_boot_partition() local
677 if (!stat(XBL_BACKUP, &st)) in gpt_utils_set_xbl_boot_partition()
679 else if (!stat(XBL_AB_SECONDARY, &st)) in gpt_utils_set_xbl_boot_partition()
688 if (!stat(XBL_PRIMARY, &st)) in gpt_utils_set_xbl_boot_partition()
690 else if (!stat(XBL_AB_PRIMARY, &st)) in gpt_utils_set_xbl_boot_partition()
703 if((stat(XBL_PRIMARY, &st) || in gpt_utils_set_xbl_boot_partition()
704 stat(XBL_BACKUP, &st)) && in gpt_utils_set_xbl_boot_partition()
705 (stat(XBL_AB_PRIMARY, &st) || in gpt_utils_set_xbl_boot_partition()
706 stat(XBL_AB_SECONDARY, &st))) { in gpt_utils_set_xbl_boot_partition()
934 struct stat st; in add_lun_to_update_list() local
940 if (stat(lun_path, &st)) { in add_lun_to_update_list()
1067 struct stat st; in get_dev_path_from_partition_name() local
1079 if (stat(path, &st)) { in get_dev_path_from_partition_name()