HomeSort by: relevance | last modified time | path
    Searched defs:hp_signature (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/fstyp/
hfsplus.c 61 char hp_signature[2]; member in struct:hfsp_vol_hdr
112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4)
114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
hfsplus.c 61 char hp_signature[2]; member in struct:hfsp_vol_hdr
112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4)
114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
hfsplus.c 61 char hp_signature[2]; member in struct:hfsp_vol_hdr
112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4)
114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))
hfsplus.c 61 char hp_signature[2]; member in struct:hfsp_vol_hdr
112 if ((strncmp(hdr->hp_signature, "H+", 2) != 0 || hdr->hp_version != 4)
114 (strncmp(hdr->hp_signature, "HX", 2) != 0 || hdr->hp_version != 5))

Completed in 42 milliseconds