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

  /src/sys/arch/bebox/stand/boot/
wdc.c 47 static char *mkident(uint8_t *, int);
108 mkident(uint8_t *src, int len) function
222 mkident(prms->atap_model, sizeof(prms->atap_model));
  /src/sys/arch/sandpoint/stand/altboot/
dsk.c 77 static char *mkident(char *, int);
255 printf("<%s> ", mkident((char *)ident + 54, 40));
277 mkident(char *src, int len) function
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 1451 static char *mkident (const char *mnem) function
1564 ident = mkident (name);
2096 str = mkident (name);
2101 str = mkident (next);
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 1431 static char *mkident (const char *mnem) function
1544 ident = mkident (name);
2076 str = mkident (name);
2081 str = mkident (next);
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 1387 static char *mkident (const char *mnem) function
1500 ident = mkident (name);
2032 str = mkident (name);
2037 str = mkident (next);
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 1378 static char *mkident (const char *mnem) function
1491 ident = mkident (name);
2011 str = mkident (name);
2016 str = mkident (next);
  /src/usr.bin/config/
main.c 199 static int mkident(void);
589 mkioconf() || (do_devsw ? mkdevsw() : 0) || mkident() || errors)
1604 mkident(void) function

Completed in 32 milliseconds