Home
last modified time | relevance | path

Searched defs:qtype (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-10-stable/sys/dev/ath/
Dif_ath_rx_edma.c188 ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_reinit_fifo()
284 ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_sched_queue()
332 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_queue()
470 ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_deferred_queue()
725 ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs) in ath_edma_rxfifo_alloc()
792 ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_rxfifo_flush()
826 ath_edma_setup_rxfifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_setup_rxfifo()
863 ath_edma_rxfifo_free(struct ath_softc *sc, HAL_RX_QUEUE qtype) in ath_edma_rxfifo_free()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_recv.c33 ar5211GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype) in ar5211GetRxDP()
44 ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) in ar5211SetRxDP()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_recv.c33 ar5210GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype) in ar5210GetRxDP()
44 ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) in ar5210SetRxDP()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_recv.c33 ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE qtype) in ar5212GetRxDP()
44 ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) in ar5212SetRxDP()
/freebsd-10-stable/contrib/unbound/services/cache/
Ddns.c187 uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr) in msg_cache_lookup()
351 dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype, in dns_msg_create()
406 size_t qnamelen, uint16_t qtype, uint16_t qclass, in dns_cache_find_delegation()
653 uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, in fill_any()
705 uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, in dns_cache_lookup()
Dinfra.c462 int dnsseclame, int reclame, uint16_t qtype) in infra_set_lame()
517 socklen_t addrlen, uint8_t* nm, size_t nmlen, int qtype, in infra_rtt_update()
628 uint8_t* name, size_t namelen, uint16_t qtype, in infra_get_lame_rtt()
Drrset.c242 uint16_t qtype, uint16_t qclass, uint32_t flags, time_t timenow, in rrset_cache_lookup()
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_recv.c31 ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype) in ar9300_get_rx_dp()
44 ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype) in ar9300_set_rx_dp()
/freebsd-10-stable/contrib/ldns/drill/
Ddnssec.c289 ldns_nsec3_exact_match(ldns_rdf *qname, ldns_rr_type qtype, ldns_rr_list *nsec3s) { in ldns_nsec3_exact_match()
389 ldns_nsec3_closest_encloser(ldns_rdf *qname, ldns_rr_type qtype, ldns_rr_list *nsec3s) in ldns_nsec3_closest_encloser()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/
Dh_dns_server.c77 int qtype; member
363 int qtype, qclass; in main() local
/freebsd-10-stable/contrib/unbound/util/data/
Dmsgencode.c415 rrset_belongs_in_reply(sldns_pkt_section s, uint16_t rrtype, uint16_t qtype, in rrset_belongs_in_reply()
446 sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset) in packed_rrset_encode()
533 sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset) in insert_section()
601 positive_answer(struct reply_info* rep, uint16_t qtype) { in positive_answer()
Dmsgreply.h73 uint16_t qtype; member
Dmsgparse.h115 uint16_t qtype; member
/freebsd-10-stable/contrib/unbound/iterator/
Diter_utils.c227 uint8_t* name, size_t namelen, uint16_t qtype, time_t now, in iter_filter_unsuitable()
284 uint8_t* name, size_t namelen, uint16_t qtype, time_t now, in iter_fill_rtt()
313 uint8_t* name, size_t namelen, uint16_t qtype, time_t now, in iter_filter_order()
369 uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame, in iter_server_selection()
Diterator.c552 generate_sub_request(uint8_t* qname, size_t qnamelen, uint16_t qtype, in generate_sub_request()
1383 uint16_t qtype, uint16_t qclass) in generate_parentside_target_query()
1434 int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass) in generate_target_query()
/freebsd-10-stable/contrib/unbound/libunbound/
Dunbound.h127 int qtype; member
/freebsd-10-stable/lib/libc/net/
Dgethostbydns.c144 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in gethostanswer()
437 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) in __dns_getanswer()
/freebsd-10-stable/contrib/unbound/smallapp/
Dworker_cb.c103 size_t ATTR_UNUSED(qnamelen), uint16_t ATTR_UNUSED(qtype), in worker_send_query()
135 size_t ATTR_UNUSED(qnamelen), uint16_t ATTR_UNUSED(qtype), in libworker_send_query()
Dunbound-host.c417 char* qtype = NULL; in main() local
/freebsd-10-stable/contrib/unbound/daemon/
Dstats.c285 uint16_t qtype, uint16_t qclass, struct edns_data* edns, in server_stats_insquery()
Dstats.h83 size_t qtype[STATS_QTYPE_NUM]; member
/freebsd-10-stable/contrib/sendmail/contrib/
Dbitdomain.c219 int qtype; local
/freebsd-10-stable/usr.sbin/ppp/
Dip.c123 dns_Qtype2Txt(u_short qtype) in dns_Qtype2Txt()
522 const char *qtype, *qclass; in ip_LogDNS() local
/freebsd-10-stable/sys/contrib/altq/altq/
Daltq_classq.h69 #define qtype(q) (q)->qtype_ /* Get queue type */ macro
/freebsd-10-stable/contrib/unbound/services/
Doutside_network.c1188 uint16_t qtype, uint16_t qclass, uint16_t flags)
1224 size_t zonelen, int qtype)
1858 uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,

123