Searched refs:propl (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/sparc64/prom/ |
D | console.c | 118 int propl; in prom_query_output_device() local 121 propl = prom_getproperty(st_p, "device_type", propb, sizeof(propb)); in prom_query_output_device() 122 if (propl >= 0 && propl == sizeof("display") && in prom_query_output_device()
|
/linux-2.4.37.9/arch/sparc/prom/ |
D | console.c | 164 int propl; in prom_query_output_device() local 181 propl = prom_getproperty(st_p, "device_type", propb, sizeof(propb)); in prom_query_output_device() 182 if (propl >= 0 && propl == sizeof("display") && in prom_query_output_device() 188 if(propl >= 0 && in prom_query_output_device()
|
/linux-2.4.37.9/arch/m68k/sun3/prom/ |
D | console.c | 123 int propl; 142 propl = prom_getproperty(st_p, "device_type", propb, sizeof(propb)); 143 if (propl >= 0 && propl == sizeof("display") &&
|
/linux-2.4.37.9/drivers/fc4/ |
D | soc.c | 550 int propl; in soc_init() local 581 propl = prom_getproperty (sdev->prom_node, "soc-wwn", tmp, sizeof(tmp)); in soc_init() 582 if (propl != sizeof (fc_wwn)) { in soc_init() 588 propl = prom_getproperty (sdev->prom_node, "port-wwns", tmp, sizeof(tmp)); in soc_init() 589 if (propl != 2 * sizeof (fc_wwn)) { in soc_init()
|
D | socal.c | 659 int propl; in socal_init() local 689 propl = prom_getproperty (sdev->prom_node, "wwn", tmp, sizeof(tmp)); in socal_init() 690 if (propl != sizeof (fc_wwn)) { in socal_init()
|