Searched refs:node_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sparc/mm/ |
H A D | srmmu.c | 899 char node_str[128]; in srmmu_paging_init() local 917 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in srmmu_paging_init() 918 if (!strcmp(node_str, "cpu")) { in srmmu_paging_init() 1031 char node_str[128]; in init_vac_layout() local 1040 prom_getstring(nd, "device_type", node_str, sizeof(node_str)); in init_vac_layout() 1041 if (!strcmp(node_str, "cpu")) { in init_vac_layout() 1598 char node_str[128]; in get_srmmu_type() local 1603 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in get_srmmu_type() 1604 if (!strcmp(node_str, "cpu")) { in get_srmmu_type()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | fitimage.py | 816 node_str = exp_node_lines[0] 819 self.assertIn(node_str, its_lines) 821 node_start_idx = its_lines.index(node_str)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 704 node_str = { 758 entry['permission'] = node_str[o.inodetype] + o.permission 760 entry['permission'] = node_str[o.inodetype] + o.permission
|