Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c159 extern int is_amd64;
278 if (is_amd64 == 0) { in readfile()
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c288 static int is_amd64(void);
1965 if (!is_amd64() && strstr(file, "/amd64/") != 0) in cmpstat()
9559 is_amd64(void) function