Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c579 char *isabuf; in construct_isalist() local
586 "isalist", (uint8_t **)&isabuf, &isalen); in construct_isalist()
616 for (p = isabuf, q = p + isalen; p < q; p += strlen(p) + 1) { in construct_isalist()
630 for (p = isabuf, q = p + isalen; p < q; in construct_isalist()
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c9609 char isabuf[257]; /* from sysinfo(2) manpage */ local
9619 if (sysinfo(SI_ISALIST, isabuf, sizeof (isabuf)) > 0 &&
9620 strncmp(isabuf, "amd64 ", strlen("amd64 ")) == 0) {
9622 } else if (strstr(isabuf, "i386") == NULL) {