Home
last modified time | relevance | path

Searched refs:rfl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A DpickFrom.c37 int rfl; local
48 rfl = strlen (rf);
49 while (*lineptr && strncmp (lineptr, rf, rfl))
54 lineptr += rfl;
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h271 #define IE_TO_EVENT_MASK(rtmp, rfl) \ argument
272 testq $PS_IE, rfl; \
279 #define EVENT_MASK_TO_IE(rtmp, rfl) \ argument
280 andq $_BITNOT(PS_IE), rfl; \
284 orq $PS_IE, rfl; \
289 #define IE_TO_EVENT_MASK(rtmp, rfl) \
290 testl $PS_IE, rfl; \
297 #define EVENT_MASK_TO_IE(rtmp, rfl) \
298 andl $_BITNOT(PS_IE), rfl; \
302 orl $PS_IE, rfl; \
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c214 register_t rfl; in efi_redirect_exceptions() local
348 rfl = intr_disable(); in efi_redirect_exceptions()
354 intr_restore(rfl); in efi_redirect_exceptions()
361 register_t rfl; in efi_unredirect_exceptions() local
366 rfl = intr_disable(); in efi_unredirect_exceptions()
374 intr_restore(rfl); in efi_unredirect_exceptions()
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h236 unsigned long rfl; member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c435 mdb_printf(THREEREGS, DUMP(rip), DUMP(cs), DUMP(rfl)); in ttrace_dumpregs()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg366 @ MSG_REG_AMD64_RFL "[ rfl ]"