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

  /src/sys/dev/ic/
wd33c93var.h 77 u_char tag_id; /* TAG id number */ member in struct:wd33c93_acb
  /src/sbin/newfs_udf/
udf_core.c 1959 uint32_t size, tag_id, num_lb, elmsz; local in function:udf_tagsize
1961 tag_id = udf_rw16(dscr->tag.id);
1963 switch (tag_id) {
2211 int tag_id, error; local in function:udf_extattr_search_intern
2216 tag_id = udf_rw16(dscr->tag.id);
2217 if (tag_id == TAGID_FENTRY) {
2221 assert(tag_id == TAGID_EXTFENTRY);
  /src/sbin/fsck_udf/
main.c 1741 int tag_id = udf_rw16(dscr->tag.id); local in function:udf_file_mtime
1743 assert((tag_id == TAGID_FENTRY) || (tag_id == TAGID_EXTFENTRY));
1744 if (tag_id == TAGID_FENTRY)
1766 int tag_id, filetype; local in function:udf_check_for_vat
1768 tag_id = udf_rw16(dscr->tag.id);
1770 if ((tag_id != TAGID_FENTRY) && (tag_id != TAGID_EXTFENTRY))
1773 if (tag_id == TAGID_FENTRY) {
1809 int tag_id, filetype local in function:udf_extract_vat
    [all...]
  /src/sys/fs/udf/
udf_subr.c 723 uint32_t size, tag_id, num_lb, elmsz; local in function:udf_tagsize
725 tag_id = udf_rw16(dscr->tag.id);
727 switch (tag_id) {

Completed in 30 milliseconds