Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c213 struct ping_req **reqs; in __yp_ping() local
240 any = &reqs[i]->sin; 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()
273 if (reqs[i] != NULL) { in __yp_ping()
288 if (reqs[i] != NULL && reqs[i]->xid == xid_lookup) { in __yp_ping()
300 if (reqs[i] != NULL) in __yp_ping()
301 free(reqs[i]); in __yp_ping()
[all …]
/dragonfly/sys/dev/raid/tws/
H A Dtws.c398 kfree(sc->reqs, M_TWS); in tws_detach()
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()
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()
752 r = &sc->reqs[0]; in tws_get_request()
762 r = &sc->reqs[1]; in tws_get_request()
772 r = &sc->reqs[2]; in tws_get_request()
[all …]
H A Dtws_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()
H A Dtws.h256 struct tws_request *reqs; /* pointer to requests */ member
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c334 } *reqs; member
2316 if (heap->reqs != NULL) { in register_CE()
2318 free(heap->reqs); in register_CE()
2320 heap->reqs = p; in register_CE()
2337 heap->reqs[hole] = heap->reqs[parent]; in register_CE()
2341 heap->reqs[0].file = file; in register_CE()
2358 heap->reqs[0] = heap->reqs[--(heap->cnt)]; in next_CE()
2380 tmp = heap->reqs[a]; in next_CE()
2381 heap->reqs[a] = heap->reqs[b]; in next_CE()
2382 heap->reqs[b] = tmp; in next_CE()
[all …]
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_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()
H A De1000_vf.h244 u32 reqs; member
H A De1000_hw.h976 u32 reqs; member
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_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()
H A Dixgbe_type.h4132 u32 reqs; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.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()
H A Dcxx-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()
H A Ddecl.c9380 tree ci = build_constraints (reqs, NULL_TREE); in grokvardecl()
10215 tree reqs = NULL_TREE; in grokdeclarator() local
11130 if (reqs) 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()
12007 if (reqs) in grokdeclarator()
12008 error_at (location_of (reqs), in grokdeclarator()
12254 reqs, in grokdeclarator()
[all …]
H A Derror.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()
H A Dparser.c15622 reqs = conjoin_constraints (reqs, normalize_expression (r)); in cp_parser_type_parameter()
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
25909 return reqs; in cp_parser_requirement_body()
27232 reqs = conjoin_constraints (reqs, normalize_expression (r)); in cp_parser_explicit_template_declaration()
27233 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_explicit_template_declaration()
[all …]
H A Dsemantics.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()
H A Dpt.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/
H A Dfsm.h113 int reqs; /* Max config REQs before a close() */ member
H A Dipv6cp.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()
H A Dfsm.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()
H A Dccp.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()
H A Dlcp.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()
H A Dipcp.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/
H A Dintel_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/
H A Dmpr_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()