Searched refs:sigofs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/amd64/
H A Dbios.c61 * (sigofs) offset of the signature within the paragraph.
68 bios_sigsearch(u_int32_t start, u_char *sig, int siglen, int paralen, int sigofs) argument
85 while ((sp + sigofs + siglen) < end) {
88 if (!bcmp(sp + sigofs, sig, siglen)) {
/freebsd-11-stable/sys/amd64/include/pc/
H A Dbios.h119 int sigofs);
/freebsd-11-stable/sys/i386/i386/
H A Dbios.c203 * (sigofs) offset of the signature within the paragraph.
210 bios_sigsearch(u_int32_t start, u_char *sig, int siglen, int paralen, int sigofs) argument
227 while ((sp + sigofs + siglen) < end) {
230 if (!bcmp(sp + sigofs, sig, siglen)) {
/freebsd-11-stable/sys/i386/include/pc/
H A Dbios.h344 int sigofs);

Completed in 92 milliseconds