Searched defs:amd64 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2196 * If the file is not an executable and is not inside an amd64
2201 if (strstr(path, "/amd64")) {
2229 if (strstr(path, "/amd64") == NULL) {
2302 /* ignore amd64 modules unless we are booted amd64. */
2303 if (!is_amd64() && strstr(file, "/amd64/") != 0)
2492 "/amd64" : "", CACHEDIR_SUFFIX);
2540 sizeof (get_updatedir(what)), "%s%s%s/amd64%s", root,
2579 "%s%s%s/amd64%s", root, ARCHIVE_PREFIX, get_machine(),
3682 "%s%s%s/amd64/archiv
10258 static int amd64 = -1; local
[all...]

Completed in 59 milliseconds