Searched refs:rfl (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | pickFrom.c | 37 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 D | machprivregs.h | 271 #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 D | trap.c | 214 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 D | xen-x86_64.h | 236 unsigned long rfl; member
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 435 mdb_printf(THREEREGS, DUMP(rip), DUMP(cs), DUMP(rfl)); in ttrace_dumpregs()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 367 @ MSG_REG_AMD64_RFL "[ rfl ]"
|