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

  /src/sys/dev/acpi/
acpivar.h 139 uint32_t ad_type; /* Device type */ member in struct:acpi_devnode
  /src/sys/fs/ntfs/
ntfs.h 210 u_int32_t ad_type; member in struct:attrdef
220 u_int32_t ad_type; member in struct:ntvattrdef
  /src/sbin/fsck_udf/
main.c 331 int bpos_start, ad_type, id; local in function:udf_wipe_and_reallocate
353 ad_type = udf_rw16(icb->flags) & UDF_ICB_TAG_FLAGS_ALLOC_MASK;
354 if (ad_type == UDF_ICB_INTERN_ALLOC) {
363 if (ad_type == UDF_ICB_SHORT_ALLOC) {
759 int id, ad_type; local in function:udf_process_ad
784 ad_type = udf_rw16(icb->flags) & UDF_ICB_TAG_FLAGS_ALLOC_MASK;
785 if (ad_type == UDF_ICB_INTERN_ALLOC) {
804 if (ad_type == UDF_ICB_INTERN_ALLOC) {
827 if (ad_type == UDF_ICB_INTERN_ALLOC) {
855 if (ad_type == UDF_ICB_INTERN_ALLOC)
948 int id, extid, ad_type, ad_len; local in function:udf_process_file
3191 int ad_type, error; local in function:udf_extract_node_info
    [all...]

Completed in 13 milliseconds