Searched refs:fid_path (Results 1 – 1 of 1) sorted by relevance
2584 char *fid_path; in css_sch_get_chpids() local2590 fid_path = g_strdup_printf("/sys/bus/css/devices/%x.%x.%04x/chpids", in css_sch_get_chpids()2592 fd = fopen(fid_path, "r"); in css_sch_get_chpids()2594 error_report("%s: open %s failed", __func__, fid_path); in css_sch_get_chpids()2595 g_free(fid_path); in css_sch_get_chpids()2603 g_free(fid_path); in css_sch_get_chpids()2612 g_free(fid_path); in css_sch_get_chpids()2619 char *fid_path; in css_sch_get_path_masks() local2624 fid_path = g_strdup_printf("/sys/bus/css/devices/%x.%x.%04x/pimpampom", in css_sch_get_path_masks()2626 fd = fopen(fid_path, "r"); in css_sch_get_path_masks()[all …]