Lines Matching refs:fid_path
2555 char *fid_path; in css_sch_get_chpids() local
2561 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() local
2595 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()
2599 error_report("%s: open %s failed", __func__, fid_path); in css_sch_get_path_masks()
2600 g_free(fid_path); in css_sch_get_path_masks()
2606 g_free(fid_path); in css_sch_get_path_masks()
2614 g_free(fid_path); in css_sch_get_path_masks()
2622 char *fid_path; in css_sch_get_chpid_type() local
2625 fid_path = g_strdup_printf("/sys/devices/css%x/chp0.%02x/type", in css_sch_get_chpid_type()
2627 fd = fopen(fid_path, "r"); in css_sch_get_chpid_type()
2629 error_report("%s: open %s failed", __func__, fid_path); in css_sch_get_chpid_type()
2630 g_free(fid_path); in css_sch_get_chpid_type()
2636 g_free(fid_path); in css_sch_get_chpid_type()
2641 g_free(fid_path); in css_sch_get_chpid_type()