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

  /src/sys/arch/ofppc/stand/ofwboot/
rdb.c 58 struct adostype adt; local
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
    [all...]
  /src/sys/arch/ofppc/ofppc/
disksubr.c 232 struct adostype adt; local
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
    [all...]
  /src/sys/arch/amiga/amiga/
disksubr.c 132 struct adostype adt; local
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
    [all...]
  /src/sys/sys/
disklabel_rdb.h 231 #define ISFSARCH_NETBSD(adt) \
232 ((adt).archtype >= ADT_NETBSDROOT && (adt).archtype <= ADT_NETBSDUSER)
  /src/share/mk/
bsd.sys.mk 358 OBJCOPYLIBFLAGS_EXTRA=-w -K '[$$][adt]' -K '[$$][adt]\.*'
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vbt_defs.h 820 u16 adt; member in struct:bdb_lfp_power

Completed in 21 milliseconds