OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dfmt
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ps/
ps.c
137
char
dfmt
[] = "pid tt state time command";
variable
145
const char *default_fmt =
dfmt
;
/src/sys/arch/hppa/hppa/
db_disasm.c
1878
u_int op2, r2,
dfmt
;
local
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
2016
fmt = (op1 >> 2) & 3;
dfmt
= (op1 >> 4) & 3;
2027
p, fmtStrTbl[fmt], fmtStrTbl[
dfmt
], r1, t);
/src/sys/dev/hdaudio/
hdafg.c
3189
uint16_t fmt,
dfmt
;
local
3268
dfmt
= hdaudio_command(sc->sc_codec, w->w_nid,
3271
dfmt
|= COP_DIGITAL_CONVCTRL1_DIGEN;
3273
dfmt
|= COP_DIGITAL_CONVCTRL1_NAUDIO;
3275
dfmt
&= ~COP_DIGITAL_CONVCTRL1_NAUDIO;
3277
dfmt
|= COP_DIGITAL_CONVCTRL1_COPY;
3279
CORB_SET_DIGITAL_CONVERTER_CONTROL_1,
dfmt
);
4095
uint16_t
dfmt
;
local
4111
dfmt
= hdaudio_command(sc->sc_codec, w->w_nid,
4114
dfmt
&= ~COP_DIGITAL_CONVCTRL1_DIGEN
[
all
...]
/src/sys/dev/pci/
voodoofb.c
1087
uint32_t
dfmt
, sfmt = sc->sc_linebytes;
local
1089
dfmt
= sc->sc_linebytes | ((sc->sc_bits_per_pixel +
1094
voodoo3_write32(sc, DSTFORMAT,
dfmt
);
Completed in 41 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026