Searched defs:tag_ident (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dudf.c169 grub_uint16_t tag_ident; member in struct:grub_udf_tag
404 if ((U16 (node->fe.tag.tag_ident) != GRUB_UDF_TAG_IDENT_FE) &&
405 (U16 (node->fe.tag.tag_ident) != GRUB_UDF_TAG_IDENT_EFE))
421 switch (U16 (node->fe.tag.tag_ident))
465 if (U16 (extension->tag.tag_ident) != GRUB_UDF_TAG_IDENT_AED)
518 if (U16 (extension->tag.tag_ident) != GRUB_UDF_TAG_IDENT_AED)
567 ptr = ((U16 (node->fe.tag.tag_ident) == GRUB_UDF_TAG_IDENT_FE) ?
622 if (U16 (avdp.tag.tag_ident) == GRUB_UDF_TAG_IDENT_AVDP &&
682 tag.tag_ident = U16 (tag.tag_ident);
[all...]

Completed in 19 milliseconds