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

  /src/sys/arch/evbmips/alchemy/
dbau1500.c 84 uint32_t whoami; local
89 /* check the whoami register for a match */
90 whoami = *((volatile uint32_t *)MIPS_PHYS_TO_KSEG1(DBAU1500_WHOAMI));
92 if (DBAU1500_WHOAMI_BOARD(whoami) != DBAU1500_WHOAMI_DBAU1500)
93 panic("dbau1500: WHOAMI (%x) not DBAu1500!", whoami);
96 DBAU1500_WHOAMI_CPLD(whoami));
98 if (DBAU1500_WHOAMI_DAUGHTER(whoami) != 0xf)
100 DBAU1500_WHOAMI_DAUGHTER(whoami));
dbau1550.c 117 uint16_t whoami; local
124 /* check the whoami register for a match */
125 whoami = GET16(DBAU1550_WHOAMI);
127 if (DBAU1550_WHOAMI_BOARD(whoami) != DBAU1550_WHOAMI_DBAU1550_REV1)
128 panic("dbau1550: WHOAMI (%x) not DBAu1550!", whoami);
131 DBAU1550_WHOAMI_CPLD(whoami));
133 if (DBAU1550_WHOAMI_DAUGHTER(whoami) != 0xf)
135 DBAU1550_WHOAMI_DAUGHTER(whoami));
  /src/external/gpl3/binutils/dist/gprofng/src/
Application.h 93 char *whoami; member in class:Application
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Application.h 93 char *whoami; member in class:Application
  /src/external/gpl3/binutils/dist/gprof/
gprof.c 52 const char * whoami; variable
178 whoami);
201 whoami = argv[0];
202 xmalloc_set_program_name (whoami);
254 printf (_("%s: debugging not supported; -d ignored\n"), whoami);
341 optarg, whoami);
472 whoami, optarg);
496 whoami);
536 whoami);
589 fprintf (stderr, _("%s: gmon.out file is missing histogram\n"), whoami);
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
gprof.c 52 const char * whoami; variable
178 whoami);
201 whoami = argv[0];
202 xmalloc_set_program_name (whoami);
254 printf (_("%s: debugging not supported; -d ignored\n"), whoami);
341 optarg, whoami);
472 whoami, optarg);
496 whoami);
536 whoami);
589 fprintf (stderr, _("%s: gmon.out file is missing histogram\n"), whoami);
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 44 #define whoami szAppName macro

Completed in 33 milliseconds