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

  /src/sys/rump/librump/rumpvfs/
devnodes.c 97 doesitexist(const char *path, bool isblk, devmajor_t dmaj, devminor_t dmin) function in typeref:typename:int
138 switch (doesitexist(buf, true, blk, dmin)) {
156 switch (doesitexist(buf, true, chr, dmin)) {

Completed in 14 milliseconds