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

  /src/sys/dev/acpi/
acpivar.h 139 uint32_t ad_type; /* Device type */ member in struct:acpi_devnode
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.c 1206 AttributeType *ad_type; local
1215 ad_type = at_bvfind( &name );
1217 if ( !ad_type )
1220 peek_head = ad_type->sat_atype.at_oid;
1758 AttributeType* ad_type; local
1766 ad_type = at_bvfind( select );
1768 if ( !ad_type )
1771 oid = ad_type->sat_atype.at_oid;
2103 AttributeType* ad_type; local
2109 ad_type = at_bvfind( &bv )
    [all...]
  /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
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
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
3190 int ad_type, error; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 844 AttributeType *ad_type; /* attribute type, must be specified */ member in struct:AttributeDescription
3301 struct berval cd_ad_type; /* ad_type, ad_cname */
3302 struct berval cd_ad_cname; /* ad_type, ad_cname */

Completed in 32 milliseconds