Home
last modified time | relevance | path

Searched refs:res_path (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c713 char res_path[PATH_MAX]; in resctrl_resource_exists() local
724 snprintf(res_path, sizeof(res_path), "%s/%s", INFO_PATH, resource); in resctrl_resource_exists()
726 if (stat(res_path, &statbuf)) in resctrl_resource_exists()
742 char res_path[PATH_MAX]; in resctrl_mon_feature_exists() local
749 snprintf(res_path, sizeof(res_path), "%s/%s/mon_features", INFO_PATH, resource); in resctrl_mon_feature_exists()
750 inf = fopen(res_path, "r"); in resctrl_mon_feature_exists()
771 char res_path[PATH_MAX]; in resource_info_file_exists() local
777 snprintf(res_path, sizeof(res_path), "%s/%s/%s", INFO_PATH, resource, in resource_info_file_exists()
780 if (stat(res_path, &statbuf)) in resource_info_file_exists()
/linux/drivers/scsi/
H A Dipr.h429 __be64 res_path; member
828 u8 res_path[8]; member
845 u8 res_path[8]; member
868 u8 res_path[8]; member
1011 u8 res_path[8]; member
1044 u8 res_path[8]; member
1262 u8 res_path[8]; member
1879 u8 *res_path; in ipr_is_device() local
1882 res_path = &hostrcb->hcam.u.error64.fd_res_path[0]; in ipr_is_device()
1883 if ((res_path[0] == 0x00 || res_path[0] == 0x80 || in ipr_is_device()
[all …]