Lines Matching defs:amd64
2196 * 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/archive-new-%d", root, ARCHIVE_PREFIX,
3693 "%s%s%s/amd64%s", root, ARCHIVE_PREFIX, get_machine(),
5205 } else if (strstr(kernel, "amd64") != NULL) {
9391 (void) snprintf(new_path2, PATH_MAX, "/platform/i86pc/%s/amd64/unix",
9447 } else if (strstr(kernelp->arg, "amd64") != NULL) {
10252 * Returns 1 if amd64 (or sparc, for syncing x86 diskless clients)
10258 static int amd64 = -1;
10261 if (amd64 != -1)
10262 return (amd64);
10266 amd64 = 1; /* diskless server */
10270 strncmp(isabuf, "amd64 ", strlen("amd64 ")) == 0) {
10271 amd64 = 1;
10273 amd64 = 1; /* diskless server */
10276 if (amd64 == -1)
10277 amd64 = 0;
10279 return (amd64);