Searched refs:node_str (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | srmmu.c | 898 char node_str[128]; in srmmu_paging_init() local 916 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in srmmu_paging_init() 917 if (!strcmp(node_str, "cpu")) { in srmmu_paging_init() 1032 char node_str[128]; in init_vac_layout() local 1041 prom_getstring(nd, "device_type", node_str, sizeof(node_str)); in init_vac_layout() 1042 if (!strcmp(node_str, "cpu")) { in init_vac_layout() 1599 char node_str[128]; in get_srmmu_type() local 1604 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in get_srmmu_type() 1605 if (!strcmp(node_str, "cpu")) { in get_srmmu_type()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 792 node_str = exp_node_lines[0] 798 if node_str in its_lines: 799 node_start_idx = its_lines.index(node_str)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 683 node_str = { 737 entry['permission'] = node_str[o.inodetype] + o.permission 739 entry['permission'] = node_str[o.inodetype] + o.permission
|