Home
last modified time | relevance | path

Searched refs:cons (Results 1 – 25 of 223) sorted by relevance

123456789

/openbsd-src/lib/libcrypto/pem/
H A Dpkcs7.lis1 21 0:d=0 hl=2 l= 0 cons: univ: SEQUENCE
3 21 13:d=0 hl=2 l= 0 cons: cont: 00 # explicit tag
4 21 15:d=0 hl=2 l= 0 cons: univ: SEQUENCE
6 20 20:d=0 hl=2 l= 0 cons: univ: SET
7 21 22:d=0 hl=2 l= 0 cons: univ: SEQUENCE
10 21 37:d=0 hl=2 l= 0 cons: cont: 00 # cert tag
11 20 39:d=0 hl=4 l=545 cons: univ: SEQUENCE
12 20 588:d=0 hl=4 l=524 cons: univ: SEQUENCE
14 21 1118:d=0 hl=2 l= 0 cons: cont: 01 # crl tag
15 20 1120:d=0 hl=4 l=653 cons: univ: SEQUENCE
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930126-1.c6 T cons (T, T);
69 cb[163] = cons (((ms (10, ((char *) "")))), (cons (tO5, 0))); in Ldata()
70 cb[162] = cons (1, (cons (2, 0))); in Ldata()
71 cb[150] = cons (1, (cons (2, (cons (3, (cons (4, (cons (5, (cons (6, 0))))))))))); in Ldata()
/openbsd-src/sys/dev/acpi/
H A Dacpipwrres.c99 struct acpipwrres_consumer *cons; in acpipwrres_attach()
136 SIMPLEQ_FOREACH(cons, &sc->sc_cons, cs_next) in acpipwrres_attach()
137 printf(" %s%s", cons->cs_node->name, in acpipwrres_attach()
138 (SIMPLEQ_NEXT(cons, cs_next) == NULL) ? "" : ","); in acpipwrres_attach()
182 struct acpipwrres_consumer *cons; in acpipwrres_ref_decr()
184 SIMPLEQ_FOREACH(cons, &sc->sc_cons, cs_next) { in acpipwrres_ref_decr()
185 if (cons->cs_node == node) in acpipwrres_ref_decr()
195 struct acpipwrres_consumer *cons; in acpipwrres_ref_decr()
217 cons = malloc(sizeof(*cons), M_DEVBU in acpipwrres_addcons()
101 struct acpipwrres_consumer *cons; acpipwrres_attach() local
201 struct acpipwrres_consumer *cons; acpipwrres_hascons() local
214 struct acpipwrres_consumer *cons; acpipwrres_addcons() local
[all...]
/openbsd-src/sys/arch/sparc64/dev/
H A Dsbbc.c361 struct sbbc_sram_cons *cons; in sbbc_attach_cons() local
369 cons = (struct sbbc_sram_cons *)(sc->sc_sram + offset); in sbbc_attach_cons()
370 if (cons->cons_magic != SBBC_CONS_MAGIC || in sbbc_attach_cons()
371 cons->cons_version < SBBC_CONS_VERSION) in sbbc_attach_cons()
439 struct sbbc_sram_cons *cons = (void *)sc->sc_sram_cons; in sbbc_softintr_cons() local
440 uint32_t rdptr = cons->cons_in_rdptr; in sbbc_softintr_cons()
444 while (rdptr != cons->cons_in_wrptr) { in sbbc_softintr_cons()
450 if (++rdptr == cons->cons_in_end) in sbbc_softintr_cons()
451 rdptr = cons->cons_in_begin; in sbbc_softintr_cons()
454 cons->cons_in_rdptr = rdptr; in sbbc_softintr_cons()
[all …]
H A Dvnet.c726 u_int cons; in vnet_rx_vio_desc_data() local
778 cons = sc->sc_tx_cons & (sc->sc_vd->vd_nentries - 1); in vnet_rx_vio_desc_data()
780 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; in vnet_rx_vio_desc_data()
783 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); in vnet_rx_vio_desc_data()
784 sc->sc_vsd[cons].vsd_buf = NULL; in vnet_rx_vio_desc_data()
887 u_int cons, count; in vnet_rx_vio_dring_data() local
891 cons = sc->sc_tx_cons & (sc->sc_vd->vd_nentries - 1); in vnet_rx_vio_dring_data()
892 while (sc->sc_vd->vd_desc[cons].hdr.dstate == VIO_DESC_DONE) { in vnet_rx_vio_dring_data()
893 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; in vnet_rx_vio_dring_data()
896 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); in vnet_rx_vio_dring_data()
[all …]
H A Dvdsk.c697 int cons; in vdsk_rx_vio_dring_data() local
699 cons = sc->sc_tx_cons; in vdsk_rx_vio_dring_data()
700 while (sc->sc_vd->vd_desc[cons].hdr.dstate == VIO_DESC_DONE) { in vdsk_rx_vio_dring_data()
701 xs = sc->sc_vsd[cons].vsd_xs; in vdsk_rx_vio_dring_data()
703 vdsk_complete_cmd(xs, cons); in vdsk_rx_vio_dring_data()
704 cons++; in vdsk_rx_vio_dring_data()
705 cons &= (sc->sc_vd->vd_nentries - 1); in vdsk_rx_vio_dring_data()
707 sc->sc_tx_cons = cons; in vdsk_rx_vio_dring_data()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dconsole.t28 my $cons = TAP::Formatter::Console->new;
29 isa_ok $cons, 'TAP::Formatter::Console';
31 can_ok $cons, $method;
32 is_deeply [ $cons->$method( $test->{in}->() ) ], [ $test->{out}->() ],
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread1.cc106 pthread_t cons[thread_pairs]; in main() local
120 pthread_create (&cons[i], NULL, consume, static_cast<void*> (tq[i])); in main()
126 pthread_join (cons[i], NULL); in main()
131 pthread_detach (cons[i]); in main()
H A Dpthread4.cc102 pthread_t cons; in main() local
103 pthread_create (&cons, NULL, consume, NULL); in main()
106 pthread_join (cons, NULL); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1426 tree decl, cons, temp; local
1608 START_RECORD_CONSTRUCTOR (cons, class_type_node);
1609 PUSH_SUPER_VALUE (cons, temp);
1610 PUSH_FIELD_VALUE (cons, "next", null_pointer_node);
1611 PUSH_FIELD_VALUE (cons, "name", build_utf8_ref (DECL_NAME (type_decl)));
1612 PUSH_FIELD_VALUE (cons, "accflags",
1615 PUSH_FIELD_VALUE (cons, "superclass",
1617 PUSH_FIELD_VALUE (cons, "constants", constant_pool_constructor);
1618 PUSH_FIELD_VALUE (cons, "methods",
1620 PUSH_FIELD_VALUE (cons, "method_count", build_int_2 (method_count, 0));
[all …]
H A Dconstants.c427 tree cons; in build_constants_constructor() local
476 START_RECORD_CONSTRUCTOR (cons, constants_type_node); in build_constants_constructor()
477 PUSH_FIELD_VALUE (cons, "size", build_int_2 (outgoing_cpool->count, 0)); in build_constants_constructor()
478 PUSH_FIELD_VALUE (cons, "tags", tags_value); in build_constants_constructor()
479 PUSH_FIELD_VALUE (cons, "data", data_value); in build_constants_constructor()
480 FINISH_RECORD_CONSTRUCTOR (cons); in build_constants_constructor()
481 return cons; in build_constants_constructor()
/openbsd-src/sys/dev/pv/
H A Dif_xnf.c701 uint32_t cons; in xnf_txeof() local
708 for (cons = sc->sc_tx_cons; cons != txr->txr_cons; cons++) { in xnf_txeof()
709 i = cons & (XNF_TX_DESC - 1); in xnf_txeof()
729 sc->sc_tx_cons = cons; in xnf_txeof()
754 uint32_t cons; in xnf_rxeof() local
761 for (cons = sc->sc_rx_cons; cons != rxr->rxr_cons; cons++) { in xnf_rxeof()
762 i = cons & (XNF_RX_DESC - 1); in xnf_rxeof()
826 sc->sc_rx_cons = cons; in xnf_rxeof()
845 uint32_t cons, prod, oprod; in xnf_rx_ring_fill() local
849 cons = rxr->rxr_cons; in xnf_rx_ring_fill()
[all …]
/openbsd-src/sys/dev/pci/
H A Dif_iavf.c1822 unsigned int cons, prod, last; in iavf_txeof()
1828 cons = txr->txr_cons; in iavf_rxr_alloc()
1830 if (cons == prod) in iavf_rxr_alloc()
1840 txm = &txr->txr_maps[cons]; in iavf_rxr_alloc()
1858 cons = last + 1; in iavf_rxr_alloc()
1859 cons &= mask; in iavf_rxr_alloc()
1862 } while (cons != prod); in iavf_rxr_alloc()
1867 txr->txr_cons = cons; in iavf_rxr_alloc()
2017 unsigned int cons, prod; in iavf_rxeof()
2030 cons in iavf_rxeof()
1772 unsigned int cons, prod, last; iavf_txeof() local
1949 unsigned int cons, prod; iavf_rxeof() local
2310 unsigned int cons = sc->sc_arq_cons; iavf_process_arq() local
2393 unsigned int cons; iavf_atq_done() local
[all...]
H A Dvmwpvs.c714 u_int32_t cons, prod; in vmwpvs_intr() local
721 cons = s->cmp_cons; in vmwpvs_intr()
730 if (cons != prod) { in vmwpvs_intr()
736 &ring[cons++ % VMWPVS_CMP_COUNT]); in vmwpvs_intr()
738 } while (cons != prod); in vmwpvs_intr()
766 u_int32_t cons, prod; in vmwpvs_msg_task() local
771 cons = s->msg_cons; in vmwpvs_msg_task()
784 while (cons != prod) { in vmwpvs_msg_task()
785 msg = &ring[cons++ % VMWPVS_MSG_COUNT]; in vmwpvs_msg_task()
974 u_int32_t prod, cons; in vmwpvs_scsi_cmd_poll() local
[all...]
H A Dif_jme.c1499 int cons, nsegs; in jme_txeof() local
1501 cons = sc->jme_cdata.jme_tx_cons; in jme_txeof()
1502 if (cons == sc->jme_cdata.jme_tx_prod) in jme_txeof()
1512 while (cons != sc->jme_cdata.jme_tx_prod) { in jme_txeof()
1513 txd = &sc->jme_cdata.jme_txdesc[cons]; in jme_txeof()
1540 sc->jme_rdata.jme_tx_ring[cons].flags = 0; in jme_txeof()
1541 JME_DESC_INC(cons, JME_TX_RING_CNT); in jme_txeof()
1554 sc->jme_cdata.jme_tx_cons = cons; in jme_txeof()
1568 jme_discard_rxbufs(struct jme_softc *sc, int cons, int count) in jme_discard_rxbufs() argument
1573 struct jme_desc *desc = &sc->jme_rdata.jme_rx_ring[cons]; in jme_discard_rxbufs()
[all …]
H A Dif_myx.c1492 u_int idx, cons, prod; in myx_start() local
1504 cons = prod = sc->sc_tx_prod; in myx_start()
1541 if (cons == prod) in myx_start()
1544 ms = &sc->sc_tx_slots[cons]; in myx_start()
1552 if (++cons >= sc->sc_tx_ring_count) in myx_start()
1553 cons = 0; in myx_start()
1555 if (cons == prod) in myx_start()
1558 ms = &sc->sc_tx_slots[cons]; in myx_start()
1732 u_int idx, cons; in myx_txeof() local
1735 cons = sc->sc_tx_cons; in myx_txeof()
[all …]
H A Dif_vmx.c90 volatile u_int cons; member
681 ring->cons = ring->prod = 0; in vmxnet3_txinit()
1034 u_int prod, cons, next; in vmxnet3_txintr() local
1038 cons = ring->cons; in vmxnet3_txintr()
1040 if (cons == prod) in vmxnet3_txintr()
1059 m = ring->m[cons]; in vmxnet3_txintr()
1060 ring->m[cons] = NULL; in vmxnet3_txintr()
1064 map = ring->dmap[cons]; in vmxnet3_txintr()
1068 cons in vmxnet3_txintr()
[all...]
H A Dif_msk.c1722 int prod, cons, tail; in msk_rxeof()
1726 cons = sc_if->sk_cdata.sk_rx_cons; in msk_rxeof() local
1728 while (cons != prod) { in msk_rxeof()
1729 tail = cons; in msk_rxeof()
1730 SK_INC(cons, MSK_RX_RING_CNT); in msk_rxeof()
1738 sc_if->sk_cdata.sk_rx_cons = cons; in msk_rxeof()
1771 uint32_t cons; in msk_txeof()
1779 cons = sc_if->sk_cdata.sk_tx_cons; in msk_txeof()
1781 if (cons == prod) in msk_txeof()
1784 while (cons ! in msk_txeof()
1775 uint32_t cons; msk_txeof() local
[all...]
H A Dif_ixl.c3003 unsigned int cons, prod, last; in ixl_txeof()
3009 cons = txr->txr_cons; in ixl_txeof()
3011 if (cons == prod) in ixl_txeof()
3021 txm = &txr->txr_maps[cons]; in ixl_txeof()
3039 cons = last + 1; in ixl_txeof()
3040 cons &= mask; in ixl_txeof()
3043 } while (cons != prod); in ixl_txeof()
3048 txr->txr_cons = cons; in ixl_txeof()
3257 unsigned int cons, prod; in ixl_rxeof()
3266 cons in ixl_rxeof()
2997 unsigned int cons, prod, last; ixl_txeof() local
3251 unsigned int cons, prod; ixl_rxeof() local
3588 unsigned int cons = sc->sc_arq_cons; ixl_arq() local
3683 unsigned int cons; ixl_atq_done() local
[all...]
H A Dif_vte.c889 int cons, prog; in vte_txeof() local
895 cons = sc->vte_cdata.vte_tx_cons; in vte_txeof()
901 txd = &sc->vte_cdata.vte_txdesc[cons]; in vte_txeof()
913 VTE_DESC_INC(cons, VTE_TX_RING_CNT); in vte_txeof()
918 sc->vte_cdata.vte_tx_cons = cons; in vte_txeof()
990 int cons, prog; in vte_rxeof() local
994 cons = sc->vte_cdata.vte_rx_cons; in vte_rxeof()
996 VTE_DESC_INC(cons, VTE_RX_RING_CNT)) { in vte_rxeof()
997 rxd = &sc->vte_cdata.vte_rxdesc[cons]; in vte_rxeof()
1029 sc->vte_cdata.vte_rx_cons = cons; in vte_rxeof()
/openbsd-src/gnu/llvm/llvm/utils/emacs/
H A DREADME12 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
21 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
/openbsd-src/sys/dev/dt/
H A Ddt_dev.c759 int prod, cons, distance; in dt_pcb_ring_copy()
772 cons = dc->dc_cons; in dt_pcb_ring_copy()
773 distance = prod - cons; in dt_pcb_ring_copy()
786 dtev = &dc->dc_ring[cons]; in dt_pcb_ring_copy()
834 unsigned int cons, prod;
840 cons = dc->dc_cons;
843 if (cons < prod)
846 count = cons - prod;
861 if (max == copied || prod != 0 || cons == 0)
864 count = MIN(cons, (ma
754 unsigned int cons, prod; dt_pcb_ring_copy() local
[all...]
/openbsd-src/sys/dev/fdt/
H A Dif_mvneta.c1426 unsigned int i, done, cons; in mvneta_rx_proc() local
1435 cons = sc->sc_rx_cons; in mvneta_rx_proc()
1438 rxd = &sc->sc_rxdesc[cons]; in mvneta_rx_proc()
1439 rxb = &sc->sc_rxbuf[cons]; in mvneta_rx_proc()
1507 cons = MVNETA_RX_RING_NEXT(cons); in mvneta_rx_proc()
1519 sc->sc_rx_cons = cons; in mvneta_rx_proc()
1542 unsigned int i, cons, done; in mvneta_tx_proc() local
1555 cons = sc->sc_tx_cons; in mvneta_tx_proc()
1558 txd = &sc->sc_txdesc[cons]; in mvneta_tx_proc()
1559 txb = &sc->sc_txbuf[cons]; in mvneta_tx_proc()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-z8k.c110 {"int" , cons , 2},
111 {"data.b" , cons , 1},
112 {"data.w" , cons , 2},
113 {"data.l" , cons , 4},
127 {"wval" , cons , 2},
128 {"lval" , cons , 4},
129 {"bval" , cons , 1},
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z8k.c107 {"int" , cons , 2},
108 {"data.b" , cons , 1},
109 {"data.w" , cons , 2},
110 {"data.l" , cons , 4},
124 {"wval" , cons , 2},
125 {"lval" , cons , 4},
126 {"bval" , cons , 1},

123456789