| /freebsd-14.2/usr.sbin/ypbind/ |
| H A D | yp_ping.c | 216 struct ping_req **reqs; in __yp_ping() local 243 any = &reqs[i]->sin; in __yp_ping() 251 free(reqs); in __yp_ping() 261 if (reqs[i] != NULL) in __yp_ping() 262 free(reqs[i]); in __yp_ping() 263 free(reqs); in __yp_ping() 276 if (reqs[i] != NULL) { in __yp_ping() 291 if (reqs[i] != NULL && reqs[i]->xid == xid_lookup) { in __yp_ping() 303 if (reqs[i] != NULL) in __yp_ping() 304 free(reqs[i]); in __yp_ping() [all …]
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | gen-pkgconfig.in | 196 reqs= 205 …reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suff… 208 reqs="$MAIN_LIBRARY${suffix}" 216 [ -n "$reqs" ] && reqs="$reqs, " 217 reqs="${reqs}${SUB_LIBRARY}${suffix}" 244 Requires.private: $reqs
|
| /freebsd-14.2/lib/libipsec/ |
| H A D | test-policy.c | 56 } reqs[] = { variable 112 for (i = 0; i < sizeof(reqs)/sizeof(reqs[0]); i++) { in test1() 113 printf("#%d [%s]\n", i + 1, reqs[i].str); in test1() 115 result = test1sub1(&reqs[i]); in test1() 116 if (result == 0 && reqs[i].result == 1) { in test1() 118 } else if (result == 1 && reqs[i].result == 0) { in test1()
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws.c | 406 if (sc->reqs[i].dma_map) in tws_detach() 407 bus_dmamap_destroy(sc->data_tag, sc->reqs[i].dma_map); in tws_detach() 408 callout_drain(&sc->reqs[i].timeout); in tws_detach() 412 free(sc->reqs, M_TWS); in tws_detach() 679 sc->reqs[i].cmd_pkt = &cmd_buf[i]; in tws_init_reqs() 685 sc->reqs[i].cmd_pkt_phy = sc->dma_mem_phys + in tws_init_reqs() 688 sc->reqs[i].request_id = i; in tws_init_reqs() 689 sc->reqs[i].sc = sc; in tws_init_reqs() 693 callout_init(&sc->reqs[i].timeout, 1); in tws_init_reqs() 694 sc->reqs[i].state = TWS_REQ_STATE_FREE; in tws_init_reqs() [all …]
|
| H A D | tws_cam.c | 463 req = &sc->reqs[req_id]; in tws_err_complete() 600 r = &sc->reqs[TWS_REQ_TYPE_AEN_FETCH]; in tws_drain_reserved_reqs() 610 r = &sc->reqs[TWS_REQ_TYPE_PASSTHRU]; in tws_drain_reserved_reqs() 616 r = &sc->reqs[TWS_REQ_TYPE_GETSET_PARAM]; in tws_drain_reserved_reqs() 1102 sc->reqs[req_id].cb(&sc->reqs[req_id]); in tws_intr_resp()
|
| H A D | tws.h | 260 struct tws_request *reqs; /* pointer to requests */ member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrMemory.td | 38 list<Predicate> reqs = []> { 45 Requires<reqs>; 51 Requires<reqs>; 116 list<Predicate> reqs = []> { 124 Requires<reqs>; 132 Requires<reqs>;
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_iso9660.c | 338 } *reqs; member 2407 if (heap->reqs != NULL) { in register_CE() 2409 free(heap->reqs); in register_CE() 2411 heap->reqs = p; in register_CE() 2428 heap->reqs[hole] = heap->reqs[parent]; in register_CE() 2432 heap->reqs[0].file = file; in register_CE() 2449 heap->reqs[0] = heap->reqs[--(heap->cnt)]; in next_CE() 2471 tmp = heap->reqs[a]; in next_CE() 2472 heap->reqs[a] = heap->reqs[b]; in next_CE() 2473 heap->reqs[b] = tmp; in next_CE() [all …]
|
| /freebsd-14.2/sys/rpc/rpcsec_gss/ |
| H A D | rpcsec_gss.c | 472 struct rpc_pending_request_list reqs; in rpc_gss_purge_xid() local 474 LIST_INIT(&reqs); in rpc_gss_purge_xid() 479 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_purge_xid() 485 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_purge_xid() 621 struct rpc_pending_request_list reqs; in rpc_gss_validate() local 672 LIST_INIT(&reqs); in rpc_gss_validate() 676 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_validate() 680 LIST_FOREACH(pr, &reqs, pr_link) { in rpc_gss_validate() 701 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) in rpc_gss_validate() 722 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_validate()
|
| /freebsd-14.2/sys/dev/e1000/ |
| H A D | e1000_mbx.c | 373 hw->mbx.stats.reqs++; in e1000_check_for_msg_vf() 556 mbx->stats.reqs = 0; in e1000_init_mbx_params_vf() 591 hw->mbx.stats.reqs++; in e1000_check_for_msg_pf() 782 mbx->stats.reqs = 0; in e1000_init_mbx_params_pf()
|
| H A D | e1000_vf.h | 244 u32 reqs; member
|
| /freebsd-14.2/sys/dev/ixgbe/ |
| H A D | ixgbe_mbx.c | 310 hw->mbx.stats.reqs++; in ixgbe_clear_msg_vf() 685 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_vf() 716 mbx->stats.reqs = 0; in ixgbe_upgrade_mbx_params_vf() 730 hw->mbx.stats.reqs++; in ixgbe_clear_msg_pf() 1149 mbx->stats.reqs = 0; in ixgbe_init_mbx_params_pf() 1197 mbx->stats.reqs = 0; in ixgbe_upgrade_mbx_params_pf()
|
| H A D | ixgbe_mbx.h | 56 u32 reqs; member
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | activemap.c | 371 int reqs; in activemap_extent_complete() local 378 reqs = ext2reqs(amp, extent); in activemap_extent_complete() 379 PJDLOG_ASSERT(amp->am_memtab[extent] >= reqs); in activemap_extent_complete() 380 amp->am_memtab[extent] -= reqs; in activemap_extent_complete()
|
| /freebsd-14.2/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-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_CRMF_MSG_set0_validity.pod | 37 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, 96 the given I<rid> in the list of I<reqs>. Optionally accepts RAVerified. It can
|
| /freebsd-14.2/crypto/openssl/crypto/crmf/ |
| H A D | crmf_lib.c | 461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo() argument 471 if (reqs == NULL || (req = sk_OSSL_CRMF_MSG_value(reqs, rid)) == NULL) { in OSSL_CRMF_MSGS_verify_popo()
|
| /freebsd-14.2/crypto/openssl/crypto/cmp/ |
| H A D | cmp_server.c | 192 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() local 194 if (sk_OSSL_CRMF_MSG_num(reqs) != 1) { in process_cert_request() 199 if ((crm = sk_OSSL_CRMF_MSG_value(reqs, OSSL_CMP_CERTREQID)) == NULL) { in process_cert_request()
|
| /freebsd-14.2/sys/dev/mana/ |
| H A D | hw_channel.h | 148 struct hwc_work_request reqs[]; member
|
| H A D | hw_channel.c | 257 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx]; in mana_hwc_rx_event_handler() 490 hwc_wr = &dma_buf->reqs[i]; in mana_hwc_alloc_dma_buf() 654 req = &hwc_rxq->msg_buf->reqs[i]; in mana_hwc_test_channel() 875 tx_wr = &txq->msg_buf->reqs[msg_id]; in mana_hwc_send_request()
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | fsm.h | 112 int reqs; /* Max config REQs before a close() */ member
|
| H A D | fsm.c | 154 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()
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | cmp_vfy_test.c | 105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir; in execute_verify_popo_test() local 106 const OSSL_CRMF_MSG *req = sk_OSSL_CRMF_MSG_value(reqs, 0); in execute_verify_popo_test()
|
| /freebsd-14.2/sys/dev/mpi3mr/ |
| H A D | mpi3mr_cam.c | 2063 int unit, error = 0, reqs; in mpi3mr_cam_attach() local 2075 reqs = sc->max_host_ios; in mpi3mr_cam_attach() 2077 if ((cam_sc->devq = cam_simq_alloc(reqs)) == NULL) { in mpi3mr_cam_attach() 2085 unit, &sc->mpi3mr_mtx, reqs, reqs, cam_sc->devq); in mpi3mr_cam_attach()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | crmf.h.in | 150 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
|