HomeSort by: relevance | last modified time | path
    Searched refs:c_flags (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/sys/arch/ia64/stand/common/
console.c 59 consoles[cons]->c_flags = 0;
65 consoles[cons]->c_flags = 0;
67 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT))
80 (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)))
86 consoles[active]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
103 if ((consoles[cons]->c_flags & C_ACTIVEIN) &&
114 if ((consoles[cons]->c_flags & C_ACTIVEIN) &&
130 if (consoles[cons]->c_flags & C_ACTIVEOUT)
168 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
171 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT
    [all...]
  /src/sys/kern/
kern_timeout.c 371 c->c_flags = flags;
375 c->c_flags = flags | CALLOUT_BOUND;
396 * of c->c_flags. If the callout could potentially have been
399 KASSERTMSG((c->c_flags & CALLOUT_PENDING) == 0,
400 "pending callout %p: c_func (%p) c_flags (%#x) destroyed from %p",
401 c, c->c_func, c->c_flags, __builtin_return_address(0));
403 "running callout %p: c_func (%p) c_flags (%#x) destroyed from %p",
404 c, c->c_func, c->c_flags, __builtin_return_address(0));
422 c, c->c_func, c->c_arg, c->c_flags, to_ticks);
429 c->c_flags &= ~(CALLOUT_FIRED | CALLOUT_INVOKING)
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
skiconsole.c 40 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
  /src/usr.bin/systat/
systat.h 45 char c_flags; /* see below */ member in struct:mode
cmds.c 124 if ((p->c_flags & CF_INIT) == 0) {
126 p->c_flags |= CF_INIT;
  /src/sys/coda/
cnode.h 99 u_short c_flags; /* flags (see below) */ member in struct:cnode
121 #define VALID_VATTR(cp) ((cp->c_flags) & C_VATTR)
122 #define VALID_SYMLINK(cp) ((cp->c_flags) & C_SYMLINK)
123 #define IS_UNMOUNTING(cp) ((cp)->c_flags & C_UNMOUNTING)
coda_subr.c 245 cp->c_flags |= C_UNMOUNTING;
265 if (cp && !(cp->c_flags & C_UNMOUNTING)) {
267 cp->c_flags |= C_UNMOUNTING;
367 cp->c_flags &= ~C_VATTR;
374 cp->c_flags |= C_PURGING;
391 cp->c_flags &= ~C_VATTR;
398 cp->c_flags |= C_PURGING;
420 cp->c_flags &= ~C_VATTR;
431 cp->c_flags |= C_PURGING;
  /src/sys/dev/ic/
pl181.c 172 if (cmd->c_flags & SCF_CMD_READ)
180 if (cmd->c_flags & SCF_CMD_READ)
397 cmd->c_opcode, cmd->c_flags, cmd->c_datalen, cmd->c_resid, xferlen);
405 if (cmd->c_flags & SCF_RSP_PRESENT)
407 if (cmd->c_flags & SCF_RSP_136)
417 const uint32_t dir = (cmd->c_flags & SCF_CMD_READ) ? 1 : 0;
430 if (!ISSET(cmd->c_flags, SCF_XFER_SDHC))
451 if ((cmd->c_flags & SCF_RSP_PRESENT) && cmd->c_resid == 0) {
461 if (cmd->c_flags & SCF_RSP_136) {
466 if (cmd->c_flags & SCF_RSP_CRC)
    [all...]
dwc_mmc.c 490 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
558 if (cmd->c_flags & SCF_CMD_READ)
579 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
603 cmd->c_opcode, cmd->c_flags, cmd->c_data, cmd->c_datalen,
612 SET(cmd->c_flags, SCF_ITSDONE);
642 if (cmd->c_flags & SCF_RSP_PRESENT)
644 if (cmd->c_flags & SCF_RSP_136)
646 if (cmd->c_flags & SCF_RSP_CRC)
663 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) {
691 if (ISSET(cmd->c_flags, SCF_CMD_READ))
    [all...]
mvsata.c 1003 xfer->c_flags |= C_POLL;
1006 xfer->c_flags |= C_DMA;
1023 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
1033 if (xfer->c_flags & C_DMA)
1071 if (xfer->c_flags & C_DMA) {
1078 dmamode = (xfer->c_flags & C_NCQ) ? ncq : dma;
1082 if (xfer->c_flags & C_POLL)
1092 xfer->c_flags &= ~C_DMA;
1163 if ((xfer->c_flags & C_POLL) == 0
1168 (xfer->c_flags & C_POLL) ? AT_POLL : 0) != 0)
    [all...]
  /src/sys/dev/scsipi/
atapi_wdc.c 401 xfer->c_flags |= C_POLL;
405 xfer->c_flags |= C_DMA;
413 xfer->c_flags |= C_PIOBM;
416 xfer->c_flags |= C_ATAPI;
425 xfer->c_flags &= ~C_DMA;
450 xfer->c_flags &= ~C_DMA;
452 xfer->c_flags &= ~C_DMA;
496 if ((xfer->c_flags & C_DMA) && (drvp->n_xfers <= NXFER))
628 (xfer->c_flags & C_DMA) ? ATAPI_PKT_CMD_FTRE_DMA :
634 if (xfer->c_flags & C_PIOBM)
    [all...]
  /src/sys/arch/sparc/sparc/
cache_print.h 43 if (ci->c_flags & CACHE_TRAPPAGEBUG)
  /src/sys/dev/ata/
ata_wdc.c 155 xfer->c_flags |= C_POLL;
159 xfer->c_flags |= C_DMA;
166 xfer->c_flags |= C_PIOBM;
188 wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
192 "c_flags 0x%x ch_flags 0x%x\n",
194 drvp->state, drvp->drive_flags, xfer->c_flags, chp->ch_flags),
207 if ((xfer->c_flags & C_POLL) == 0 && !ata_is_thread_run(chp))
341 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
354 if (xfer->c_flags & (C_DMA | C_PIOBM)) {
418 if (xfer->c_flags & C_DMA)
    [all...]
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 572 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R7 | SCF_RSP_SPI_R7;
590 cmd.c_flags = SCF_CMD_BC | SCF_RSP_R0 | SCF_RSP_SPI_R1;
611 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R3 | SCF_RSP_SPI_R1;
681 acmd.c_flags = SCF_CMD_AC | SCF_RSP_R1 | SCF_RSP_SPI_R1;
684 acmd.c_flags = SCF_CMD_BCR | SCF_RSP_R1 | SCF_RSP_SPI_R1;
708 cmd->c_datalen, cmd->c_flags, cmd->c_error);
714 if (ISSET(cmd->c_flags, SCF_RSP_136))
717 else if (ISSET(cmd->c_flags, SCF_RSP_PRESENT))
731 cmd->c_opcode, cmd->c_arg, cmd->c_flags));
896 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R6
    [all...]
