Searched refs:cons (Results 1 - 25 of 221) sorted by relevance

123456789

/freebsd-11-stable/stand/common/
H A Dconsole.c52 int cons; local
60 for (cons = 0; consoles[cons] != NULL; cons++) {
61 consoles[cons]->c_flags = 0;
62 consoles[cons]->c_probe(consoles[cons]);
66 for (cons = 0; consoles[cons] != NULL && active == -1; cons
105 int cons; local
120 int cons; local
133 int cons; local
151 int cons; local
189 int cons, found, failed; local
227 int cons, active; local
[all...]
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c43 #include <sys/cons.h>
66 typedef void xencons_early_init_t(struct xencons_priv *cons);
69 typedef int xencons_read_t(struct xencons_priv *cons, char *buffer,
71 typedef int xencons_write_t(struct xencons_priv *cons, const char *buffer,
202 static inline void xencons_lock(struct xencons_priv *cons) argument
206 mtx_lock_spin(&cons->mtx);
210 static inline void xencons_unlock(struct xencons_priv *cons) argument
214 mtx_unlock_spin(&cons->mtx);
217 #define xencons_lock_assert(cons) mtx_assert(&(cons)
221 xencons_early_init_hypervisor(struct xencons_priv *cons) argument
233 struct xencons_priv *cons; local
247 xencons_write_hypervisor(struct xencons_priv *cons, const char *buffer, unsigned int size) argument
257 xencons_read_hypervisor(struct xencons_priv *cons, char *buffer, unsigned int size) argument
275 xencons_early_init_ring(struct xencons_priv *cons) argument
285 struct xencons_priv *cons; local
302 xencons_notify_ring(struct xencons_priv *cons) argument
321 xencons_write_ring(struct xencons_priv *cons, const char *buffer, unsigned int size) argument
354 xencons_read_ring(struct xencons_priv *cons, char *buffer, unsigned int size) argument
417 xencons_rx(struct xencons_priv *cons) argument
434 xencons_tx_full(struct xencons_priv *cons) argument
446 xencons_tx_flush(struct xencons_priv *cons, int force) argument
479 xencons_putc(struct xencons_priv *cons, int c, bool force_flush) argument
493 xencons_getc(struct xencons_priv *cons) argument
516 struct xencons_priv *cons; local
540 struct xencons_priv *cons; local
648 struct xencons_priv *cons; local
660 struct xencons_priv *cons; local
671 struct xencons_priv *cons; local
684 struct xencons_priv *cons; local
735 struct xencons_priv *cons; local
764 struct xencons_priv *cons; local
[all...]
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.c301 nvme_notify(struct nvme_consumer *cons, argument
322 if (cons->ctrlr_fn != NULL)
323 ctrlr_cookie = (*cons->ctrlr_fn)(ctrlr);
326 ctrlr->cons_cookie[cons->id] = ctrlr_cookie;
333 ctrlr->cons_cookie[cons->id] = NULL;
334 if (cons->fail_fn != NULL)
335 (*cons->fail_fn)(ctrlr_cookie);
346 if (cons->ns_fn != NULL)
347 ns->cons_cookie[cons->id] =
348 (*cons
365 nvme_notify_new_consumer(struct nvme_consumer *cons) argument
388 struct nvme_consumer *cons; local
405 struct nvme_consumer *cons; local
[all...]
/freebsd-11-stable/sys/xen/interface/io/
H A Dlibxenvchan.h49 uint32_t cons, prod; member in struct:ring_shared
/freebsd-11-stable/sbin/dhclient/
H A Dtree.c49 cons(caddr_t car, pair cdr) function
53 error("no memory for cons.");
/freebsd-11-stable/usr.bin/fstat/
H A Dfuser.c129 printflags(struct consumer *cons) argument
133 assert(cons);
135 if ((cons->uflags & uflags[i].flag) != 0)
138 if ((cons->flags & fflags[i].flag) != 0)
290 struct consumer *cons; local
328 STAILQ_FOREACH(cons, &reqfiles[i].consumers, next)
329 if (cons->pid == kp->ki_pid) {
334 cons->flags |= fst->fs_fflags;
335 cons->uflags |= fst->fs_uflags;
340 cons
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c196 uint32_t cons = cpr->cons; local
204 last_cons = cons;
206 NEXT_CP_CONS_V(&cpr->ring, cons, v_bit);
207 CMPL_PREFETCH_NEXT(cpr, cons);
209 if (!CMP_VALID(&cmpl[cons], v_bit))
212 type = cmpl[cons].flags_type & TX_CMPL_TYPE_MASK;
215 err = (le16toh(cmpl[cons].errors_v) &
222 avail += cmpl[cons].opaque >> 24;
233 NEXT_CP_CONS_V(&cpr->ring, cons, v_bi
337 uint32_t cons = cpr->cons; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dcsh-mode.el202 (cons (concat "^[^#\n]*\".*\\(\\$[][0-9A-Za-z_#:?]+\\).*"
213 (cons (concat
302 (nest-list (cons 0 0)) ;; sentinel cons since cdr is >= 1
314 (setq balance-list (cons (point) balance-list))
325 (cons nest-column (csh-current-line)))
349 (setq level (cons (current-indentation)
355 (cons (current-indentation) (csh-current-line))
765 (list (cons completion type)))))
863 (cons "brea
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dautoconf.c51 #include <sys/cons.h>
H A Dminidump_machdep.c35 #include <sys/cons.h>
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_console.c38 #include <cons.h>
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c76 srv->cons = open("/dev/consolectl", O_RDWR);
77 if (srv->cons < 0) {
88 close(srv->cons);
103 close(srv->cons);
111 close(srv->cons);
121 close(srv->cons);
132 close(srv->cons);
141 close(srv->cons);
161 close(srv->cons);
/freebsd-11-stable/sys/arm/arm/
H A Dautoconf.c61 #include <sys/cons.h>
H A Dsc_machdep.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dautoconf.c35 #include <sys/cons.h>
H A Dsc_machdep.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c35 #include <sys/cons.h>
H A Ddb_interface.c32 #include <sys/cons.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Dautoconf.c46 #include <sys/cons.h>
/freebsd-11-stable/lib/libc/gen/
H A Dgetttyent.c75 char *buf, *cons, *nextcons; local
88 if ((cons = strchr(buf, '/')) == NULL)
90 *cons = '\0';
92 while ((cons = strsep(&nextcons, ",")) != NULL && strlen(cons) != 0) {
93 if (strcmp(cons, ty_name) == 0) {
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c396 * \param cons The consumer index for the ring to test.
403 xs_check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) argument
406 return ((prod - cons) <= XENSTORE_RING_SIZE);
413 * \param cons The consumer index for the ring.
421 xs_get_output_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, argument
426 if ((XENSTORE_RING_SIZE - (prod - cons)) < *len)
427 *len = XENSTORE_RING_SIZE - (prod - cons);
435 * \param cons The consumer index for the ring.
443 xs_get_input_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, argument
447 *len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(cons);
470 XENSTORE_RING_IDX cons, prod; local
559 XENSTORE_RING_IDX cons, prod; local
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Duart_cpu_ixp425.c33 #include <sys/cons.h>
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Duart_cpu_pxa.c33 #include <sys/cons.h>
/freebsd-11-stable/sys/arm/at91/
H A Duart_cpu_at91usart.c39 #include <sys/cons.h>
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Duart_cpu_ec.c37 #include <sys/cons.h>

Completed in 265 milliseconds

123456789