Home
last modified time | relevance | path

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

12

/dragonfly/stand/boot/common/
H A Dconsole.c50 int cons; in cons_probe() local
57 for (cons = 0; consoles[cons] != NULL; cons++) { in cons_probe()
59 consoles[cons]->c_probe(consoles[cons]); in cons_probe()
69 for (cons = 0; consoles[cons] != NULL; cons++) { in cons_probe()
85 for (cons = 0; consoles[cons] != NULL; cons++) { in cons_probe()
104 for (cons = 0; consoles[cons] != NULL; cons++) { in getchar()
119 for (cons = 0; consoles[cons] != NULL; cons++) in ischar()
176 for (cons = 0; consoles[cons] != NULL; cons++) { in putchar()
187 for (cons = 0; consoles[cons] != NULL; cons++) in cons_find()
209 for (cons = 0; consoles[cons] != NULL; cons++) in cons_set()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dcsh-mode.el213 (cons (concat
325 (cons nest-column (csh-current-line)))
349 (setq level (cons (current-indentation)
765 (list (cons completion type)))))
863 (cons "break" csh-completion-type-misc)
864 (cons "breaksw" csh-completion-type-misc)
865 (cons "case" csh-completion-type-misc)
867 (cons "endif" csh-completion-type-misc)
868 (cons "exit" csh-completion-type-misc)
869 (cons "foreach" csh-completion-type-misc)
[all …]
/dragonfly/sys/dev/netif/bfe/
H A Dif_bfe.c1102 uint32_t cons, status, current, len, flags; in bfe_rxeof() local
1104 cons = sc->bfe_rx_cons; in bfe_rxeof()
1108 while (current != cons) { in bfe_rxeof()
1109 r = &sc->bfe_rx_ring[cons]; in bfe_rxeof()
1125 bfe_setup_rxdesc(sc, cons); in bfe_rxeof()
1126 BFE_INC(cons, BFE_RX_LIST_CNT); in bfe_rxeof()
1131 if (bfe_newbuf(sc, cons, 0) != 0) { in bfe_rxeof()
1132 bfe_setup_rxdesc(sc, cons); in bfe_rxeof()
1134 BFE_INC(cons, BFE_RX_LIST_CNT); in bfe_rxeof()
1145 BFE_INC(cons, BFE_RX_LIST_CNT); in bfe_rxeof()
[all …]
/dragonfly/sys/dev/netif/stge/
H A Dif_stge.c1460 int cons; in stge_txeof() local
1470 for (cons = sc->sc_cdata.stge_tx_cons;; in stge_txeof()
1471 cons = (cons + 1) % STGE_TX_RING_CNT) { in stge_txeof()
1488 sc->sc_cdata.stge_tx_cons = cons; in stge_txeof()
1557 int cons, prog; in stge_rxeof() local
1561 prog++, cons = (cons + 1) % STGE_RX_RING_CNT) { in stge_rxeof()
1573 rxd = &sc->sc_cdata.stge_rxdesc[cons]; in stge_rxeof()
1584 stge_discard_rxbuf(sc, cons); in stge_rxeof()
1594 if (stge_newbuf(sc, cons, 0) != 0) { in stge_rxeof()
1596 stge_discard_rxbuf(sc, cons); in stge_rxeof()
[all …]
/dragonfly/sys/dev/netif/msk/
H A Dif_msk.c2770 int cons, rxlen; in msk_rxeof() local
2788 msk_discard_rxbuf(sc_if, cons); in msk_rxeof()
2797 msk_discard_rxbuf(sc_if, cons); in msk_rxeof()
2805 msk_discard_rxbuf(sc_if, cons); in msk_rxeof()
2834 int cons, rxlen; in msk_jumbo_rxeof() local
2889 int cons, prog; in msk_txeof() local
2899 for (; cons != idx; MSK_INC(cons, MSK_TX_RING_CNT)) { in msk_txeof()
3143 int cons, idx, len, port, rxprog; in mskc_handle_events() local
3152 for (cons = sc->msk_stat_cons; cons != idx;) { in mskc_handle_events()
3153 sd = &sc->msk_stat_ring[cons]; in mskc_handle_events()
[all …]
/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c2180 int cons; in jme_txeof() local
2182 cons = tdata->jme_tx_cons; in jme_txeof()
2183 if (cons == tdata->jme_tx_prod) in jme_txeof()
2195 txd = &tdata->jme_txdesc[cons]; in jme_txeof()
2214 next_cons = cons; in jme_txeof()
2255 tdata->jme_tx_cons = cons; in jme_txeof()
2310 int cons, count, nsegs; in jme_rxpkt() local
2312 cons = rdata->jme_rx_cons; in jme_rxpkt()
2313 desc = &rdata->jme_rx_ring[cons]; in jme_rxpkt()
2340 cons = rdata->jme_rx_cons; in jme_rxpkt()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dread.c313 {"byte", cons, 1},
318 {"dc", cons, 2},
320 {"dc.a", cons, 0},
322 {"dc.b", cons, 1},
324 {"dc.l", cons, 4},
326 {"dc.w", cons, 2},
398 {"int", cons, 4},
409 {"long", cons, 4},
432 {"quad", cons, 8},
482 {"word", cons, 2},
[all …]
H A Dread.h128 extern void cons (int nbytes);
H A Dstabs.c372 cons (4); in s_stab_generic()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c819 PyObject *cons; in gdbpy_default_visualizer() local
832 cons = find_pretty_printer (val_obj); in gdbpy_default_visualizer()
833 return cons; in gdbpy_default_visualizer()
/dragonfly/sys/dev/netif/ale/
H A Dif_ale.c2012 uint32_t cons, prod; in ale_txeof() local
2026 cons = sc->ale_cdata.ale_tx_cons; in ale_txeof()
2031 for (prog = 0; cons != prod; prog++, in ale_txeof()
2032 ALE_DESC_INC(cons, ALE_TX_RING_CNT)) { in ale_txeof()
2038 txd = &sc->ale_cdata.ale_txdesc[cons]; in ale_txeof()
2049 sc->ale_cdata.ale_tx_cons = cons; in ale_txeof()
2067 rx_page->cons += roundup(length + sizeof(struct rx_rs), in ale_rx_update_page()
2069 if (rx_page->cons >= ALE_RX_PAGE_SZ) { in ale_rx_update_page()
2074 rx_page->cons = 0; in ale_rx_update_page()
2177 if (rx_page->cons >= prod) in ale_rxeof()
[all …]
H A Dif_alevar.h81 uint32_t cons; member
/dragonfly/contrib/binutils-2.27/gas/
H A Dread.c312 {"byte", cons, 1},
317 {"dc", cons, 2},
319 {"dc.a", cons, 0},
321 {"dc.b", cons, 1},
323 {"dc.l", cons, 4},
325 {"dc.w", cons, 2},
397 {"int", cons, 4},
408 {"long", cons, 4},
430 {"quad", cons, 8},
480 {"word", cons, 2},
[all …]
H A Dread.h124 extern void cons (int nbytes);
H A Dstabs.c361 cons (4); in s_stab_generic()
/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c807 u_int32_t cons = r->r_cons, cnt = r->r_cnt; in txp_tx_reclaim() local
808 struct txp_tx_desc *txd = r->r_desc + cons; in txp_tx_reclaim()
809 struct txp_swdesc *sd = sc->sc_txd + cons; in txp_tx_reclaim()
812 while (cons != idx) { in txp_tx_reclaim()
828 if (++cons == TX_ENTRIES) { in txp_tx_reclaim()
830 cons = 0; in txp_tx_reclaim()
840 r->r_cons = cons; in txp_tx_reclaim()
/dragonfly/sys/dev/netif/age/
H A Dif_age.c1935 int cons, prog; in age_txintr() local
1944 cons = sc->age_cdata.age_tx_cons; in age_txintr()
1945 for (prog = 0; cons != tpd_cons; AGE_DESC_INC(cons, AGE_TX_RING_CNT)) { in age_txintr()
1951 txd = &sc->age_cdata.age_txdesc[cons]; in age_txintr()
1969 sc->age_cdata.age_tx_cons = cons; in age_txintr()
/dragonfly/sys/kern/
H A Dtty_cons.c137 CONS_DRIVER(cons, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dobj-elf.c123 {"2byte", cons, 2},
124 {"4byte", cons, 4},
125 {"8byte", cons, 8},
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dobj-elf.c123 {"2byte", cons, 2},
124 {"4byte", cons, 4},
125 {"8byte", cons, 8},
/dragonfly/sys/dev/netif/alc/
H A Dif_alc.c3261 uint32_t cons, prod; in alc_txeof() local
3273 prod = sc->alc_rdata.alc_cmb->cons; in alc_txeof()
3284 cons = sc->alc_cdata.alc_tx_cons; in alc_txeof()
3289 for (prog = 0; cons != prod; prog++, in alc_txeof()
3290 ALC_DESC_INC(cons, ALC_TX_RING_CNT)) { in alc_txeof()
3296 txd = &sc->alc_cdata.alc_txdesc[cons]; in alc_txeof()
3311 sc->alc_cdata.alc_tx_cons = cons; in alc_txeof()
H A Dif_alcreg.h1194 uint32_t cons; member
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c168 static int scvidprobe(int unit, int flags, int cons);
169 static int sckbdprobe(int unit, int flags, int cons);
490 scvidprobe(int unit, int flags, int cons) in scvidprobe() argument
499 vid_configure(cons ? VIO_PROBE_ONLY : 0); in scvidprobe()
506 sckbdprobe(int unit, int flags, int cons) in sckbdprobe() argument
509 kbd_configure(cons ? KB_CONF_PROBE_ONLY : 0); in sckbdprobe()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c600 tree cons = copy_node (init); in split_nonconstant_init_1() local
602 code = build2 (MODIFY_EXPR, type, dest, cons); in split_nonconstant_init_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c713 tree cons = copy_node (init); in split_nonconstant_init_1() local
715 code = build2 (MODIFY_EXPR, type, dest, cons); in split_nonconstant_init_1()

12