/src/bin/ps/ |
ps.c | 137 char dfmt[] = "pid tt state time command"; variable in typeref:typename:char[] 145 const char *default_fmt = dfmt;
|
/src/sys/dev/pci/ |
voodoofb.c | 1087 uint32_t dfmt, sfmt = sc->sc_linebytes; local in function:voodoofb_setup_mono 1089 dfmt = sc->sc_linebytes | ((sc->sc_bits_per_pixel + 1094 voodoo3_write32(sc, DSTFORMAT, dfmt);
|
/src/sys/arch/hppa/hppa/ |
db_disasm.c | 1878 u_int op2, r2, dfmt; local in function:floatDasm 1935 dfmt = (op1 >> 4) & 3; 1936 #define DT(r) ((dfmt & 1)? fdreg[(r)]:fsreg[(r)]) 1942 if ((dfmt & 1) == 0 && (Uid(w) & 1)) 1956 db_printf(",%s\t%%f%s, %%f%s",fmtStrTbl[dfmt],ST(r1),DT(t)); 1982 u_int r1, r2, t, fmt, dfmt; local in function:fcoprDasm 2016 fmt = (op1 >> 2) & 3; dfmt = (op1 >> 4) & 3; 2027 p, fmtStrTbl[fmt], fmtStrTbl[dfmt], r1, t);
|
/src/sys/dev/hdaudio/ |
hdafg.c | 3160 uint16_t fmt, dfmt; local in function:hdafg_stream_connect 3239 dfmt = hdaudio_command(sc->sc_codec, w->w_nid, 3242 dfmt |= COP_DIGITAL_CONVCTRL1_DIGEN; 3244 dfmt |= COP_DIGITAL_CONVCTRL1_NAUDIO; 3246 dfmt &= ~COP_DIGITAL_CONVCTRL1_NAUDIO; 3248 dfmt |= COP_DIGITAL_CONVCTRL1_COPY; 3250 CORB_SET_DIGITAL_CONVERTER_CONTROL_1, dfmt); 4070 uint16_t dfmt; local in function:hdafg_halt_output 4086 dfmt = hdaudio_command(sc->sc_codec, w->w_nid, 4089 dfmt &= ~COP_DIGITAL_CONVCTRL1_DIGEN [all...] |