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

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

Completed in 83 milliseconds