Searched refs:pih_magic (Results 1 – 2 of 2) sorted by relevance
49 if (pdesc->header.pih_magic == PIH_MAGIC) { in PWOpen()90 pdesc->header.pih_magic = PIH_MAGIC; in PWOpen()101 pdesc->header.pih_magic = 0; in PWOpen()107 if (pdesc->header.pih_magic != PIH_MAGIC) { in PWOpen()108 pdesc->header.pih_magic = 0; in PWOpen()115 pdesc->header.pih_magic = 0; in PWOpen()134 if (pwp->header.pih_magic != PIH_MAGIC) { in PWClose()167 pwp->header.pih_magic = 0; in PWClose()
46 uint32_t pih_magic; member