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

  /src/sys/dev/
cgd.c 80 static dev_type_open(cgdopen);
90 .d_open = cgdopen,
101 .d_open = cgdopen,
421 .d_open = cgdopen,
713 cgdopen(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int
718 DPRINTF_FOLLOW(("cgdopen(0x%"PRIx64", %d)\n", dev, flags));
cgd.c 80 static dev_type_open(cgdopen);
90 .d_open = cgdopen,
101 .d_open = cgdopen,
421 .d_open = cgdopen,
713 cgdopen(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int
718 DPRINTF_FOLLOW(("cgdopen(0x%"PRIx64", %d)\n", dev, flags));

Completed in 28 milliseconds