Searched refs:fragbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c81 } fragbuf; local
83 struct ntpdata *ntp = &fragbuf.ntp_msg;
84 struct ntp_control *ntpc = (struct ntp_control *)&fragbuf.ntpc_msg;
85 struct ntp_private *ntpp = (struct ntp_private *)&fragbuf.ntpp_msg;
91 (void) memcpy(&fragbuf, ntp_pkt, MIN(sizeof (fragbuf), fraglen));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c256 char fragbuf[BIOSCD_SECSIZE]; local
290 if (fragsize && bc_read(unit, dblk + blks, 1, fragbuf) != 1) {
299 bcopy(fragbuf, buf + (blks * BIOSCD_SECSIZE), fragsize);
H A Dbiosdisk.c406 char fragbuf[BIOSDISK_SECSIZE]; local
448 bcopy(fragbuf, buf + (blks * BIOSDISK_SECSIZE), fragsize);

Completed in 66 milliseconds