OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ios
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
v3d_drm.h
225
__u32
ios
;
member in struct:drm_v3d_submit_tfu
/src/sys/dev/sdmmc/
sdhc.c
66
bus_size_t
ios
; /* host register space size */
member in struct:sdhc_host
296
hp->
ios
= iosize;
695
if (hp->
ios
> 0) {
696
bus_space_unmap(hp->iot, hp->ioh, hp->
ios
);
697
hp->
ios
= 0;
/src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h
189
uint8_t
ios
[MAX_PORTS];
member in struct:m68hc11_sim_cpu
211
(((uint16_t)((M68HC11_SIM_CPU (cpu)->
ios
[M6811_INIT]) & 0x0F)) << 12)
213
(((uint16_t)((M68HC11_SIM_CPU (cpu)->
ios
[M6811_INIT]) & 0xF0)) << 8)
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h
189
uint8_t
ios
[MAX_PORTS];
member in struct:m68hc11_sim_cpu
211
(((uint16_t)((M68HC11_SIM_CPU (cpu)->
ios
[M6811_INIT]) & 0x0F)) << 12)
213
(((uint16_t)((M68HC11_SIM_CPU (cpu)->
ios
[M6811_INIT]) & 0xF0)) << 8)
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c
62
io_t *
ios
;
variable
136
for (iop = &
ios
; *iop != NULL && *iop != io; iop = &((*iop)->next))
404
iop = &
ios
;
468
for (io =
ios
; io; io = io->next) {
494
for (io =
ios
; io; io = io->next) {
1010
for (iop = &
ios
; *iop; iop = &(*iop)->next) {
1019
// When a communication is closed, scan the io event list to see if any other
ios
are referencing this one.
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026