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

12345678

/freebsd-13-stable/stand/common/
H A Dconsole.c52 int cons; local
61 for (cons = 0; consoles[cons] != NULL; cons++) {
62 consoles[cons]->c_flags = 0;
63 consoles[cons]->c_probe(consoles[cons]);
67 for (cons = 0; consoles[cons] != NULL && active == -1; cons
106 int cons; local
124 int cons; local
137 int cons; local
156 int cons; local
195 int cons, found, failed; local
233 int cons, active; local
[all...]
/freebsd-13-stable/sys/dev/xen/console/
H A Dxen_console.c44 #include <sys/cons.h>
70 typedef void xencons_early_init_t(struct xencons_priv *cons);
73 typedef int xencons_read_t(struct xencons_priv *cons, char *buffer,
75 typedef int xencons_write_t(struct xencons_priv *cons, const char *buffer,
200 static inline void xencons_lock(struct xencons_priv *cons) argument
204 mtx_lock_spin(&cons->mtx);
208 static inline void xencons_unlock(struct xencons_priv *cons) argument
212 mtx_unlock_spin(&cons->mtx);
215 #define xencons_lock_assert(cons) mtx_assert(&(cons)
219 xencons_early_init_hypervisor(struct xencons_priv *cons) argument
231 struct xencons_priv *cons; local
245 xencons_write_hypervisor(struct xencons_priv *cons, const char *buffer, unsigned int size) argument
255 xencons_read_hypervisor(struct xencons_priv *cons, char *buffer, unsigned int size) argument
273 xencons_early_init_ring(struct xencons_priv *cons) argument
283 struct xencons_priv *cons; local
300 xencons_notify_ring(struct xencons_priv *cons) argument
319 xencons_write_ring(struct xencons_priv *cons, const char *buffer, unsigned int size) argument
352 xencons_read_ring(struct xencons_priv *cons, char *buffer, unsigned int size) argument
415 xencons_rx(struct xencons_priv *cons) argument
432 xencons_tx_full(struct xencons_priv *cons) argument
444 xencons_tx_flush(struct xencons_priv *cons, int force) argument
477 xencons_putc(struct xencons_priv *cons, int c, bool force_flush) argument
491 xencons_getc(struct xencons_priv *cons) argument
514 struct xencons_priv *cons; local
538 struct xencons_priv *cons; local
646 struct xencons_priv *cons; local
658 struct xencons_priv *cons; local
669 struct xencons_priv *cons; local
682 struct xencons_priv *cons; local
728 struct xencons_priv *cons; local
757 struct xencons_priv *cons; local
[all...]
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme.c156 nvme_notify(struct nvme_consumer *cons, argument
177 if (cons->ctrlr_fn != NULL)
178 ctrlr_cookie = (*cons->ctrlr_fn)(ctrlr);
181 ctrlr->cons_cookie[cons->id] = ctrlr_cookie;
188 ctrlr->cons_cookie[cons->id] = NULL;
189 if (cons->fail_fn != NULL)
190 (*cons->fail_fn)(ctrlr_cookie);
201 if (cons->ns_fn != NULL)
202 ns->cons_cookie[cons->id] =
203 (*cons
220 nvme_notify_new_consumer(struct nvme_consumer *cons) argument
243 struct nvme_consumer *cons; local
260 struct nvme_consumer *cons; local
287 struct nvme_consumer *cons; local
[all...]
/freebsd-13-stable/sbin/dhclient/
H A Dtree.c51 cons(caddr_t car, pair cdr) function
55 error("no memory for cons.");
/freebsd-13-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-13-stable/sys/xen/interface/io/
H A Dlibxenvchan.h54 uint32_t cons, prod; member in struct:ring_shared
H A Dring.h437 RING_IDX cons, \
442 if (prod == cons) \
446 cons = name##_mask(cons, ring_size); \
448 if (prod == cons) \
451 if (prod > cons) \
452 size = prod - cons; \
454 size = ring_size - (cons - prod); \
/freebsd-13-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
334 uint32_t cons = cpr->cons; local
[all...]
/freebsd-13-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-13-stable/sys/riscv/riscv/
H A Dautoconf.c51 #include <sys/cons.h>
/freebsd-13-stable/stand/mips/beri/loader/
H A Dberi_console.c38 #include <cons.h>
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c78 srv->cons = open("/dev/consolectl", O_RDWR);
79 if (srv->cons < 0) {
90 close(srv->cons);
105 close(srv->cons);
113 close(srv->cons);
123 close(srv->cons);
134 close(srv->cons);
143 close(srv->cons);
163 close(srv->cons);
/freebsd-13-stable/sys/mips/mips/
H A Dsc_machdep.c38 #include <sys/cons.h>
/freebsd-13-stable/sys/i386/i386/
H A Dminidump_machdep.c37 #include <sys/cons.h>
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dautoconf.c37 #include <sys/cons.h>
H A Dsc_machdep.c38 #include <sys/cons.h>
/freebsd-13-stable/sys/arm/arm/
H A Dautoconf.c63 #include <sys/cons.h>
H A Dsc_machdep.c38 #include <sys/cons.h>
/freebsd-13-stable/sys/arm64/arm64/
H A Dautoconf.c46 #include <sys/cons.h>
/freebsd-13-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-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c383 * \param cons The consumer index for the ring to test.
390 xs_check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) argument
393 return ((prod - cons) <= XENSTORE_RING_SIZE);
400 * \param cons The consumer index for the ring.
408 xs_get_output_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, argument
413 if ((XENSTORE_RING_SIZE - (prod - cons)) < *len)
414 *len = XENSTORE_RING_SIZE - (prod - cons);
422 * \param cons The consumer index for the ring.
430 xs_get_input_chunk(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod, argument
434 *len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(cons);
457 XENSTORE_RING_IDX cons, prod; local
546 XENSTORE_RING_IDX cons, prod; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c351 int i, nospc, cons; local
385 cons = -1;
391 cons = C_FAST;
394 cons = C_2;
397 cons = C_TAKEOVER;
410 if (cons == C_FAST) {
454 MPASS(cons == -1);
461 if (cons == -1) {
463 cons = C_3;
469 MPASS(cons > C_FAS
[all...]
/freebsd-13-stable/sys/gdb/
H A Dgdb_cons.c41 #include <sys/cons.h>
63 SYSCTL_INT(_debug_gdb, OID_AUTO, cons, CTLFLAG_RWTUN, &gdbcons_enable, 0,
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h26 ident_t const *ident, struct cons_data const *cons);
/freebsd-13-stable/sys/mips/nlm/
H A Duart_cpu_xlp.c50 #include <sys/cons.h>

Completed in 231 milliseconds

12345678