Home
last modified time | relevance | path

Searched refs:script_base (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/tools/
Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
9 exec $script_base/../../../scripts/checkpatch.pl \
/Linux-v5.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1124 u_char *script_base; local
1133 script_base = (u_char *) np->scripta0;
1140 script_base = (u_char *) np->scriptb0;
1145 script_base = NULL;
1160 scr_to_cpu((int) *(u32 *)(script_base + script_ofs)));
/Linux-v5.10/drivers/scsi/
Dncr53c8xx.c5820 u_char *script_base; in ncr_log_hard_error() local
5828 script_base = (u_char *) np->script0; in ncr_log_hard_error()
5835 script_base = (u_char *) np->scripth0; in ncr_log_hard_error()
5840 script_base = NULL; in ncr_log_hard_error()
5853 scr_to_cpu((int) *(ncrcmd *)(script_base + script_ofs))); in ncr_log_hard_error()