Searched refs:mskip (Results 1 – 4 of 4) sorted by relevance
420 const char *vskip, *mskip; in scsi_dev_info_list_find() local446 mskip = model; in scsi_dev_info_list_find()447 while (mmax > 0 && *mskip == ' ') { in scsi_dev_info_list_find()449 mskip++; in scsi_dev_info_list_find()451 while (mmax > 0 && mskip[mmax - 1] == ' ') in scsi_dev_info_list_find()470 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
149 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)
3233 static unsigned long mskip = 0x1000; variable3245 scanhex(&mskip); in memzcan()3249 for (a = mdest; a < mlim; a += mskip) { in memzcan()3254 printf("%.8lx\n", a - mskip); in memzcan()3256 if (a + mskip < a) in memzcan()3260 printf("%.8lx\n", a - mskip); in memzcan()
240 -mskip-rax-setup -mgeneral-regs-only -msign-return-address=% \