Searched refs:res_path (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/resctrl/ |
| A D | resctrlfs.c | 713 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/ |
| A D | ipr.h | 429 __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 …]
|
| A D | ipr.c | 1122 memcpy(res->res_path, &cfgtew->u.cfgte64->res_path, in ipr_init_res_entry() 1123 sizeof(res->res_path)); in ipr_init_res_entry() 1237 u8 *res_path, char *buffer, int len) in ipr_format_res_path() argument 1276 if (memcmp(res->res_path, &cfgtew->u.cfgte64->res_path, in ipr_update_res_entry() 1277 sizeof(res->res_path))) { in ipr_update_res_entry() 1278 memcpy(res->res_path, &cfgtew->u.cfgte64->res_path, in ipr_update_res_entry() 1279 sizeof(res->res_path)); in ipr_update_res_entry() 2016 fabric->res_path, in ipr_log64_fabric_path() 2166 cfg->res_path, buffer, sizeof(buffer)), in ipr_log64_path_elem() 2176 cfg->res_path, buffer, sizeof(buffer)), in ipr_log64_path_elem() [all …]
|
Completed in 109 milliseconds