OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mstatus
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
agp.c
462
pcireg_t tstatus,
mstatus
;
local
474
mstatus
= pci_conf_read(pa.pa_pc, pa.pa_tag,
479
AGP_MODE_GET_MODE_3(
mstatus
))
489
pcireg_t tstatus,
mstatus
;
local
495
mstatus
= pci_conf_read(pa->pa_pc, pa->pa_tag,
498
/* Set RQ to the min of mode, tstatus and
mstatus
*/
502
if (AGP_MODE_GET_RQ(
mstatus
) < rq)
503
rq = AGP_MODE_GET_RQ(
mstatus
);
507
& AGP_MODE_GET_SBA(
mstatus
)
512
& AGP_MODE_GET_FW(
mstatus
)
544
pcireg_t tstatus,
mstatus
;
local
[
all
...]
/src/sys/dev/usb/
umodem_common.c
342
u_char
mstatus
;
local
382
mstatus
= sc->sc_notify_buf.data[0];
384
if (ISSET(
mstatus
, UCDC_N_SERIAL_RI))
386
if (ISSET(
mstatus
, UCDC_N_SERIAL_DSR))
388
if (ISSET(
mstatus
, UCDC_N_SERIAL_DCD))
umct.c
589
u_char
mstatus
;
local
608
mstatus
= tbuf[0];
609
if (ISSET(
mstatus
, MSR_DSR))
611
if (ISSET(
mstatus
, MSR_DCD))
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc
183
INTERCEPTOR(int, mcheck, void (*abortfunc)(int
mstatus
)) {
187
INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int
mstatus
)) {
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026