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

  /src/lib/libutil/
getbootfile.c 1 /* $NetBSD: getbootfile.c,v 1.6 2016/01/25 18:14:04 christos Exp $ */
34 __RCSID("$NetBSD: getbootfile.c,v 1.6 2016/01/25 18:14:04 christos Exp $");
49 getbootfile(void) function in typeref:typename:const char *
  /src/sys/arch/ia64/stand/common/
boot.c 43 static char *getbootfile(int try);
234 getbootfile(int try) function in typeref:typename:char *
353 for (try = 0; (cp = getbootfile(try)) != NULL; try++)

Completed in 12 milliseconds