| /freebsd-13.1/usr.sbin/ypbind/ |
| H A D | yp_ping.c | 218 struct ping_req **reqs; in __yp_ping() local 245 any = &reqs[i]->sin; in __yp_ping() 253 free(reqs); in __yp_ping() 263 if (reqs[i] != NULL) in __yp_ping() 264 free(reqs[i]); in __yp_ping() 265 free(reqs); in __yp_ping() 278 if (reqs[i] != NULL) { in __yp_ping() 293 if (reqs[i] != NULL && reqs[i]->xid == xid_lookup) { in __yp_ping() 305 if (reqs[i] != NULL) in __yp_ping() 306 free(reqs[i]); in __yp_ping() [all …]
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | gen-pkgconfig.in | 144 reqs= 153 …reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suff… 156 reqs="$MAIN_LIBRARY${suffix}" 164 [ -n "$reqs" ] && reqs="$reqs, " 165 reqs="${reqs}${SUB_LIBRARY}${suffix}" 192 Requires.private: $reqs
|
| /freebsd-13.1/lib/libipsec/ |
| H A D | test-policy.c | 58 } reqs[] = { variable 114 for (i = 0; i < sizeof(reqs)/sizeof(reqs[0]); i++) { in test1() 115 printf("#%d [%s]\n", i + 1, reqs[i].str); in test1() 117 result = test1sub1(&reqs[i]); in test1() 118 if (result == 0 && reqs[i].result == 1) { in test1() 120 } else if (result == 1 && reqs[i].result == 0) { in test1()
|
| /freebsd-13.1/sys/dev/tws/ |
| H A D | tws.c | 408 if (sc->reqs[i].dma_map) in tws_detach() 409 bus_dmamap_destroy(sc->data_tag, sc->reqs[i].dma_map); in tws_detach() 410 callout_drain(&sc->reqs[i].timeout); in tws_detach() 414 free(sc->reqs, M_TWS); in tws_detach() 682 sc->reqs[i].cmd_pkt = &cmd_buf[i]; in tws_init_reqs() 688 sc->reqs[i].cmd_pkt_phy = sc->dma_mem_phys + in tws_init_reqs() 691 sc->reqs[i].request_id = i; in tws_init_reqs() 692 sc->reqs[i].sc = sc; in tws_init_reqs() 696 callout_init(&sc->reqs[i].timeout, 1); in tws_init_reqs() 697 sc->reqs[i].state = TWS_REQ_STATE_FREE; in tws_init_reqs() [all …]
|
| H A D | tws_cam.c | 465 req = &sc->reqs[req_id]; in tws_err_complete() 602 r = &sc->reqs[TWS_REQ_TYPE_AEN_FETCH]; in tws_drain_reserved_reqs() 612 r = &sc->reqs[TWS_REQ_TYPE_PASSTHRU]; in tws_drain_reserved_reqs() 618 r = &sc->reqs[TWS_REQ_TYPE_GETSET_PARAM]; in tws_drain_reserved_reqs() 1106 sc->reqs[req_id].cb(&sc->reqs[req_id]); in tws_intr_resp()
|
| H A D | tws.h | 262 struct tws_request *reqs; /* pointer to requests */ member
|
| H A D | tws_hdm.c | 154 req = &sc->reqs[TWS_REQ_TYPE_INTERNAL_CMD]; in tws_init_connect()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_iso9660.c | 334 } *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 …]
|
| /freebsd-13.1/sys/rpc/rpcsec_gss/ |
| H A D | rpcsec_gss.c | 474 struct rpc_pending_request_list reqs; in rpc_gss_purge_xid() local 476 LIST_INIT(&reqs); in rpc_gss_purge_xid() 481 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_purge_xid() 487 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_purge_xid() 623 struct rpc_pending_request_list reqs; in rpc_gss_validate() local 674 LIST_INIT(&reqs); in rpc_gss_validate() 678 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_validate() 682 LIST_FOREACH(pr, &reqs, pr_link) { in rpc_gss_validate() 703 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) in rpc_gss_validate() 724 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_validate()
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | e1000_mbx.c | 374 hw->mbx.stats.reqs++; in e1000_check_for_msg_vf() 557 mbx->stats.reqs = 0; in e1000_init_mbx_params_vf() 592 hw->mbx.stats.reqs++; in e1000_check_for_msg_pf() 783 mbx->stats.reqs = 0; in e1000_init_mbx_params_pf()
|
| H A D | e1000_vf.h | 245 u32 reqs; member
|
| H A D | e1000_hw.h | 939 u32 reqs; member
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | ixgbe_mbx.c | 345 hw->mbx.stats.reqs++; in ixgbe_check_for_msg_vf() 524 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_vf() 560 hw->mbx.stats.reqs++; in ixgbe_check_for_msg_pf() 769 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_pf()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | activemap.c | 374 int reqs; in activemap_extent_complete() local 381 reqs = ext2reqs(amp, extent); in activemap_extent_complete() 382 PJDLOG_ASSERT(amp->am_memtab[extent] >= reqs); in activemap_extent_complete() 383 amp->am_memtab[extent] -= reqs; in activemap_extent_complete()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrMemory.td | 44 list<Predicate> reqs = []> { 51 Requires<reqs>; 57 Requires<reqs>; 240 list<Predicate> reqs = []> { 248 Requires<reqs>; 256 Requires<reqs>;
|
| /freebsd-13.1/contrib/capsicum-test/ |
| H A D | linux.cc | 1150 struct iocb* reqs[1] = {&req}; in TEST() local 1155 EXPECT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1157 EXPECT_OK(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1161 EXPECT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1163 EXPECT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1166 EXPECT_FAIL_NOT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1168 EXPECT_FAIL_NOT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1173 EXPECT_NOTCAPABLE(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST() 1175 EXPECT_OK(syscall(__NR_io_submit, ctx, 1, reqs)); in TEST()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | fsm.h | 114 int reqs; /* Max config REQs before a close() */ member
|
| H A D | fsm.c | 156 fp->more.reqs = fp->more.naks = fp->more.rejs = 3; in fsm_Init() 387 if (fp->more.reqs-- > 0 && fp->restart-- > 0) { in FsmSendConfigReq() 391 if (fp->more.reqs < 0) in FsmSendConfigReq()
|
| H A D | ipv6cp.c | 515 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerUp() 582 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerStart()
|
| H A D | ccp.c | 441 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerStart() 558 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerUp()
|
| H A D | lcp.c | 562 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerStart() 584 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerUp()
|
| H A D | ipcp.c | 829 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerStart() 973 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerUp()
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_sas.c | 709 int unit, error = 0, reqs; in mps_attach_sas() local 728 reqs = sc->num_reqs - sc->num_prireqs - 1; in mps_attach_sas() 729 if ((sassc->devq = cam_simq_alloc(reqs)) == NULL) { in mps_attach_sas() 737 unit, &sc->mps_mtx, reqs, reqs, sassc->devq); in mps_attach_sas()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_sas.c | 756 int unit, error = 0, reqs; in mpr_attach_sas() local 775 reqs = sc->num_reqs - sc->num_prireqs - 1; in mpr_attach_sas() 776 if ((sassc->devq = cam_simq_alloc(reqs)) == NULL) { in mpr_attach_sas() 784 unit, &sc->mpr_mtx, reqs, reqs, sassc->devq); in mpr_attach_sas()
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 235 libcxx/appveyor-reqs-install.cmd
|