Searched refs:qid (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_mtag.h49 u_int32_t qid; /* queue id */ member in struct:pf_mtag
H A Dpf_ioctl.c533 if (rule->pqid != rule->qid)
535 pf_qid_unref(rule->qid);
705 pf_qid2qname(u_int32_t qid, char *p) argument
707 tag2tagname(&pf_qids, (u_int16_t)qid, p);
711 pf_qid_unref(u_int32_t qid) argument
713 tag_unref(&pf_qids, (u_int16_t)qid);
729 pf_qid_unref(altq->qid);
754 pf_qid_unref(altq->qid);
806 pf_qid_unref(altq->qid);
1457 if ((rule->qid
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_wfq.h51 u_long qid; member in struct:wfq_getqid
56 int qid; member in struct:wfq_setweight
69 int qid; member in struct:wfq_getstats
H A Daltq_priq.c175 if (a->qid == 0)
179 if (clh_to_clp(pif, a->qid) != NULL)
183 a->pq_u.priq_opts.flags, a->qid);
199 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
216 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
283 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) argument
336 cl->cl_handle = qid;
458 cl = clh_to_clp(pif, ((struct altq_tag *)(t+1))->qid);
852 int qid; local
862 qid
[all...]
H A Dif_altq.h95 u_int32_t qid; /* queue id */ member in struct:altq_tag
H A Daltq_cbq.c321 if (a->qid == 0)
326 * the lower bits of qid is free, use this slot. otherwise,
329 i = a->qid % CBQ_MAX_CLASSES;
379 if (a->qid == 0)
410 cl->stats_.handle = a->qid;
432 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
469 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
517 cl = clh_to_clp(cbqp, ((struct altq_tag *)(t+1))->qid);
H A Daltq_wfq.c510 gqidp->qid = (*wfqp->hash_func)(&gqidp->flow, wfqp->nums);
529 queue = &wfqp->queue[swp->qid];
547 if (gsp->qid >= wfqp->nums)
550 queue = &wfqp->queue[gsp->qid];
H A Daltq_hfsc.c260 if (a->qid == 0)
263 if (clh_to_clp(hif, a->qid) != NULL)
277 parent, a->qlimit, opts->flags, a->qid);
293 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
310 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
386 struct hfsc_class *parent, int qlimit, int flags, int qid)
492 cl->cl_handle = qid;
501 * the lower bits of qid is free, use this slot. otherwise,
504 i = qid % HFSC_MAX_CLASSES;
686 cl = clh_to_clp(hif, ((struct altq_tag *)(t+1))->qid);
384 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc, struct hfsc_class *parent, int qlimit, int flags, int qid) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_9p/
H A Dsubr.c44 qid2vattr(struct vattr *vap, const struct qid9p *qid) argument
47 vap->va_fileid = qid->qidpath;
48 vap->va_gen = qid->qidvers;
49 if (qid->qidtype & P9PROTO_QID_TYPE_DIR)
85 newp9pnode_qid(struct puffs_usermount *pu, const struct qid9p *qid, argument
92 qid2vattr(&pn->pn_va, qid);
H A Dnineproto.c46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid) argument
52 p9pbuf_get_1(pb, &qid->qidtype);
53 p9pbuf_get_4(pb, &qid->qidvers);
54 p9pbuf_get_8(pb, &qid->qidpath);
124 struct qid9p qid; local
143 GETFIELD(proto_getqid, &qid, 13);
166 qid2vattr(vap, &qid);
346 proto_expect_qid(struct puffs_framebuf *pb, uint8_t op, struct qid9p *qid) argument
351 return proto_getqid(pb, qid);
H A Dnode.c46 struct qid9p *qid = arg; local
48 if (vap->va_fileid == qid->qidpath && vap->va_gen == qid->qidvers)
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dprune.h76 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon10024
82 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon10025
88 #define tr_qid q.qid
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddispatch.c99 dns_qid_t *qid; member in struct:dns_dispatchmgr
114 * Locked by qid->lock if qid exists; otherwise, can be used without
252 dns_qid_t *qid; member in struct:dns_dispatch
274 (disp)->qid : (disp)->mgr->qid
280 * locking until qid is created. Technically, there is a possibility of race
281 * between the creation of qid and access to the port buffer; in practice,
282 * however, this should be safe because qid isn't created until the first
285 #define PORTBUFLOCK(mgr) if ((mgr)->qid !
620 dns_hash(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, in_port_t port) argument
638 linear_first(dns_qid_t *qid) argument
659 linear_next(dns_qid_t *qid, dns_dispentry_t *resp) argument
792 dns_qid_t *qid; local
816 socket_search(dns_qid_t *qid, isc_sockaddr_t *dest, in_port_t port, unsigned int bucket) argument
841 get_dispsocket(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_socketmgr_t *sockmgr, dns_qid_t *qid, dispsocket_t **dispsockp, in_port_t *portp) argument
960 dns_qid_t *qid; local
997 dns_qid_t *qid; local
1050 entry_search(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, in_port_t port, unsigned int bucket) argument
1181 dns_qid_t *qid; local
1471 dns_qid_t *qid; local
2371 dns_qid_t *qid; local
2430 dns_qid_t *qid; local
3078 dns_qid_t *qid; local
3288 dns_qid_t *qid; local
3396 dns_qid_t *qid; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Dqdisc_wfq.c52 int qid; member in struct:wfqinfo
79 wfq_stats.qid = i;
105 wfq_stats.qid = i;
109 qinfo[i].qid = i;
149 top[j]->qid,
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_wpireg.h59 #define WPI_TX_CTL(qid) (0x940 + (qid) * 8)
60 #define WPI_TX_BASE(qid) (0x944 + (qid) * 8)
61 #define WPI_TX_DESC(qid) (0x980 + (qid) * 80)
68 #define WPI_TX_CONFIG(qid) (0xd00 + (qid) * 32)
69 #define WPI_TX_CREDIT(qid) (0xd04 + (qid) * 3
212 uint8_t qid; member in struct:wpi_rx_desc
265 uint8_t qid; member in struct:wpi_tx_cmd
[all...]
H A Dif_iwnreg.h99 #define IWN_FH_TFBD_CTRL0(qid) (0x1900 + (qid) * 8)
100 #define IWN_FH_TFBD_CTRL1(qid) (0x1904 + (qid) * 8)
102 #define IWN_FH_SRAM_ADDR(qid) (0x19a4 + (qid) * 4)
103 #define IWN_FH_CBBC_QUEUE(qid) (0x19d0 + (qid) * 4)
109 #define IWN_FH_TX_CONFIG(qid) (0x1d00 + (qid) * 3
404 uint8_t qid; member in struct:iwn_rx_desc
444 uint8_t qid; member in struct:iwn_tx_cmd
1114 uint16_t qid; member in struct:iwn_compressed_ba
[all...]
H A Dif_iwn.c755 int qid; local
765 for (qid = 0; qid < sc->ntxqs; qid++)
766 iwn_free_tx_ring(sc, &sc->txq[qid]);
1284 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) argument
1290 ring->qid = qid;
1308 if (qid > 4)
1363 sc->qfullmsk &= ~(1 << ring->qid);
2467 int qid; local
2643 iwn4965_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
2663 iwn5000_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
2683 iwn5000_reset_sched(struct iwn_softc *sc, int qid, int idx) argument
4700 int qid = 7 + tid; local
4736 int qid = 7 + tid; local
4759 int qid = 10 + tid; local
4794 int qid = 10 + tid; local
4900 int error, qid; local
4953 int error, qid; local
5649 int error, chnl, qid; local
5753 int chnl, qid, ntries; local
[all...]
H A Dif_wpivar.h76 int qid; member in struct:wpi_tx_ring
H A Dif_wpi.c697 int qid)
702 ring->qid = qid;
716 sc->shared->txbase[qid] = htole32(ring->desc_dma.paddr);
761 WPI_WRITE(sc, WPI_TX_CONFIG(ring->qid), 0);
763 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid))
770 ring->qid);
1580 struct wpi_tx_ring *ring = &sc->txq[desc->qid & 0x3];
1585 DPRINTFN(4, ("tx done: qid=%d idx=%d retries=%d nkill=%d rate=%x "
1586 "duration=%d status=%x\n", desc->qid, des
696 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, int count, int qid) argument
3087 int qid, ntries, error; local
[all...]
H A Dif_iwnvar.h81 int qid; member in struct:iwn_tx_ring
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_qstats.c154 if (pa.altq.qid > 0) {
263 printf(" [ qid=%u ifname=%s ifbandwidth=%s ]\n",
264 node->altq.qid, node->altq.ifname,
275 if (a->altq.qid == 0)
373 if (a->altq.qid == 0)
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dgrammar.y258 %type <blk> expr id nid pid term rterm qid
399 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
400 | qid or id { gen_or($1.b, $3.b); $$ = $3; }
402 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, label
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dixp425_if_npe.c117 int rx_qid; /* rx qid */
118 int rx_freeqid; /* rx free buffers qid */
119 int tx_qid; /* tx qid */
120 int tx_doneqid; /* tx completed qid */
201 static void npe_txdone(int qid, void *arg);
204 static void npe_rxdone(int qid, void *arg);
215 int trafclass, int qid);
816 npe_txdone(int qid, void *arg) argument
829 while (ixpqmgr_qread(qid, &entry) == 0) {
909 npe_rxdone(int qid, voi argument
1496 npe_setrxqosentry(struct npe_softc *sc, int classix, int trafclass, int qid) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_otusreg.h142 #define AR_TX_MAC_QID(qid) ((qid) << 10)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dc-typeprint.c527 remove_qualifiers (char *qid)
533 char *parenstack = (char *) alloca (strlen (qid));
538 for (scan = qid; *scan; scan++)
598 return qid;
526 remove_qualifiers(char *qid) argument

Completed in 175 milliseconds

12