Home
last modified time | relevance | path

Searched refs:temp_flags (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dvm86.c187 u_int temp_flags; in vm86_emulate() local
231 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 …]
/f-stack/freebsd/net/
H A Dif.c2466 int new_flags, temp_flags; in ifhwioctl() local
2481 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()