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

/freebsd-10-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-10-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-10-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-10-stable/sys/dev/tws/
H A Dtws.c400 if (sc->reqs[i].dma_map)
401 bus_dmamap_destroy(sc->data_tag, sc->reqs[i].dma_map);
402 callout_drain(&sc->reqs[i].timeout);
406 free(sc->reqs, M_TWS);
594 sc->reqs = malloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS,
596 if ( sc->reqs == NULL ) {
690 if (bus_dmamap_create(sc->data_tag, 0, &sc->reqs[i].dma_map)) {
695 sc->reqs[i].cmd_pkt = &cmd_buf[i];
701 sc->reqs[i].cmd_pkt_phy = sc->dma_mem_phys +
704 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-10-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-10-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-10-stable/usr.sbin/ppp/
H A Dfsm.h112 int reqs; /* Max config REQs before a close() */ member in struct:fsm::__anon12203
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-10-stable/sys/dev/ixgbe/
H A Dixv_mbx.c232 hw->mbx.stats.reqs++;
411 mbx->stats.reqs = 0;
447 hw->mbx.stats.reqs++;
656 mbx->stats.reqs = 0;
H A Dixgbe_mbx.c343 hw->mbx.stats.reqs++;
522 mbx->stats.reqs = 0;
558 hw->mbx.stats.reqs++;
767 mbx->stats.reqs = 0;
H A Dixv_vf.h160 u32 reqs; member in struct:ixgbe_mbx_stats
H A Dixgbe_type.h4080 u32 reqs; member in struct:ixgbe_mbx_stats
/freebsd-10-stable/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-10-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

Completed in 229 milliseconds