Searched refs:list_name (Results 1 – 3 of 3) sorted by relevance
/xen/xen/include/xen/ |
A D | device_tree.h | 744 const char *list_name, 764 const char *list_name,
|
/xen/xen/common/ |
A D | device_tree.c | 1550 const char *list_name, in __dt_parse_phandle_with_args() argument 1562 list = dt_get_property(np, list_name, &size); in __dt_parse_phandle_with_args() 1686 const char *list_name, in dt_parse_phandle_with_args() argument 1692 return __dt_parse_phandle_with_args(np, list_name, cells_name, 0, in dt_parse_phandle_with_args() 1697 const char *list_name, in dt_count_phandle_with_args() argument 1700 return __dt_parse_phandle_with_args(np, list_name, cells_name, 0, -1, NULL); in dt_count_phandle_with_args()
|
/xen/scripts/ |
A D | get_maintainer.pl | 1076 my ($list_name, $list_address) = parse_email($pvalue);
|
Completed in 14 milliseconds