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

/freebsd-11-stable/contrib/ncurses/misc/
H A Dgen-pkgconfig.in83 reqs=
90 reqs="$PANEL_LIBRARY, $MENU_LIBRARY, $FORM_LIBRARY, $MAIN_LIBRARY"
93 reqs="$MAIN_LIBRARY"
99 test -n "$reqs" && reqs="$reqs, "
100 reqs="${reqs}${SUB_LIBRARY}"
117 Requires.private: $reqs
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c216 struct ping_req **reqs; local
229 reqs = calloc(cnt, sizeof(struct ping_req *));
241 reqs[i] = calloc(1, sizeof(struct ping_req));
242 bcopy((char *)&sin, (char *)&reqs[i]->sin, sizeof(sin));
243 any = &reqs[i]->sin;
244 reqs[i]->xid = xid_seed;
251 free(reqs);
261 if (reqs[i] != NULL)
262 free(reqs[i]);
263 free(reqs);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dax-general.c384 ax_reqs (struct agent_expr *ax, struct agent_reqs *reqs)
413 reqs->max_height = reqs->min_height = height = 0;
414 reqs->flaw = agent_flaw_none;
415 reqs->max_data_size = 0;
421 reqs->flaw = agent_flaw_bad_instruction;
430 reqs->flaw = agent_flaw_bad_instruction;
437 reqs->flaw = agent_flaw_incomplete_instruction;
446 reqs->flaw = agent_flaw_height_mismatch;
455 if (height < reqs
382 ax_reqs(struct agent_expr *ax, struct agent_reqs *reqs) argument
[all...]
H A Dax.h293 extern void ax_reqs (struct agent_expr *ax, struct agent_reqs *reqs);
/freebsd-11-stable/lib/libipsec/
H A Dtest-policy.c56 } reqs[] = { variable in typeref:struct:req_t
112 for (i = 0; i < sizeof(reqs)/sizeof(reqs[0]); i++) {
113 printf("#%d [%s]\n", i + 1, reqs[i].str);
115 result = test1sub1(&reqs[i]);
116 if (result == 0 && reqs[i].result == 1) {
118 } else if (result == 1 && reqs[i].result == 0) {
/freebsd-11-stable/sys/dev/tws/
H A Dtws.c413 if (sc->reqs[i].dma_map)
414 bus_dmamap_destroy(sc->data_tag, sc->reqs[i].dma_map);
415 callout_drain(&sc->reqs[i].timeout);
419 free(sc->reqs, M_TWS);
607 sc->reqs = malloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS,
609 if ( sc->reqs == NULL ) {
703 if (bus_dmamap_create(sc->data_tag, 0, &sc->reqs[i].dma_map)) {
708 sc->reqs[i].cmd_pkt = &cmd_buf[i];
714 sc->reqs[i].cmd_pkt_phy = sc->dma_mem_phys +
717 sc->reqs[
[all...]
H A Dtws.h265 struct tws_request *reqs; /* pointer to requests */ member in struct:tws_softc
H A Dtws_cam.c483 req = &sc->reqs[req_id];
622 r = &sc->reqs[TWS_REQ_TYPE_AEN_FETCH];
632 r = &sc->reqs[TWS_REQ_TYPE_PASSTHRU];
638 r = &sc->reqs[TWS_REQ_TYPE_GETSET_PARAM];
697 TWS_TRACE_DEBUG(sc, "no reqs", ccb_h->target_id, ccb_h->target_lun);
1136 sc->reqs[req_id].cb(&sc->reqs[req_id]);
H A Dtws_hdm.c155 req = &sc->reqs[TWS_REQ_TYPE_INTERNAL_CMD];
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c472 struct rpc_pending_request_list reqs; local
474 LIST_INIT(&reqs);
479 LIST_INSERT_HEAD(&reqs, pr, pr_link);
485 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
621 struct rpc_pending_request_list reqs; local
672 LIST_INIT(&reqs);
676 LIST_INSERT_HEAD(&reqs, pr, pr_link);
680 LIST_FOREACH(pr, &reqs, pr_link) {
701 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr)
722 LIST_FOREACH_SAFE(pr, &reqs, pr_lin
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c334 } *reqs; member in struct:iso9660::read_ce_queue
1724 free(iso9660->read_ce_req.reqs);
2315 if (heap->reqs != NULL) {
2316 memcpy(p, heap->reqs, heap->cnt * sizeof(*p));
2317 free(heap->reqs);
2319 heap->reqs = p;
2329 parent_offset = heap->reqs[parent].offset;
2331 heap->reqs[hole].offset = offset;
2332 heap->reqs[hole].file = file;
2336 heap->reqs[hol
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.c232 hw->mbx.stats.reqs++;
411 mbx->stats.reqs = 0;
447 hw->mbx.stats.reqs++;
656 mbx->stats.reqs = 0;
H A Dixgbe_type.h4100 u32 reqs; member in struct:ixgbe_mbx_stats
/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.h114 int reqs; /* Max config REQs before a close() */ member in struct:fsm::__anon8855
H A Dfsm.c156 fp->more.reqs = fp->more.naks = fp->more.rejs = 3;
387 if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
391 if (fp->more.reqs < 0)
H A Dipv6cp.c515 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
H A Dccp.c441 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
558 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
H A Dlcp.c562 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
584 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
H A Dipcp.c829 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
973 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_mbx.c369 hw->mbx.stats.reqs++;
552 mbx->stats.reqs = 0;
587 hw->mbx.stats.reqs++;
778 mbx->stats.reqs = 0;
H A De1000_vf.h244 u32 reqs; member in struct:e1000_mbx_stats
H A De1000_hw.h914 u32 reqs; member in struct:e1000_mbx_stats
/freebsd-11-stable/sbin/hastd/
H A Dactivemap.c374 int reqs; local
381 reqs = ext2reqs(amp, extent);
382 PJDLOG_ASSERT(amp->am_memtab[extent] >= reqs);
383 amp->am_memtab[extent] -= reqs;
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c732 int unit, error = 0, reqs; local
761 reqs = sc->num_reqs - sc->num_prireqs - 1;
762 if ((sassc->devq = cam_simq_alloc(reqs)) == NULL) {
770 unit, &sc->mpr_mtx, reqs, reqs, sassc->devq);
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c719 int unit, error = 0, reqs; local
748 reqs = sc->num_reqs - sc->num_prireqs - 1;
749 if ((sassc->devq = cam_simq_alloc(reqs)) == NULL) {
757 unit, &sc->mps_mtx, reqs, reqs, sassc->devq);

Completed in 585 milliseconds