Searched refs:cons (Results 26 - 50 of 215) sorted by relevance

123456789

/freebsd-10-stable/sys/mips/malta/
H A Duart_cpu_maltausart.c40 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/mips/
H A Dautoconf.c57 #include <sys/cons.h>
H A Dsc_machdep.c36 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/nlm/
H A Duart_cpu_xlp.c48 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/rmi/
H A Duart_cpu_mips_xlr.c43 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/rt305x/
H A Duart_cpu_rt305x.c44 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/sentry5/
H A Duart_cpu_sbusart.c44 #include <sys/cons.h>
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dsc_machdep.c36 #include <sys/cons.h>
H A Ddb_interface.c8 #include <sys/cons.h>
/freebsd-10-stable/sys/sparc64/sparc64/
H A Ddb_interface.c32 #include <sys/cons.h>
H A Dsc_machdep.c33 #include <sys/cons.h>
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h45 int32_t cons; /* /dev/consolectl */ member in struct:bthid_server
/freebsd-10-stable/sys/arm/at91/
H A Duart_cpu_at91usart.c39 #include <sys/cons.h>
/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Duart_cpu_s3c2410.c34 #include <sys/cons.h>
/freebsd-10-stable/sys/arm/allwinner/
H A Dconsole.c35 #include <sys/cons.h>
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dconsole.c38 #include <sys/cons.h>
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dcomconsole.c84 char *cons, *env; local
94 cons = getenv("console");
95 if ((cons != NULL && strcmp(cons, comconsole.c_name) == 0) ||
/freebsd-10-stable/sys/boot/pc98/libpc98/
H A Dcomconsole.c84 char *cons, *env; local
94 cons = getenv("console");
95 if ((cons != NULL && strcmp(cons, comconsole.c_name) == 0) ||
/freebsd-10-stable/sys/i386/i386/
H A Dautoconf.c58 #include <sys/cons.h>
H A Ddb_interface.c35 #include <sys/cons.h>
/freebsd-10-stable/sys/arm/lpc/
H A Dif_lpe.c742 int prod, cons; local
746 cons = lpe_read_4(sc, LPE_RXDESC_CONS);
748 if (prod == cons)
751 rxd = &sc->lpe_cdata.lpe_rx_desc[cons];
752 hwd = &sc->lpe_rdata.lpe_rx_ring[cons];
753 hws = &sc->lpe_rdata.lpe_rx_status[cons];
758 lpe_discard_rxbuf(sc, cons);
759 lpe_init_rxbuf(sc, cons);
773 lpe_init_rxbuf(sc, cons);
775 LPE_INC(cons, LPE_RXDESC_NU
787 int cons, last; local
[all...]
/freebsd-10-stable/sys/dev/xen/netfront/
H A Dnetfront.c192 struct netfront_rx_info *rinfo, RING_IDX rp, RING_IDX *cons,
1296 struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons)
1306 if (__predict_false(*cons + 1 == rp)) {
1316 RING_GET_RESPONSE(&np->rx, ++(*cons));
1330 m = xennet_get_rx_mbuf(np, *cons);
1331 ref = xennet_get_rx_ref(np, *cons);
1340 struct netfront_rx_info *rinfo, RING_IDX rp, RING_IDX *cons,
1350 grant_ref_t ref = xennet_get_rx_ref(np, *cons);
1351 RING_IDX ref_cons = *cons;
1356 m0 = m = m_prev = xennet_get_rx_mbuf(np, *cons);
1295 xennet_get_extras(struct netfront_info *np, struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons) argument
1339 xennet_get_responses(struct netfront_info *np, struct netfront_rx_info *rinfo, RING_IDX rp, RING_IDX *cons, struct mbuf **list, int *pages_flipped_p) argument
[all...]
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_tx.c250 ring->cons = 0xffffffff;
343 ring->cons += ring->last_nr_txbb;
344 en_dbg(DRV, priv, "Freeing Tx buf - cons:0x%x prod:0x%x\n",
345 ring->cons, ring->prod);
347 if ((u32) (ring->prod - ring->cons) > ring->size) {
352 while (ring->cons != ring->prod) {
354 ring->cons & ring->size_mask);
355 ring->cons += ring->last_nr_txbb;
369 wqs = ring->size - (ring->prod - ring->cons);
395 ring_index = ring->cons
[all...]
/freebsd-10-stable/sys/dev/sge/
H A Dif_sge.c1146 int cons, prog; local
1155 cons = cd->sge_rx_cons;
1157 SGE_INC(cons, SGE_RX_RING_CNT)) {
1160 cur_rx = &sc->sge_ldata.sge_rx_ring[cons];
1172 sge_discard_rxbuf(sc, cons);
1176 m = cd->sge_rxdesc[cons].rx_m;
1177 if (sge_newbuf(sc, cons) != 0) {
1178 sge_discard_rxbuf(sc, cons);
1221 cd->sge_rx_cons = cons;
1237 int cons, nseg local
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Dread.h111 extern void cons (int nbytes);

Completed in 302 milliseconds

123456789