Searched refs:vm_cookie (Results 1 - 4 of 4) sorted by path

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c964 if (hp->flags.vm_cookie) {
966 bcopy(hp->vm_cookie, bp->bp_vend, 4);
H A Dbootpd.h132 vm_cookie :1; member in struct:flag
151 * The vm_cookie field specifies the four-octet vendor magic cookie to use
182 byte vm_cookie[4],
181 byte vm_cookie[4], member in struct:host
H A Ddumptab.c267 if (hp->flags.vm_cookie) {
269 if (!bcmp(hp->vm_cookie, vm_rfc1048, 4)) {
271 } else if (!bcmp(hp->vm_cookie, vm_cmu, 4)) {
275 (int) ((hp->vm_cookie)[0]),
276 (int) ((hp->vm_cookie)[1]),
277 (int) ((hp->vm_cookie)[2]),
278 (int) ((hp->vm_cookie)[3]));
H A Dreadfile.c1002 hp->flags.vm_cookie = FALSE;
1007 bcopy(vm_rfc1048, hp->vm_cookie, 4);
1009 bcopy(vm_cmu, hp->vm_cookie, 4);
1015 bcopy(&value, hp->vm_cookie, 4);
1017 hp->flags.vm_cookie = TRUE;
1480 if (!hp->flags.vm_cookie) {
1481 if ((hp->flags.vm_cookie = hp2->flags.vm_cookie)) {
1482 bcopy(hp2->vm_cookie, hp->vm_cookie,
[all...]

Completed in 95 milliseconds