Searched refs:alqp (Results 1 – 2 of 2) sorted by relevance
/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() argument 443 *alqp = NULL; in alq_open_flags() 477 *alqp = alq; in alq_open_flags() 483 alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode, in alq_open() argument 491 if ((ret = alq_open_flags(alqp, file, cred, cmode, in alq_open() 493 (*alqp)->aq_flags |= AQ_LEGACY; in alq_open() 494 (*alqp)->aq_entmax = count; in alq_open() 495 (*alqp)->aq_entlen = size; in alq_open() 498 ret = alq_open_flags(alqp, file, cred, cmode, size, 0); in alq_open()
|
/freebsd/sys/sys/ |
H A D | alq.h | 79 int alq_open_flags(struct alq **alqp, const char *file, struct ucred *cred, int cmode, 81 int alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
|