Searched refs:pih_magic (Results 1 – 2 of 2) sorted by relevance
53 if (pdesc->header.pih_magic == PIH_MAGIC) { in PWOpen()94 pdesc->header.pih_magic = PIH_MAGIC; in PWOpen()105 pdesc->header.pih_magic = 0; in PWOpen()111 if (pdesc->header.pih_magic != PIH_MAGIC) { in PWOpen()112 pdesc->header.pih_magic = 0; in PWOpen()119 pdesc->header.pih_magic = 0; in PWOpen()138 if (pwp->header.pih_magic != PIH_MAGIC) { in PWClose()171 pwp->header.pih_magic = 0; in PWClose()
47 uint32_t pih_magic; member