Home
last modified time | relevance | path

Searched refs:sqhead (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/syslogd/
H A Dsign.c726 sign_free_string_queue(struct string_queue_head *sqhead) in sign_free_string_queue() argument
730 DPRINTF((D_CALL|D_SIGN), "sign_free_string_queue(%p)\n", sqhead); in sign_free_string_queue()
731 STAILQ_FOREACH_SAFE(qentry, sqhead, entries, tmp_qentry) { in sign_free_string_queue()
732 STAILQ_REMOVE(sqhead, qentry, string_queue, entries); in sign_free_string_queue()
736 assert(STAILQ_EMPTY(sqhead)); in sign_free_string_queue()
/netbsd-src/sys/dev/pci/
H A Dips.c1854 u_int32_t sqhead, sqtail, status; in ips_copperhead_status() local
1856 sqhead = bus_space_read_4(sc->sc_iot, sc->sc_ioh, IPS_REG_SQH); in ips_copperhead_status()
1858 device_xname(sc->sc_dev), sqhead, sc->sc_sqtail)); in ips_copperhead_status()
1863 if (sqtail == sqhead) in ips_copperhead_status()