Home
last modified time | relevance | path

Searched refs:client_isLP64 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c133 extern int client_isLP64;
749 client_isLP64 = 1; in read_elf64()
1546 if ((client_isLP64 == 0) && verbosemode)
1548 client_isLP64 = 1;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c80 int client_isLP64 = 1; /* SPARC clients are always LP64 */ variable