Searched refs:secbuf (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/libsa/
H A Dgpt.c52 static char *secbuf; variable
72 bcopy(&table[firstent], secbuf, DEV_BSIZE);
74 if (drvwrite(dskp, secbuf, slba, 1)) {
82 bzero(secbuf, DEV_BSIZE);
83 bcopy(hdr, secbuf, hdr->hdr_size);
84 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) {
188 if (drvread(dskp, secbuf, hdrlba, 1)) {
192 bcopy(secbuf, hdr, sizeof(*hdr));
260 bcopy(&table[nent], secbuf, DEV_BSIZE);
261 if (drvwrite(dskp, secbuf, slb
[all...]
H A Dufsread.c86 char secbuf[DEV_BSIZE]; /* for MBR/disklabel */ member in struct:dmadat
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c94 u_char secbuf[1]; /* begin of secret (formal only)*/ member in struct:keydata
268 memcpy(next->secbuf, token, len);
298 memcpy(next->secbuf, keystr, len);
394 next->secbuf, next->seclen, next->keyacclist);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c355 char secbuf[20]; local
360 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
361 amt = strlen (secbuf) + 1;
365 strcpy (secname, secbuf);
H A Dsrec.c526 char secbuf[20]; local
531 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
532 amt = strlen (secbuf) + 1;
534 strcpy (secname, secbuf);
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c304 sec = dmadat->secbuf;
615 sec = dmadat->secbuf;
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c561 sec = dmadat->secbuf;
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c136 char secbuf[READ_BUF_SIZE]; /* for MBR/disklabel */ member in struct:dmadat
594 sec = dmadat->secbuf;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c480 sec = dmadat->secbuf;
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c235 if (gptread(&freebsd_ufs_uuid, &gdsk.dsk, dmadat->secbuf) == -1) {

Completed in 108 milliseconds