/freebsd/usr.sbin/ypbind/ |
H A D | yp_ping.c | 209 struct ping_req **reqs; in __yp_ping() local 222 reqs = calloc(cnt, sizeof(struct ping_req *)); in __yp_ping() 234 reqs[i] = calloc(1, sizeof(struct ping_req)); in __yp_ping() 235 bcopy((char *)&sin, (char *)&reqs[i]->sin, sizeof(sin)); in __yp_ping() 236 any = &reqs[i]->sin; in __yp_ping() 237 reqs[i]->xid = xid_seed; in __yp_ping() 244 free(reqs); in __yp_ping() 254 if (reqs[i] != NULL) in __yp_ping() 255 free(reqs[i]); in __yp_ping() 256 free(reqs); in __yp_ping() [all …]
|
/freebsd/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/lib/libipsec/ |
H A D | test-policy.c | 55 } reqs[] = { variable 111 for (i = 0; i < sizeof(reqs)/sizeof(reqs[0]); i++) { in test1() 112 printf("#%d [%s]\n", i + 1, reqs[i].str); in test1() 114 result = test1sub1(&reqs[i]); in test1() 115 if (result == 0 && reqs[i].result == 1) { in test1() 117 } else if (result == 1 && reqs[i].result == 0) { in test1()
|
/freebsd/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() 594 sc->reqs = malloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS, in tws_init() 674 if (bus_dmamap_create(sc->data_tag, 0, &sc->reqs[i].dma_map)) { in tws_init_reqs() 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() [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/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrMemory.td | 38 list<Predicate> reqs = []> { 45 Requires<reqs>; 51 Requires<reqs>; 122 list<Predicate> reqs = []> { 130 Requires<reqs>; 138 Requires<reqs>;
|
H A D | WebAssemblyInstrSIMD.td | 19 list<Predicate> reqs> { 24 Requires<reqs>; 30 list<Predicate> reqs = []> { 32 asmstr_s, simdop, !listconcat([HasSIMD128], reqs)>; 724 list<Predicate> reqs = []> { 730 vec.prefix#"."#name, simdop, reqs>; 806 bits<32> simdop, list<Predicate> reqs = []> { 812 vec.prefix#"."#name, simdop, reqs>; 832 bits<32> simdop, list<Predicate> reqs = []> { 837 vec.prefix#"."#name, simdop, reqs>; [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_iso9660.c | 338 } *reqs; member 1813 free(iso9660->read_ce_req.reqs); in archive_read_format_iso9660_cleanup() 2407 if (heap->reqs != NULL) { in register_CE() 2408 memcpy(p, heap->reqs, heap->cnt * sizeof(*p)); in register_CE() 2409 free(heap->reqs); in register_CE() 2411 heap->reqs = p; in register_CE() 2421 parent_offset = heap->reqs[parent].offset; in register_CE() 2423 heap->reqs[hole].offset = offset; in register_CE() 2424 heap->reqs[hole].file = file; in register_CE() 2428 heap->reqs[hole] = heap->reqs[parent]; in register_CE() [all …]
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 471 struct rpc_pending_request_list reqs; in rpc_gss_purge_xid() local 473 LIST_INIT(&reqs); in rpc_gss_purge_xid() 478 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_purge_xid() 484 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_purge_xid() 620 struct rpc_pending_request_list reqs; in rpc_gss_validate() local 671 LIST_INIT(&reqs); in rpc_gss_validate() 675 LIST_INSERT_HEAD(&reqs, pr, pr_link); in rpc_gss_validate() 679 LIST_FOREACH(pr, &reqs, pr_link) { in rpc_gss_validate() 700 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) in rpc_gss_validate() 721 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) { in rpc_gss_validate()
|
/freebsd/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/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/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/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/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/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/sys/dev/mana/ |
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()
|
H A D | hw_channel.h | 148 struct hwc_work_request reqs[]; member
|
/freebsd/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/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/sys/dev/mpi3mr/ |
H A D | mpi3mr_cam.c | 2096 int unit, error = 0, reqs; in mpi3mr_cam_attach() local 2108 reqs = sc->max_host_ios; in mpi3mr_cam_attach() 2110 if ((cam_sc->devq = cam_simq_alloc(reqs)) == NULL) { in mpi3mr_cam_attach() 2118 unit, &sc->mpi3mr_mtx, reqs, reqs, cam_sc->devq); in mpi3mr_cam_attach()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crmf.h.in | 150 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
|