/src/sys/arch/evbarm/iq80310/ |
iq80310_intr.c | 180 * processing incoming packets. 254 static __cpu_simple_lock_t processing = __SIMPLELOCK_UNLOCKED; local in function:iq80310_do_soft 258 if (__cpu_simple_lock_try(&processing) == 0) 280 __cpu_simple_unlock(&processing);
|
/src/usr.bin/make/unit-tests/ |
directive-for-break.mk | 3 # Tests for .break in .for loops, which immediately terminates processing of
|
directive-include-guard.mk | 524 # string '${.OBJDIR}/' gets stripped in post processing. 536 # string '${.OBJDIR}/' gets stripped in post processing.
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_compile_flag.m4 | 47 # scripts that are the output of Autoconf when processing the Macro. You
|
ax_check_define.m4 | 36 # scripts that are the output of Autoconf when processing the Macro. You
|
ax_check_link_flag.m4 | 47 # scripts that are the output of Autoconf when processing the Macro. You
|
ax_tls.m4 | 36 # scripts that are the output of Autoconf when processing the Macro. You
|
ax_pthread.m4 | 74 # scripts that are the output of Autoconf when processing the Macro. You
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
intel-ixp4xx.dtsi | 142 compatible = "intel,ixp4xx-network-processing-engine";
|
tegra20.dtsi | 306 <0x6001c200 0x100>, /* Post-processing Engine */
|
tegra30.dtsi | 454 <0x6001c200 0x100>, /* Post-processing Engine */
|
/src/sys/dev/usb/ |
uvideo.c | 140 /* Used by camera terminal, processing and extension units. */ 905 const uvideo_processing_unit_descriptor_t *processing; local in function:uvideo_unit_init 949 if (desc->bLength < sizeof(*processing)) 951 processing = (const uvideo_processing_unit_descriptor_t *)desc; 954 pu->pu_video_standards = PU_GET_VIDEO_STANDARDS(processing); 955 pu->pu_max_multiplier = UGETW(processing->wMaxMultiplier); 957 uvideo_unit_alloc_sources(vu, 1, &processing->bSourceID); 958 uvideo_unit_alloc_controls(vu, processing->bControlSize, 959 processing->bmControls); 2311 ent_id = 2; /* TODO: hardcoded logitech processing unit * [all...] |
/src/sys/arch/m68k/m68k/ |
busaddrerr.s | 169 movw %sp@(FR_HW+10),%d0 | grab SSW for fault processing
|
/src/sys/arch/mips/mips/ |
locore_mips1.S | 692 beqz v0, MIPSX(user_return) # if no, skip ast processing 866 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing 982 beqz v0, MIPSX(user_return) # no, skip ast processing 1028 beqz k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
|
mipsX_subr.S | 1444 beqz v0, MIPSX(user_return) # if no, skip ast processing 1623 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing 1758 beqz v0, MIPSX(user_return) # no, skip ast processing 1855 bnez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing 1861 bnez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing 1868 blez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 283 movw %a1@(12),%d0 | grab SSW for fault processing
|
/src/sys/arch/sun3/sun3/ |
locore.s | 200 movw %a1@(10),%d0 | grab SSW for fault processing
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 177 movw %a1@(10),%d0 | grab SSW for fault processing
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 864 {Text processing tools}
|
/src/sys/arch/atari/atari/ |
locore.s | 170 movw %sp@(FR_HW+10),%d0 | grab SSW for fault processing
|
/src/sys/arch/hp300/hp300/ |
locore.s | 814 movpw %a0@(CLKMSB1),%d1 | due to statintr processing delay
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 206 beq.b lddone # divu has no processing!!!
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
cpplint.py | 991 3) raw_lines member contains all the lines without processing. 3924 sys.stderr.write('Done processing %s\n' % filename)
|
/src/sys/arch/amiga/amiga/ |
locore.s | 185 movw %sp@(FR_HW+10),%d0 | grab SSW for fault processing
|