Searched refs:c_flags (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dconsole.c59 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 |
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_timeout.c289 c->c_flags = flags;
293 c->c_flags = flags | CALLOUT_BOUND;
309 * of c->c_flags. If the callout could potentially have been
312 KASSERT((c->c_flags & CALLOUT_PENDING) == 0);
336 c->c_flags &= ~(CALLOUT_FIRED | CALLOUT_INVOKING);
343 if ((c->c_flags & CALLOUT_PENDING) != 0) {
356 if ((c->c_flags & CALLOUT_BOUND) != 0 || cc == occ ||
360 c->c_flags |= CALLOUT_PENDING;
366 c->c_flags |= CALLOUT_PENDING;
431 if ((c->c_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Datapi_wdc.c369 xfer->c_flags |= C_POLL;
373 xfer->c_flags |= C_DMA;
381 xfer->c_flags |= C_PIOBM;
384 xfer->c_flags |= C_ATAPI;
393 xfer->c_flags &= ~C_DMA;
418 xfer->c_flags &= ~C_DMA;
420 xfer->c_flags &= ~C_DMA;
462 if ((xfer->c_flags & C_DMA) && (drvp->n_xfers <= NXFER))
596 (xfer->c_flags & C_DMA) ? ATAPI_PKT_CMD_FTRE_DMA :
602 if (xfer->c_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_subr.c230 cp->c_flags,
296 if (cp->c_flags & (C_LOCKED|C_WANTED)) {
298 cp->c_flags &= ~(C_LOCKED|C_WANTED);
301 cp->c_flags |= C_UNMOUNTING;
320 if (!(cp->c_flags & C_UNMOUNTING)) {
323 cp->c_flags |= C_UNMOUNTING;
416 cp->c_flags &= ~C_VATTR;
423 cp->c_flags |= C_PURGING;
441 cp->c_flags &= ~C_VATTR;
448 cp->c_flags |
[all...]
H A Dcnode.h99 u_short c_flags; /* flags (see below) */ member in struct:cnode
123 #define VALID_VATTR(cp) ((cp->c_flags) & C_VATTR)
124 #define VALID_SYMLINK(cp) ((cp->c_flags) & C_SYMLINK)
125 #define IS_UNMOUNTING(cp) ((cp)->c_flags & C_UNMOUNTING)
H A Dcoda_vnops.c275 cp->c_flags &= ~C_VATTR;
480 cp->c_flags &= ~C_VATTR;
611 cp->c_flags |= C_VATTR;
644 cp->c_flags &= ~C_VATTR;
756 cp->c_flags |= C_SYMLINK;
804 if (cp->c_flags & C_PURGING) {
844 cp->c_flags &= ~C_SYMLINK;
1092 VTOC(*vpp)->c_flags |= C_VATTR;
1096 VTOC(dvp)->c_flags &= ~C_VATTR;
1173 VTOC(dvp)->c_flags
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/
H A Dshared-object.mk12 $(gcc_compile) $(c_flags) -c $< $(vis_hide)
15 $(gcc_s_compile) $(c_flags) -c $<
H A Dstatic-object.mk12 $(gcc_compile) $(c_flags) -c $< $(vis_hide)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dskiconsole.c40 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dsystat.h45 char c_flags; /* see below */ member in struct:mode
H A Dcmds.c124 if ((p->c_flags & CF_INIT) == 0) {
126 p->c_flags |= CF_INIT;
H A Dmain.c230 curmode->c_flags |= CF_INIT;
254 if (curmode->c_flags & CF_LOADAV) {
281 if (curmode->c_flags & CF_LOADAV) {
300 if (curmode->c_flags & CF_LOADAV)
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_wdc.c150 xfer->c_flags |= C_POLL;
154 xfer->c_flags |= C_DMA;
161 xfer->c_flags |= C_PIOBM;
187 wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
202 if ((xfer->c_flags & C_POLL) == 0 &&
330 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
343 if (xfer->c_flags & (C_DMA | C_PIOBM)) {
408 if (xfer->c_flags & C_DMA) {
425 xfer->c_flags &= ~C_DMA;
459 if ((xfer->c_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Ddev_sdmmc.c576 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R7 | SCF_RSP_SPI_R7;
594 cmd.c_flags = SCF_CMD_BC | SCF_RSP_R0 | SCF_RSP_SPI_R1;
615 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R3 | SCF_RSP_SPI_R1;
685 acmd.c_flags = SCF_CMD_AC | SCF_RSP_R1 | SCF_RSP_SPI_R1;
688 acmd.c_flags = SCF_CMD_BCR | SCF_RSP_R1 | SCF_RSP_SPI_R1;
712 cmd->c_datalen, cmd->c_flags, cmd->c_error);
718 if (ISSET(cmd->c_flags, SCF_RSP_136))
721 else if (ISSET(cmd->c_flags, SCF_RSP_PRESENT))
735 cmd->c_opcode, cmd->c_arg, cmd->c_flags));
900 cmd.c_flags
[all...]
H A Ds3csdi.c175 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;
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_mci.c571 cmd->c_datalen, cmd->c_flags));
584 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT))
586 else if (ISSET(cmd->c_flags, SCF_RSP_136))
588 else if (!ISSET(cmd->c_flags, SCF_RSP_CRC))
593 if (ISSET(cmd->c_flags, SCF_RSP_BSY))
595 if (!ISSET(cmd->c_flags, SCF_CMD_READ))
635 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
697 SET(cmd->c_flags, SCF_ITSDONE);
706 device_xname(sc->sc_dev), cmd->c_opcode, cmd->c_flags, cmd->c_error));
784 if (ISSET(sc->sc_cmd->c_flags, SCF_CMD_REA
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dw83l518d_sdmmc.c371 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
407 if (ISSET(cmd->c_flags, SCF_CMD_READ))
434 cmd->c_opcode, cmd->c_flags, cmd->c_data, cmd->c_datalen);
473 if (ISSET(cmd->c_flags, SCF_CMD_READ))
510 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) {
516 if (ISSET(cmd->c_flags, SCF_RSP_136))
535 SET(cmd->c_flags, SCF_ITSDONE);
542 ISSET(cmd->c_flags, SCF_CMD_READ) ? "rd" : "wr",
H A Dmvsata.c505 xfer->c_flags |= C_POLL;
508 xfer->c_flags |= C_DMA;
615 xfer->c_flags |= C_POLL;
617 xfer->c_flags |= C_WAIT;
734 xfer->c_flags |= C_POLL;
736 xfer->c_flags |= C_ATAPI;
1009 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
1017 if (xfer->c_flags & C_DMA)
1056 if (xfer->c_flags & C_DMA) {
1060 if (xfer->c_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Defi_console.c47 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcallout.h90 u_int c_flags; /* state of this entry */ member in struct:callout_impl
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dmvsdio.c322 if (cmd->c_flags & SCF_RSP_PRESENT) {
326 if (cmd->c_flags & SCF_RSP_136) {
525 cmd->c_datalen, cmd->c_flags));
564 if (cmd->c_flags & SCF_CMD_READ)
623 if (cmd->c_flags & SCF_RSP_PRESENT) {
624 if (cmd->c_flags & SCF_RSP_136)
626 else if (!(cmd->c_flags & SCF_RSP_BSY))
633 if (cmd->c_flags & SCF_RSP_CRC)
635 if (cmd->c_flags & SCF_RSP_IDX)
661 cmd->c_opcode, cmd->c_flags, cm
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/t_sh7706lan/
H A Dscimci.c429 cmd->c_flags, curproc, curproc ? curproc->p_comm : ""));
459 if (ISSET(cmd->c_flags, SCF_RSP_SPI_S2)) {
461 } else if (ISSET(cmd->c_flags, SCF_RSP_SPI_B4)) {
480 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
502 SET(cmd->c_flags, SCF_ITSDONE);
506 device_xname(sc->sc_dev), cmd->c_opcode, cmd->c_flags, cmd->c_error));
H A Dssumci.c365 cmd->c_datalen, cmd->c_flags));
389 if (ISSET(cmd->c_flags, SCF_RSP_SPI_S2)) {
391 } else if (ISSET(cmd->c_flags, SCF_RSP_SPI_B4)) {
407 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
431 SET(cmd->c_flags, SCF_ITSDONE);
435 device_xname(sc->sc_dev), cmd->c_opcode, cmd->c_flags, cmd->c_error));
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dextern.h63 PLAN *c_flags(char ***, int);
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmc_mem.c493 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R3 | SCF_RSP_SPI_R1;
536 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R7 | SCF_RSP_SPI_R7;
567 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R1 | SCF_RSP_SPI_R1;
804 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R2;
831 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R2;
887 cmd.c_flags = SCF_CMD_ADTC | SCF_CMD_READ | SCF_RSP_R1 | SCF_RSP_SPI_R1;
992 cmd.c_flags = SCF_CMD_ADTC | SCF_CMD_READ | SCF_RSP_SPI_R1;
994 SET(cmd.c_flags, SCF_RSP_R1);
996 SET(cmd.c_flags, SCF_RSP_R2);
1039 cmd.c_flags
[all...]

Completed in 166 milliseconds

123