OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifsregion
(Results
1 - 1
of
1
) sorted by null
/system/core/sh/
expand.c
80
struct
ifsregion
{
struct
81
struct
ifsregion
*next; /* next region in list */
90
struct
ifsregion
ifsfirst; /* first struct in list of ifs regions */
91
struct
ifsregion
*ifslastp; /* last struct in list */
310
struct
ifsregion
*ifsp;
330
struct
ifsregion
*ifsp;
416
struct
ifsregion
saveifs, *savelastp;
915
struct
ifsregion
*ifsp;
926
ifsp = (struct
ifsregion
*)ckmalloc(sizeof (struct
ifsregion
));
[
all
...]
Completed in 1409 milliseconds