OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omapi_io_states
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/dist/omapip/
dispatch.c
39
static omapi_io_object_t
omapi_io_states
;
variable
142
for (obj =
omapi_io_states
.next; obj != NULL; obj = obj->next) {
217
/*
omapi_io_states
is a static object. If its reference count
222
if (!
omapi_io_states
.refcnt) {
223
omapi_io_states
.refcnt = 1;
224
omapi_io_states
.type = omapi_type_io_object;
284
for (p =
omapi_io_states
.next;
290
omapi_io_reference (&
omapi_io_states
.next, obj, MDL);
382
last = &
omapi_io_states
;
383
for (p =
omapi_io_states
.next; p; p = p -> next)
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026