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

  /src/usr.bin/config/
sem.c 84 static struct devi *getdevi(const char *);
1203 /* (void)getdevi(name); -- ??? */
1281 if ((i = getdevi(name)) == NULL)
1310 if (!first && (i = getdevi(name)) == NULL)
1759 i = getdevi(name);
1973 getdevi(const char *name) function in typeref:struct:devi *
sem.c 84 static struct devi *getdevi(const char *);
1203 /* (void)getdevi(name); -- ??? */
1281 if ((i = getdevi(name)) == NULL)
1310 if (!first && (i = getdevi(name)) == NULL)
1759 i = getdevi(name);
1973 getdevi(const char *name) function in typeref:struct:devi *

Completed in 24 milliseconds