<dec f='src/src/sys/dev/raidframe/rf_dagfuncs.h' l='60' type='int rf_bxor(char * src, char * dest, int len)'/>
<use f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='490' u='c' c='rf_SimpleXorFunc'/>
<use f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='535' u='c' c='rf_RecoveryXorFunc'/>
<use f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='573' u='c' c='rf_XorIntoBuffer'/>
<def f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='581' ll='595' type='int rf_bxor(char * src, char * dest, int len)'/>
<doc f='src/src/sys/dev/raidframe/rf_dagfuncs.c' l='576'>/* it really should be the case that the buffer pointers (returned by
 * malloc) are aligned to the natural word size of the machine, so
 * this is the only case we optimize for.  The length should always be
 * a multiple of the sector size, so there should be no problem with
 * leftover bytes at the end.  */</doc>
<use f='src/src/sys/dev/raidframe/rf_parityscan.c' l='282' u='c' c='rf_VerifyParityBasic'/>
