OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppoll
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/sys/
ppoll.c
1
/* $NetBSD:
ppoll
.c,v 1.1 2020/07/17 15:34:17 kamil Exp $ */
33
__RCSID("$NetBSD:
ppoll
.c,v 1.1 2020/07/17 15:34:17 kamil Exp $");
40
ppoll
(struct pollfd * restrict fds, nfds_t nfds,
function
/src/sys/arch/hp300/stand/common/
fhpib.c
163
int
ppoll
;
local
172
ppoll
= hd->hpib_data;
174
ppoll
= 0;
178
return
ppoll
;
nhpib.c
173
int
ppoll
;
local
178
ppoll
= hd->hpib_cpt;
180
return
ppoll
;
/src/sys/arch/hp300/dev/
fhpib.c
104
int doppollint = 1; /* use
ppoll
interrupts instead of watchdog */
577
printf("%s: got
PPOLL
status %x\n", __func__, stat0);
588
printf("%s:
PPOLL
: unit %d slave %d stat %x\n",
604
int
ppoll
;
local
612
ppoll
= hd->hpib_data;
614
ppoll
= 0;
618
return
ppoll
;
nhpib.c
337
* with
PPOLL
mechanism.
540
printf("%s:
PPOLL
intr bad status %x\n",
552
int
ppoll
;
local
556
ppoll
= hd->hpib_cpt;
558
return
ppoll
;
/src/sys/dev/isa/
cec.c
88
int sc_ppoll_slave; /* XXX stash our
ppoll
address */
453
int
ppoll
;
local
459
ppoll
= bus_space_read_1(iot, ioh, NEC7210_CPTR);
460
DPRINTF(0xff, ("cecpptest:
ppoll
=%x\n",
ppoll
));
461
return ((
ppoll
& (0x80 >> slave)) != 0);
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026