HomeSort by: relevance | last modified time | path
    Searched defs:vm_cmu (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/bootp/bootptest/
print-bootp.c 60 static unsigned char vm_cmu[4] = VM_CMU; local in function:bootp_print
175 else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
bootptest.c 118 unsigned char vm_cmu[4] = VM_CMU; variable in typeref:typename:unsigned char[4]
  /src/sys/lib/libsa/
bootp.c 70 static char vm_cmu[4] = VM_CMU; variable in typeref:typename:char[4]
349 else if (memcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0)
  /src/usr.sbin/bootp/common/
readfile.c 283 u_char vm_cmu[4] = VM_CMU;
999 bcopy(vm_cmu, hp->vm_cookie, 4);
281 u_char vm_cmu[4] = VM_CMU; variable in typeref:typename:u_char[4]

Completed in 14 milliseconds