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

  /src/sys/arch/ia64/stand/common/
console.c 42 static int cons_find(char *name);
135 cons_find(char *name) function in typeref:typename:int
157 if ((value == NULL) || ((active = cons_find(value)) == -1)) {
console.c 42 static int cons_find(char *name);
135 cons_find(char *name) function in typeref:typename:int
157 if ((value == NULL) || ((active = cons_find(value)) == -1)) {

Completed in 21 milliseconds