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

/freebsd-11.0-release/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.0-release/usr.sbin/ypbind/
H A Dyp_ping.c216 struct ping_req **reqs; local
229 reqs = calloc(1, sizeof(struct ping_req *) * cnt);
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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c334 } *reqs; member in struct:iso9660::read_ce_queue
1723 free(iso9660->read_ce_req.reqs);
2300 if (heap->reqs != NULL) {
2301 memcpy(p, heap->reqs, heap->cnt * sizeof(*p));
2302 free(heap->reqs);
2304 heap->reqs = p;
2314 parent_offset = heap->reqs[parent].offset;
2316 heap->reqs[hole].offset = offset;
2317 heap->reqs[hole].file = file;
2321 heap->reqs[hol
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Dfsm.h112 int reqs; /* Max config REQs before a close() */ member in struct:fsm::__anon14060
H A Dfsm.c154 fp->more.reqs = fp->more.naks = fp->more.rejs = 3;
385 if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
389 if (fp->more.reqs < 0)
H A Dccp.c439 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
556 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
H A Dipv6cp.c513 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
580 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
H A Dipcp.c827 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
971 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
H A Dlcp.c560 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
/freebsd-11.0-release/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.h905 u32 reqs; member in struct:e1000_mbx_stats
/freebsd-11.0-release/sbin/hastd/
H A Dactivemap.c372 int reqs; local
379 reqs = ext2reqs(amp, extent);
380 PJDLOG_ASSERT(amp->am_memtab[extent] >= reqs);
381 amp->am_memtab[extent] -= reqs;
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c343 hw->mbx.stats.reqs++;
522 mbx->stats.reqs = 0;
558 hw->mbx.stats.reqs++;
765 mbx->stats.reqs = 0;
H A Dixgbe_type.h3868 u32 reqs; member in struct:ixgbe_mbx_stats

Completed in 207 milliseconds