Searched refs:temp_flags (Results 1 – 3 of 3) sorted by relevance
185 u_int temp_flags; in vm86_emulate() local229 if (temp_flags & PSL_I) { in vm86_emulate()256 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()260 if (temp_flags & PSL_I) { in vm86_emulate()273 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()276 if (temp_flags & PSL_I) { in vm86_emulate()308 if (temp_flags & PSL_I) { in vm86_emulate()361 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()364 if (temp_flags & PSL_I) { in vm86_emulate()374 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()[all …]
2443 int new_flags, temp_flags; in ifhwioctl() local2458 temp_flags = ifp->if_flags | ifp->if_drv_flags; in ifhwioctl()2459 ifr->ifr_flags = temp_flags & 0xffff; in ifhwioctl()2460 ifr->ifr_flagshigh = temp_flags >> 16; in ifhwioctl()
2240 int error, temp_flags; in linux_ioctl_socket_ifreq() local2342 temp_flags = bifr.ifr_flags | (bifr.ifr_flagshigh << 16); in linux_ioctl_socket_ifreq()2343 lifr.ifr_flags = bsd_to_linux_ifflags(temp_flags); in linux_ioctl_socket_ifreq()