Home
last modified time | relevance | path

Searched refs:vm_rfc1048 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c64 static char vm_rfc1048[4] = VM_RFC1048; variable
158 bcopy(vm_rfc1048, bp->bp_vend, sizeof (vm_rfc1048)); in bootp()
318 if (bcmp(vm_rfc1048, bp->bp_vend, sizeof (vm_rfc1048)) == 0) { in bootprecv()