Home
last modified time | relevance | path

Searched refs:se1 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dthunk.c116 const StructEntry *se1) in thunk_register_struct_direct() argument
120 *se = *se1; in thunk_register_struct_direct()
Dthunk.h71 const StructEntry *se1);
/external/iproute2/misc/
Dss.c1049 struct servent *se1 = NULL; in parse_hostcond() local
1052 se1 = getservbyname(port, UDP_PROTO); in parse_hostcond()
1055 if (se1 && se2 && se1->s_port != se2->s_port) { in parse_hostcond()
1059 if (!se1) in parse_hostcond()
1060 se1 = se2; in parse_hostcond()
1061 if (se1) { in parse_hostcond()
1062 a.port = ntohs(se1->s_port); in parse_hostcond()