Searched refs:fid_path (Results 1 – 1 of 1) sorted by relevance
2555 char *fid_path; in css_sch_get_chpids() local2561 fid_path = g_strdup_printf("/sys/bus/css/devices/%x.%x.%04x/chpids", in css_sch_get_chpids()2563 fd = fopen(fid_path, "r"); in css_sch_get_chpids()2565 error_report("%s: open %s failed", __func__, fid_path); in css_sch_get_chpids()2566 g_free(fid_path); in css_sch_get_chpids()2574 g_free(fid_path); in css_sch_get_chpids()2583 g_free(fid_path); in css_sch_get_chpids()2590 char *fid_path; in css_sch_get_path_masks() local2595 fid_path = g_strdup_printf("/sys/bus/css/devices/%x.%x.%04x/pimpampom", in css_sch_get_path_masks()2597 fd = fopen(fid_path, "r"); in css_sch_get_path_masks()[all …]