Searched refs:alq_open_flags (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | alq.h | 79 int alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
|
/freebsd/sys/kern/ |
H A D | kern_alq.c | 433 alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open_flags() function 491 if ((ret = alq_open_flags(alqp, file, cred, cmode, in alq_open() 498 ret = alq_open_flags(alqp, file, cred, cmode, size, 0); in alq_open()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 477 alq.9 alq_open_flags.9 \
|