Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c209 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 Dgen-pkgconfig.in196 reqs=
205reqs="$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 Dtest-policy.c55 } 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 Dtws.c406 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 Dtws_cam.c463 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 Dtws.h260 struct tws_request *reqs; /* pointer to requests */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td38 list<Predicate> reqs = []> {
45 Requires<reqs>;
51 Requires<reqs>;
122 list<Predicate> reqs = []> {
130 Requires<reqs>;
138 Requires<reqs>;
H A DWebAssemblyInstrSIMD.td19 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 Darchive_read_support_format_iso9660.c338 } *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 Drpcsec_gss.c471 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 De1000_mbx.c373 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 De1000_vf.h244 u32 reqs; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c310 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 Dixgbe_mbx.h56 u32 reqs; member
/freebsd/contrib/capsicum-test/
H A Dlinux.cc1150 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 DOSSL_CRMF_MSG_set0_validity.pod37 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 Dcmp_server.c192 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 Dcrmf_lib.c461 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 Dhw_channel.c257 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 Dhw_channel.h148 struct hwc_work_request reqs[]; member
/freebsd/usr.sbin/ppp/
H A Dfsm.h112 int reqs; /* Max config REQs before a close() */ member
H A Dfsm.c154 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 Dcmp_vfy_test.c105 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 Dmpi3mr_cam.c2096 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 Dcrmf.h.in150 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,

12