Searched refs:sa (Results 51 - 57 of 57) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfc.c158 * @ret sa Socket address
163 struct sockaddr sa; member in union:__anon15772
170 return &u->sa;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2190 struct sigaction sa; local
2191 sa.sa_sigaction = signal_handler_SIGUSR1;
2192 sigemptyset(&sa.sa_mask);
2193 sa.sa_flags = SA_RESTART | SA_SIGINFO;
2194 sigaction(SIGUSR1, &sa, NULL);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c2750 struct in_addr sa, u_int16_t sp, struct in_addr da, u_int16_t dp)
2759 cmd = fill_ip(cmd, O_IP_SRC, sa.s_addr);
2748 fill_rule(void *buf, int bufsize, int rulenum, enum ipfw_opcodes action, int proto, struct in_addr sa, u_int16_t sp, struct in_addr da, u_int16_t dp) argument
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5468 int sa, sb; local
5469 sa = ((int64_t)*phigh < 0);
5470 if (sa)
5477 if (sa ^ sb) {
5485 if (sa)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm367 ; @sa FpuCheckFSW

Completed in 239 milliseconds

123