Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c120 extern int client_isLP64;
651 client_isLP64 = 1; in read_elf64()
1393 if ((client_isLP64 == 0) && verbosemode) in getmodpath()
1395 client_isLP64 = 1; in getmodpath()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c81 int client_isLP64 = 1; /* SPARC clients are always LP64 */ variable