Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c10178 char isabuf[257]; /* from sysinfo(2) manpage */ local
10188 if (sysinfo(SI_ISALIST, isabuf, sizeof (isabuf)) > 0 &&
10189 strncmp(isabuf, "amd64 ", strlen("amd64 ")) == 0) {
10191 } else if (strstr(isabuf, "i386") == NULL) {