Home
last modified time | relevance | path

Searched refs:open_locked (Results 1 – 4 of 4) sorted by relevance

/dragonfly/libexec/dma/
H A Dspool.c130 queuefd = open_locked(it->queuefn, O_CREAT|O_EXCL|O_RDWR, 0660); in writequeuef()
364 queuefd = open_locked(it->queuefn, O_RDWR|O_NONBLOCK); in acquirespool()
H A Ddma.h243 int open_locked(const char *, int, ...);
H A Dlocal.c153 mbox = open_locked(fn, O_WRONLY|O_APPEND); in deliver_local()
H A Dutil.c300 open_locked(const char *fname, int flags, ...) in open_locked() function