s3csdi.c 175 if (cmd->c_flags & SCF_RSP_PRESENT)
177 if (cmd->c_flags & SCF_RSP_136)
195 if ( (cmd->c_flags & SCF_CMD_READ) &&
244 cmd->c_flags |= SCF_ITSDONE;
267 if (cmd->c_flags & SCF_RSP_136 ) {
328 cmd->c_flags |= SCF_ITSDONE;
  /src/sys/arch/arm/amlogic/
meson_sdio.c 525 if (cmd->c_flags & SCF_RSP_PRESENT) {
526 if (cmd->c_flags & SCF_RSP_136) {
533 if ((cmd->c_flags & SCF_RSP_CRC) == 0) {
536 if (cmd->c_flags & SCF_RSP_BSY) {
551 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
563 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
606 cmd->c_opcode, cmd->c_flags, cmd->c_datalen);
613 if (cmd->c_flags & SCF_RSP_CRC) {
630 if (cmd->c_flags & SCF_RSP_PRESENT) {
635 if (cmd->c_flags & SCF_RSP_136)
    [all...]
mesongx_mmc.c 635 if ((status & STATUS_END_OF_CHAIN) != 0 && (cmd->c_flags & SCF_ITSDONE) == 0) {
637 if ((cmd->c_flags & SCF_RSP_PRESENT) != 0) {
638 if (cmd->c_flags & SCF_RSP_136) {
643 if (cmd->c_flags & SCF_RSP_CRC) {
656 cmd->c_flags |= SCF_ITSDONE;
859 cmd->c_flags |= SCF_NEED_BOUNCE;
861 if ((cmd->c_flags & SCF_CMD_READ) != 0) {
934 if ((cmd->c_flags & SCF_NEED_BOUNCE) != 0) {
935 if ((cmd->c_flags & SCF_CMD_READ) != 0) {
978 if ((cmd->c_flags & SCF_RSP_PRESENT) == 0)
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_mci.c 570 cmd->c_datalen, cmd->c_flags));
583 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT))
585 else if (ISSET(cmd->c_flags, SCF_RSP_136))
587 else if (!ISSET(cmd->c_flags, SCF_RSP_CRC))
592 if (ISSET(cmd->c_flags, SCF_RSP_BSY))
594 if (!ISSET(cmd->c_flags, SCF_CMD_READ))
634 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
696 SET(cmd->c_flags, SCF_ITSDONE);
705 device_xname(sc->sc_dev), cmd->c_opcode, cmd->c_flags, cmd->c_error));
783 if (ISSET(sc->sc_cmd->c_flags, SCF_CMD_READ))
    [all...]
  /src/sys/net/npf/
npf_conn.c 298 const uint32_t flags = atomic_load_relaxed(&con->c_flags);
406 if (atomic_load_relaxed(&con->c_flags) & CONN_GPASS) {
451 atomic_store_relaxed(&con->c_flags, di & PFIL_ALL);
513 atomic_or_uint(&con->c_flags, CONN_REMOVED | CONN_EXPIRE);
583 flags = atomic_load_relaxed(&con->c_flags);
617 atomic_or_uint(&con->c_flags, CONN_REMOVED | CONN_EXPIRE);
640 atomic_or_uint(&con->c_flags, CONN_EXPIRE);
650 if (__predict_true(atomic_load_relaxed(&con->c_flags) & CONN_PASS)) {
666 KASSERT((atomic_load_relaxed(&con->c_flags) & CONN_ACTIVE) == 0);
675 atomic_or_uint(&con->c_flags, CONN_PASS)
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_mmc.c 655 !ISSET(cmd->c_flags, SCF_TOUT_OK))
660 SET(cmd->c_flags, SCF_ITSDONE);
693 SET(cmd->c_flags, SCF_ITSDONE);
697 if (cmd != NULL && ISSET(cmd->c_flags, SCF_ITSDONE)) {
1016 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
1083 if (ISSET(cmd->c_flags, SCF_CMD_READ))
1104 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
1126 cmd->c_opcode, cmd->c_flags, cmd->c_data, cmd->c_datalen,
1134 SET(cmd->c_flags, SCF_ITSDONE);
1142 if (cmd->c_flags & SCF_RSP_PRESENT
    [all...]
  /src/sys/arch/ia64/stand/efi/libefi/
efi_console.c 47 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
  /src/sys/sys/
callout.h 97 u_int c_flags; /* state of this entry */ member in struct:callout_impl
  /src/sys/arch/arm/broadcom/
bcm2835_sdhost.c 366 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
609 cmd->c_opcode, cmd->c_flags, cmd->c_data, cmd->c_datalen,
629 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT))
631 if (ISSET(cmd->c_flags, SCF_RSP_136))
633 if (ISSET(cmd->c_flags, SCF_RSP_BSY))
637 if (ISSET(cmd->c_flags, SCF_CMD_READ))
692 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) {
693 if (ISSET(cmd->c_flags, SCF_RSP_136)) {
698 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) {
713 cmd->c_flags |= SCF_ITSDONE
    [all...]
  /src/sys/dev/marvell/
mvsdio.c 330 if (cmd->c_flags & SCF_RSP_PRESENT) {
334 if (cmd->c_flags & SCF_RSP_136) {
533 cmd->c_datalen, cmd->c_flags));
572 if (cmd->c_flags & SCF_CMD_READ)
631 if (cmd->c_flags & SCF_RSP_PRESENT) {
632 if (cmd->c_flags & SCF_RSP_136)
634 else if (!(cmd->c_flags & SCF_RSP_BSY))
641 if (cmd->c_flags & SCF_RSP_CRC)
643 if (cmd->c_flags & SCF_RSP_IDX)
669 cmd->c_opcode, cmd->c_flags, cmd->c_error))
    [all...]
  /src/sys/arch/arm/imx/
imx23_ssp.c 554 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) {
556 if (ISSET(cmd->c_flags, SCF_RSP_136)) {
827 if (!ISSET(cmd->c_flags, SCF_RSP_CRC)) {
837 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) {
840 if (ISSET(cmd->c_flags, SCF_RSP_136)) {
855 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
879 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
901 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
931 if (!ISSET(cmd->c_flags, SCF_RSP_CRC)) {
942 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT))
    [all...]

Completed in 30 milliseconds

1 2 3 4