Home
last modified time | relevance | path

Searched refs:chlist (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/btpand/
H A Dbtpand.h51 LIST_HEAD(chlist, channel);
H A Dchannel.c37 static struct chlist channel_list;
/netbsd-src/sys/dev/ieee1394/
H A Dfwdev.c178 STAILQ_REMOVE_HEAD(&d->binds, chlist); in fw_close()
586 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl()
616 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist); in fw_ioctl()
H A Dfirewirereg.h229 STAILQ_ENTRY(fw_bind) chlist;
/netbsd-src/tests/dev/audio/
H A Daudiotest.c533 rump_or_kevent(int kq, const struct kevent *chlist, size_t nch, in rump_or_kevent() argument
541 r = rump_sys_kevent(kq, chlist, nch, evlist, nev, timeout); in rump_or_kevent()
544 r = kevent(kq, chlist, nch, evlist, nev, timeout); in rump_or_kevent()