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

  /src/bin/pax/
tables.c 91 static DEVT *chk_dev(dev_t, int);
694 if (chk_dev(arcn->sb.st_dev, 1) == NULL)
700 * chk_dev()
713 chk_dev(dev_t dev, int add) function in typeref:typename:DEVT *
798 if ((pt = chk_dev(arcn->sb.st_dev, 0)) != NULL) {
826 if ((pt = chk_dev(arcn->sb.st_dev, 1)) == NULL)
853 if (chk_dev(lastdev, 0) != NULL)
861 (chk_dev(lastdev, 1) == NULL))

Completed in 12 milliseconds