HomeSort by: relevance | last modified time | path
    Searched defs:qid (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/sys/dist/pf/net/
pf_mtag.h 49 u_int32_t qid; /* queue id */ member in struct:pf_mtag
pf_mtag.h 49 u_int32_t qid; /* queue id */ member in struct:pf_mtag
  /src/usr.sbin/altq/altqstat/
qdisc_wfq.c 52 int qid; member in struct:wfqinfo
79 wfq_stats.qid = i;
105 wfq_stats.qid = i;
109 qinfo[i].qid = i;
144 printf("[QID] WEIGHT QSIZE(KB) SENT(pkts) (KB) DROP(pkts) (KB) bps\n\r");
149 top[j]->qid,
qdisc_wfq.c 52 int qid; member in struct:wfqinfo
79 wfq_stats.qid = i;
105 wfq_stats.qid = i;
109 qinfo[i].qid = i;
144 printf("[QID] WEIGHT QSIZE(KB) SENT(pkts) (KB) DROP(pkts) (KB) bps\n\r");
149 top[j]->qid,
  /src/external/gpl3/gcc/dist/libgomp/
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
414 acc_wait (qid);
415 else if (qid == async)
421 acc_wait_async (qid, async);
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
414 acc_wait (qid);
415 else if (qid == async)
421 acc_wait_async (qid, async);
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
413 if (acc_async_test (qid))
417 acc_wait (qid);
418 else if (qid == async)
424 acc_wait_async (qid, async);
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
413 if (acc_async_test (qid))
417 acc_wait (qid);
418 else if (qid == async)
424 acc_wait_async (qid, async);
  /src/sys/altq/
altq_priq.c 175 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)
284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid)
339 cl->cl_handle = qid;
446 cl = clh_to_clp(pif, ((struct altq_tag *)(t+1))->qid);
844 int qid; local
854 qid = ap->pri + 1
    [all...]
altq_wfq.h 51 u_long qid; member in struct:wfq_getqid
56 int qid; member in struct:wfq_setweight
69 int qid; member in struct:wfq_getstats
if_altq.h 95 u_int32_t qid; /* queue id */ member in struct:altq_tag
altq_priq.c 175 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)
284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid)
339 cl->cl_handle = qid;
446 cl = clh_to_clp(pif, ((struct altq_tag *)(t+1))->qid);
844 int qid; local
854 qid = ap->pri + 1
    [all...]
altq_wfq.h 51 u_long qid; member in struct:wfq_getqid
56 int qid; member in struct:wfq_setweight
69 int qid; member in struct:wfq_getstats
if_altq.h 95 u_int32_t qid; /* queue id */ member in struct:altq_tag
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 186 unsigned int qid; local
193 &properties, &qid, NULL);
200 pr_debug("DIQ Created with queue id: %d\n", qid);
202 kq = pqm_get_kernel_queue(dbgdev->pqm, qid);
206 pqm_destroy_queue(dbgdev->pqm, qid);
kfd_dbgdev.c 186 unsigned int qid; local
193 &properties, &qid, NULL);
200 pr_debug("DIQ Created with queue id: %d\n", qid);
202 kq = pqm_get_kernel_queue(dbgdev->pqm, qid);
206 pqm_destroy_queue(dbgdev->pqm, qid);
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid)
52 p9pbuf_get_1(pb, &qid->qidtype);
53 p9pbuf_get_4(pb, &qid->qidvers);
54 p9pbuf_get_8(pb, &qid->qidpath);
125 struct qid9p qid; local
142 GETFIELD(proto_getqid, &qid, 13);
163 qid2vattr(vap, &qid);
405 uint8_t op, struct qid9p *qid)
410 return proto_getqid(pb, qid);
node.c 46 struct qid9p *qid = arg; local
48 if (vap->va_fileid == qid->qidpath && vap->va_gen == qid->qidvers)
nineproto.c 46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid)
52 p9pbuf_get_1(pb, &qid->qidtype);
53 p9pbuf_get_4(pb, &qid->qidvers);
54 p9pbuf_get_8(pb, &qid->qidpath);
125 struct qid9p qid; local
142 GETFIELD(proto_getqid, &qid, 13);
163 qid2vattr(vap, &qid);
405 uint8_t op, struct qid9p *qid)
410 return proto_getqid(pb, qid);
node.c 46 struct qid9p *qid = arg; local
48 if (vap->va_fileid == qid->qidpath && vap->va_gen == qid->qidvers)
  /src/usr.sbin/mrouted/
prune.h 76 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8523
82 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8524
88 #define tr_qid q.qid
prune.h 76 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8523
82 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8524
88 #define tr_qid q.qid
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 608 uint16_t qflags, qid; local
617 qid = 0;
621 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
645 w->back->udp_buff, qid, libworker_fg_done_cb, q, 0)) {
691 uint16_t qflags, qid; local
698 qid = 0;
702 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
726 w->back->udp_buff, qid, libworker_event_done_cb, q, 0)) {
818 uint16_t qflags, qid; local
838 qid = 0
    [all...]
libworker.c 608 uint16_t qflags, qid; local
617 qid = 0;
621 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
645 w->back->udp_buff, qid, libworker_fg_done_cb, q, 0)) {
691 uint16_t qflags, qid; local
698 qid = 0;
702 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
726 w->back->udp_buff, qid, libworker_event_done_cb, q, 0)) {
818 uint16_t qflags, qid; local
838 qid = 0
    [all...]
  /src/external/bsd/unbound/dist/services/
mesh.h 249 uint16_t qid; member in struct:mesh_reply
277 uint16_t qid; member in struct:mesh_cb
321 * @param qid: query id to reply with.
327 struct edns_data* edns, struct comm_reply* rep, uint16_t qid,
340 * @param qid: query id to reply with.
349 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru);
562 * @param qid: ID of reply.
568 struct comm_reply* rep, uint16_t qid, uint16_t qflags,
579 * @param qid: ID of reply.
585 uint16_t qid, uint16_t qflags)
    [all...]

Completed in 101 milliseconds

1 2 3 4 5