Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 25 of 25) sorted by relevance

/dragonfly/usr.sbin/ypbind/
HDyp_ping.c213 struct ping_req **reqs; in __yp_ping() local
226 reqs = calloc(1, sizeof(struct ping_req *) * cnt); in __yp_ping()
238 reqs[i] = calloc(1, sizeof(struct ping_req)); in __yp_ping()
239 bcopy((char *)&sin, (char *)&reqs[i]->sin, sizeof(sin)); in __yp_ping()
240 any = &reqs[i]->sin; in __yp_ping()
241 reqs[i]->xid = xid_seed; in __yp_ping()
248 free(reqs); in __yp_ping()
258 if (reqs[i] != NULL) in __yp_ping()
259 free(reqs[i]); in __yp_ping()
260 free(reqs); in __yp_ping()
[all …]
/dragonfly/sys/dev/raid/tws/
HDtws.c398 kfree(sc->reqs, M_TWS); in tws_detach()
535 sc->reqs = kmalloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS, in tws_init()
610 if (bus_dmamap_create(sc->data_tag, 0, &sc->reqs[i].dma_map)) { in tws_init_reqs()
615 sc->reqs[i].cmd_pkt = &cmd_buf[i]; in tws_init_reqs()
622 sc->reqs[i].cmd_pkt_phy = sc->dma_mem_phys + in tws_init_reqs()
625 sc->reqs[i].request_id = i; in tws_init_reqs()
626 sc->reqs[i].sc = sc; in tws_init_reqs()
628 sc->reqs[i].cmd_pkt->hdr.header_desc.size_header = 128; in tws_init_reqs()
630 sc->reqs[i].state = TWS_REQ_STATE_FREE; in tws_init_reqs()
632 tws_q_insert_tail(sc, &sc->reqs[i], TWS_FREE_Q); in tws_init_reqs()
[all …]
HDtws_cam.c513 req = &sc->reqs[req_id]; in tws_err_complete()
651 r = &sc->reqs[1]; in tws_drain_reserved_reqs()
661 r = &sc->reqs[2]; in tws_drain_reserved_reqs()
667 r = &sc->reqs[3]; in tws_drain_reserved_reqs()
1170 sc->reqs[req_id].cb(&sc->reqs[req_id]); in tws_intr_resp()
HDtws.h256 struct tws_request *reqs; /* pointer to requests */ member
/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_support_format_iso9660.c334 } *reqs; member
1725 free(iso9660->read_ce_req.reqs); in archive_read_format_iso9660_cleanup()
2316 if (heap->reqs != NULL) { in register_CE()
2317 memcpy(p, heap->reqs, heap->cnt * sizeof(*p)); in register_CE()
2318 free(heap->reqs); in register_CE()
2320 heap->reqs = p; in register_CE()
2330 parent_offset = heap->reqs[parent].offset; in register_CE()
2332 heap->reqs[hole].offset = offset; in register_CE()
2333 heap->reqs[hole].file = file; in register_CE()
2337 heap->reqs[hole] = heap->reqs[parent]; in register_CE()
[all …]
/dragonfly/sys/dev/netif/ig_hal/
HDe1000_mbx.c369 hw->mbx.stats.reqs++; in e1000_check_for_msg_vf()
552 mbx->stats.reqs = 0; in e1000_init_mbx_params_vf()
587 hw->mbx.stats.reqs++; in e1000_check_for_msg_pf()
778 mbx->stats.reqs = 0; in e1000_init_mbx_params_pf()
HDe1000_vf.h244 u32 reqs; member
HDe1000_hw.h976 u32 reqs; member
/dragonfly/sys/dev/netif/ix/
HDixgbe_mbx.c343 hw->mbx.stats.reqs++; in ixgbe_check_for_msg_vf()
522 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_vf()
558 hw->mbx.stats.reqs++; in ixgbe_check_for_msg_pf()
767 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_pf()
HDixgbe_type.h4132 u32 reqs; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDconstraint.cc1887 tree reqs = TREE_OPERAND (t, 1); in tsubst_requires_expr() local
1888 reqs = tsubst_requirement_body (reqs, args, complain, in_decl); in tsubst_requires_expr()
1889 if (reqs == error_mark_node) in tsubst_requires_expr()
1892 return finish_requires_expr (parms, reqs); in tsubst_requires_expr()
2432 finish_requires_expr (tree parms, tree reqs) in finish_requires_expr() argument
2444 tree r = build_min (REQUIRES_EXPR, boolean_type_node, parms, reqs); in finish_requires_expr()
2525 check_constrained_friend (tree fn, tree reqs) in check_constrained_friend() argument
2532 if (!reqs) in check_constrained_friend()
HDcxx-pretty-print.c1634 if (tree reqs = CI_DECLARATOR_REQS (ci)) in declarator() local
1635 pp_cxx_requires_clause (this, reqs); in declarator()
2267 if (tree reqs = CI_TEMPLATE_REQS (ci)) in pp_cxx_template_declaration() local
2269 pp_cxx_requires_clause (pp, reqs); in pp_cxx_template_declaration()
HDdecl.c9379 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokvardecl() local
9380 tree ci = build_constraints (reqs, NULL_TREE); in grokvardecl()
10215 tree reqs = NULL_TREE; in grokdeclarator() local
11130 if (reqs) in grokdeclarator()
11131 error_at (location_of (reqs), "requires-clause on return type"); in grokdeclarator()
11132 reqs = declarator->u.function.requires_clause; in grokdeclarator()
11815 if (reqs) in grokdeclarator()
11816 error_at (location_of (reqs), "requires-clause on typedef"); in grokdeclarator()
11983 if (reqs) in grokdeclarator()
11984 error_at (location_of (reqs), "requires-clause on type-id"); in grokdeclarator()
[all …]
HDerror.c1415 if (tree reqs = CI_TEMPLATE_REQS (ci)) in dump_template_decl() local
1417 pp_cxx_requires_clause (pp, reqs); in dump_template_decl()
1678 if (tree reqs = CI_DECLARATOR_REQS (ci)) in dump_function_decl() local
1679 pp_cxx_requires_clause (pp, reqs); in dump_function_decl()
HDparser.c15620 tree reqs = get_shorthand_constraints (current_template_parms); in cp_parser_type_parameter() local
15622 reqs = conjoin_constraints (reqs, normalize_expression (r)); in cp_parser_type_parameter()
15623 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_type_parameter()
19005 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in cp_parser_alias_declaration() local
19006 tree constr = build_constraints (reqs, NULL_TREE); in cp_parser_alias_declaration()
25831 tree parms, reqs; in cp_parser_requires_expression() local
25863 reqs = cp_parser_requirement_body (parser); in cp_parser_requires_expression()
25864 if (reqs == error_mark_node) in cp_parser_requires_expression()
25871 return finish_requires_expr (parms, reqs); in cp_parser_requires_expression()
25904 tree reqs = cp_parser_requirement_list (parser); in cp_parser_requirement_body() local
[all …]
HDsemantics.c2923 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in finish_template_template_parm() local
2924 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm()
HDpt.c4445 tree reqs = finish_shorthand_constraint (parm, constr); in process_template_parm() local
4455 TEMPLATE_PARM_CONSTRAINTS (parm) = reqs; in process_template_parm()
/dragonfly/usr.sbin/ppp/
HDfsm.h113 int reqs; /* Max config REQs before a close() */ member
HDipv6cp.c494 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerUp()
543 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerStart()
HDfsm.c154 fp->more.reqs = fp->more.naks = fp->more.rejs = 3; in fsm_Init()
385 if (fp->more.reqs-- > 0 && fp->restart-- > 0) { in FsmSendConfigReq()
389 if (fp->more.reqs < 0) in FsmSendConfigReq()
HDccp.c435 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerStart()
552 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerUp()
HDlcp.c556 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerStart()
578 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerUp()
HDipcp.c816 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerStart()
957 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerUp()
/dragonfly/sys/dev/drm/i915/
HDintel_runtime_pm.c335 u32 reqs; in hsw_wait_for_power_well_disable() local
348 (reqs = hsw_power_well_requesters(dev_priv, id)), 1); in hsw_wait_for_power_well_disable()
354 !!(reqs & 1), !!(reqs & 2), !!(reqs & 4), !!(reqs & 8)); in hsw_wait_for_power_well_disable()
/dragonfly/sys/dev/raid/mpr/
HDmpr_sas.c742 int unit, error = 0, reqs; in mpr_attach_sas() local
772 reqs = sc->num_reqs - sc->num_prireqs - 1; in mpr_attach_sas()
773 if ((sassc->devq = cam_simq_alloc(reqs)) == NULL) { in mpr_attach_sas()
781 unit, &sc->mpr_lock, reqs, reqs, sassc->devq); in mpr_attach_sas()