Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmac_label.h35 #define IS_MAC_LABEL(d) (((MacLabel*)(d))->sbSig[0]=='E'&&((MacLabel*)(d))->sbSig[1]=='R') macro
H A Dapple_driver.c78 if (! IS_MAC_LABEL(mac_label) || sbBlkSize != SECTOR_SIZE) in main()