Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/hfs/
Dlibhfs.h72 HFS_SIG_HFS = 0x4244 /* 'BD' */ enumerator
Dlibhfs.c201 if (be16toh(*((uint16_t *)buffer)) == HFS_SIG_HFS) { in hfslib_open_volume()