Searched refs:oem (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/
H A Dipmivar.h294 uint8_t oem; member in struct:sdrtype1
324 uint8_t oem; member in struct:sdrtype2
/netbsd-current/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S43 .ascii "NetBSD" | oem
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S43 .ascii "NetBSD" | oem
/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c115 u_int8_t oem[8]; /* OEM name and version */ member in struct:bs
725 setstr(bs->oem, o.OEM_string ? o.OEM_string : "NetBSD",
726 sizeof(bs->oem));
/netbsd-current/sys/lib/libsa/
H A Ddosfs.c95 u_char oem[8]; /* OEM name and version */ member in struct:__anon12
/netbsd-current/sys/dev/pci/
H A Dif_ixl.c4037 uint32_t eetrack, oem; local
4052 oem = ((uint32_t)oem_hi << 16) | oem_lo;
4053 oem_ver = __SHIFTOUT(oem, IXL_NVM_OEMVERSION_MASK);
4054 oem_build = __SHIFTOUT(oem, IXL_NVM_OEMBUILD_MASK);
4055 oem_patch = __SHIFTOUT(oem, IXL_NVM_OEMPATCH_MASK);
4057 aprint_normal(" nvm %x.%02x etid %08x oem %d.%d.%d",

Completed in 134 milliseconds