Searched refs:temp_flags (Results 1 – 2 of 2) sorted by relevance
187 u_int temp_flags; in vm86_emulate() local231 if (temp_flags & PSL_I) { in vm86_emulate()258 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()262 if (temp_flags & PSL_I) { in vm86_emulate()275 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()278 if (temp_flags & PSL_I) { in vm86_emulate()310 if (temp_flags & PSL_I) { in vm86_emulate()363 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()366 if (temp_flags & PSL_I) { in vm86_emulate()376 temp_flags = POP(vmf) & POP_MASK; in vm86_emulate()[all …]
2466 int new_flags, temp_flags; in ifhwioctl() local2481 temp_flags = ifp->if_flags | ifp->if_drv_flags; in ifhwioctl()2482 ifr->ifr_flags = temp_flags & 0xffff; in ifhwioctl()2483 ifr->ifr_flagshigh = temp_flags >> 16; in ifhwioctl()