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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dufsread.c85 char sbbuf[SBLOCKSIZE]; /* superblock */ member in struct:dmadat
244 if (dskread(dmadat->sbbuf, sblock_try[n] / DEV_BSIZE,
247 memcpy(&fs, dmadat->sbbuf, sizeof(struct fs));
269 memcpy(&fs, dmadat->sbbuf, sizeof(struct fs));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1057 uchar_t sbbuf[] = { local
1062 (uchar_t)0, /* placeholder: sbbuf[4] */
1063 (uchar_t)CFB64_IV_OK, /* placeholder: sbbuf[5] */
1071 type = sbbuf[4] = *data++;
1130 sbbuf[5] = (uchar_t)iv_status; /* either CFB64_IV_OK or BAD */
1144 write_data_len((const char *)sbbuf, sizeof (sbbuf));
1180 uchar_t sbbuf[MAXOPTLEN], *p; local
1249 p = sbbuf;
1268 write_data_len((const char *)sbbuf, (size_
1347 uchar_t sbbuf[MAXOPTLEN]; local
1786 uchar_t sbbuf[128], *p; local
2497 uchar_t sbbuf[MAXOPTLEN], *p; local
2680 static uchar_t sbbuf[] = { (uchar_t)IAC, (uchar_t)SB, local
2687 static uchar_t sbbuf[] = { (uchar_t)IAC, (uchar_t)SB, local
2694 static uchar_t sbbuf[] = { (uchar_t)IAC, (uchar_t)SB, local
2701 static uchar_t sbbuf[] = { (uchar_t)IAC, (uchar_t)SB, local
[all...]

Completed in 140 milliseconds