HomeSort by: relevance | last modified time | path
    Searched defs:mkident (Results 1 - 3 of 3) 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 in typeref:typename:char *
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 in typeref:typename:char *
  /src/usr.bin/config/
main.c 199 static int mkident(void);
589 mkioconf() || (do_devsw ? mkdevsw() : 0) || mkident() || errors)
1604 mkident(void) function in typeref:typename:int

Completed in 252 milliseconds