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

  /src/sys/arch/ofppc/stand/ofwboot/
rdb.c 58 struct adostype adt; local in function:getadostype
64 adt.fstype = b1;
68 adt.archtype = ADT_NETBSDROOT;
69 return adt;
71 adt.archtype = ADT_NETBSDSWAP;
72 return adt;
74 adt.archtype = ADT_NETBSDUSER;
75 return adt;
77 adt.archtype = ADT_AMIX;
79 adt.fstype = FS_BSDFFS
121 struct adostype adt; local in function:search_rdb_label
    [all...]
  /src/sys/arch/amiga/amiga/
disksubr.c 132 struct adostype adt; local in function:readdisklabel
347 adt = getadostype(pbp->e.dostype);
349 adt.archtype = ADT_UNKNOWN;
350 adt.fstype = FS_UNUSED;
353 switch (adt.archtype) {
438 pp->p_fstype = adt.fstype;
439 if (adt.archtype == ADT_AMIGADOS) {
464 adt.archtype = ADT_UNKNOWN;
465 adt.fstype = FS_UNUSED;
467 } else if (pbp->e.tabsize >= 22 && ISFSARCH_NETBSD(adt)) {
559 struct adostype adt; local in function:getadostype
    [all...]
  /src/sys/arch/ofppc/ofppc/
disksubr.c 232 struct adostype adt; local in function:read_rdb_label
422 adt = getadostype(pbp->e.dostype);
424 adt.archtype = ADT_UNKNOWN;
425 adt.fstype = FS_UNUSED;
428 switch (adt.archtype) {
516 pp->p_fstype = adt.fstype;
517 if (adt.archtype == ADT_AMIGADOS) {
542 adt.archtype = ADT_UNKNOWN;
543 adt.fstype = FS_UNUSED;
545 } else if (pbp->e.tabsize > 22 && ISFSARCH_NETBSD(adt)) {
592 struct adostype adt; local in function:getadostype
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vbt_defs.h 820 u16 adt; member in struct:bdb_lfp_power

Completed in 14 milliseconds