Searched refs:procptr (Results 1 – 1 of 1) sorted by relevance
2296 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local2344 procptr = in altera_get_act_info()2348 if (procptr == NULL) in altera_get_act_info()2351 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()2352 procptr->attrs = act_proc_attribute; in altera_get_act_info()2353 procptr->next = NULL; in altera_get_act_info()2357 *proc_list = procptr; in altera_get_act_info()2362 tmpptr->next = procptr; in altera_get_act_info()2377 struct altera_procinfo *procptr = NULL; in altera_init() local2446 procptr = proc_list; in altera_init()[all …]