Home
last modified time | relevance | path

Searched defs:cons (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/sys/dev/xen/console/
H A Dxen_console.c233 struct xencons_priv *cons; in xencons_init_hypervisor() local
285 struct xencons_priv *cons; in xencons_init_ring() local
417 xencons_rx(struct xencons_priv *cons) in xencons_rx()
516 struct xencons_priv *cons; in xencons_tx() local
540 struct xencons_priv *cons; in xencons_intr() local
648 struct xencons_priv *cons; in xencons_tty_open() local
660 struct xencons_priv *cons; in xencons_tty_close() local
671 struct xencons_priv *cons; in xencons_timeout() local
684 struct xencons_priv *cons; in xencons_tty_outwakeup() local
730 struct xencons_priv *cons; in xencons_attach() local
[all …]
/freebsd/stand/common/
H A Dconsole.c76 int cons; in cons_probe() local
139 int cons; in getchar() local
157 int cons; in ischar() local
170 int cons; in putchar() local
189 int cons; in cons_find() local
228 int cons, found, failed; in cons_check() local
266 int cons, active; in cons_change() local
/freebsd/sys/dev/nvme/
H A Dnvme.c115 nvme_notify(struct nvme_consumer *cons, in nvme_notify()
181 nvme_notify_new_consumer(struct nvme_consumer *cons) in nvme_notify_new_consumer()
204 struct nvme_consumer *cons; in nvme_notify_async_consumers() local
221 struct nvme_consumer *cons; in nvme_notify_fail_consumers() local
248 struct nvme_consumer *cons; in nvme_notify_ns() local
/freebsd/sbin/dhclient/
H A Dtree.c49 cons(caddr_t car, pair cdr) in cons() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp82 char const *cons = NULL; // Construct name. in __kmp_pragma() local
124 struct cons_data const *cons // Second construct. in __kmp_error_construct2()
307 struct cons_data cons = {NULL, ct_critical, 0, NULL}; local
/freebsd/usr.bin/fstat/
H A Dfuser.c127 printflags(struct consumer *cons) in printflags()
287 struct consumer *cons; in dofiles() local
/freebsd/sys/contrib/xen/io/
H A Dlibxenvchan.h54 uint32_t cons, prod; member
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c387 xs_check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in xs_check_indexes()
405 xs_get_output_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, in xs_get_output_chunk()
427 xs_get_input_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, in xs_get_input_chunk()
454 XENSTORE_RING_IDX cons, prod; in xs_write_store() local
543 XENSTORE_RING_IDX cons, prod; in xs_read_store() local
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c191 uint32_t cons = cpr->cons; in bnxt_isc_txd_credits_update() local
324 uint32_t cons = cpr->cons; in bnxt_isc_rxd_available() local
H A Dif_bnxt.c1284 uint32_t cons = cpr->cons; in bnxt_thor_db_rx_cq() local
1310 uint32_t cons = cpr->cons; in bnxt_thor_db_tx_cq() local
1331 uint32_t cons = cpr->cons; in bnxt_thor_db_nq() local
3372 uint32_t cons = cpr->cons; in process_nq() local
4619 uint32_t cons = cpr->cons; in bnxt_def_cp_task() local
/freebsd/lib/libc/gen/
H A Dgetttyent.c71 char *buf, *cons, *nextcons; in auto_tty_status() local
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h46 int32_t cons; /* /dev/consolectl */ member
/freebsd/stand/i386/libi386/
H A Dcomconsole.c81 char *cons, *env; in comc_probe() local
/freebsd/sys/dev/jme/
H A Dif_jme.c2416 int cons, nsegs; in jme_txeof() local
2487 jme_discard_rxbuf(struct jme_softc *sc, int cons) in jme_discard_rxbuf()
2505 int cons, count, nsegs; in jme_rxeof() local
/freebsd/sys/dev/msk/
H A Dif_msk.c3174 int cons, rxlen; in msk_rxeof() local
3250 int cons, rxlen; in msk_jumbo_rxeof() local
3315 int cons, prog; in msk_txeof() local
3577 int cons, len, port, rxprog; in msk_handle_events() local
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c252 char *buf, *p, *cons; in read_primary_console() local
/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c348 int i, nospc, cons; in mp_ring_enqueue() local
/freebsd/sys/dev/vte/
H A Dif_vte.c1380 int cons, prog; in vte_txeof() local
1493 int cons, prog; in vte_rxeof() local
/freebsd/sys/dev/sge/
H A Dif_sge.c1140 int cons, prog; in sge_rxeof() local
1231 int cons, nsegs, prod; in sge_txeof() local
/freebsd/sys/dev/nge/
H A Dif_nge.c1437 int cons, prog, rx_npkts, total_len; in nge_rxeof() local
1613 int cons, prod; in nge_txeof() local
/freebsd/sys/dev/stge/
H A Dif_stge.c1526 int cons; in stge_txeof() local
1633 int cons, prog, rx_npkts; in stge_rxeof() local
/freebsd/sys/dev/vr/
H A Dif_vr.c1292 int cons, prog, total_len, rx_npkts; in vr_rxeof() local
1438 int cons, prod; in vr_txeof() local
/freebsd/sys/arm64/iommu/
H A Dsmmuvar.h78 uint32_t cons; member
/freebsd/sys/dev/sk/
H A Dif_sk.c2650 int cons, prog; in sk_rxeof() local
2716 int cons, prog; in sk_jumbo_rxeof() local
/freebsd/sys/contrib/xen/
H A Dtrace.h316 uint32_t cons; /* Offset of next item to be consumed by control tools. */ member

123