Home
last modified time | relevance | path

Searched refs:alq (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_alq.c127 ald_add(struct alq *alq) in ald_add() argument
149 ald_rem(struct alq *alq) in ald_rem() argument
170 ald_activate(struct alq *alq) in ald_activate() argument
195 struct alq *alq; in ald_daemon() local
231 struct alq *alq; in ald_shutdown() local
261 alq_shutdown(struct alq *alq) in alq_shutdown() argument
295 alq_destroy(struct alq *alq) in alq_destroy() argument
309 alq_doio(struct alq *alq) in alq_doio() argument
436 struct alq *alq; in alq_open_flags() local
885 alq_flush(struct alq *alq) in alq_flush() argument
[all …]
H A Dkern_ktr.c261 struct alq *ktr_alq;
/f-stack/freebsd/sys/
H A Dalq.h43 struct alq;
82 int alq_open(struct alq **alqp, const char *file, struct ucred *cred, int cmode,
100 int alq_writen(struct alq *alq, void *data, int len, int flags);
101 int alq_write(struct alq *alq, void *data, int flags);
106 void alq_flush(struct alq *alq);
111 void alq_close(struct alq *alq);
129 struct ale *alq_getn(struct alq *alq, int len, int flags);
130 struct ale *alq_get(struct alq *alq, int flags);
138 void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
141 alq_post(struct alq *alq, struct ale *ale) in alq_post() argument
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_alq.c65 static struct alq *ieee80211_alq;
114 SYSCTL_PROC(_net_wlan, OID_AUTO, alq,
H A Dieee80211_freebsd.c1184 MODULE_DEPEND(wlan, alq, 1, 1, 1);
/f-stack/freebsd/mips/conf/
H A Dstd.AR_MIPS_BASE26 makeoptions MODULES_OVERRIDE+="alq"
/f-stack/freebsd/netinet/
H A Dsiftr.c288 static struct alq *siftr_alq = NULL;
1194 struct alq *new_alq; in siftr_sysctl_logfile_name_handler()
1598 MODULE_DEPEND(siftr, alq, 1, 1, 1);