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

/freebsd-13-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)) {
85 bzero(secbuf, DEV_BSIZE);
86 bcopy(hdr, secbuf, hdr->hdr_size);
87 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) {
191 if (drvread(dskp, secbuf, hdrlba, 1)) {
195 bcopy(secbuf, hdr, sizeof(*hdr));
264 bcopy(&table[nent], secbuf, DEV_BSIZE);
265 if (drvwrite(dskp, secbuf, slb
[all...]
H A Dufsread.c86 char secbuf[DEV_BSIZE]; /* for MBR/disklabel */ member in struct:dmadat
/freebsd-13-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-13-stable/stand/efi/gptboot/
H A Dproto.c45 static char secbuf[4096] __aligned(4096);
250 if (gptread(&dsk, secbuf) == -1) {
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c561 sec = dmadat->secbuf;
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c480 sec = dmadat->secbuf;
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c235 if (gptread(&gdsk.dsk, dmadat->secbuf) == -1) {

Completed in 195 milliseconds