step_str         4194 drivers/scsi/lpfc/lpfc_attr.c 	char *bucket_type_str, *base_str, *step_str;
step_str         4224 drivers/scsi/lpfc/lpfc_attr.c 		step_str = strsep(&str_ptr, "\t ");
step_str         4225 drivers/scsi/lpfc/lpfc_attr.c 		if (!step_str)
step_str         4227 drivers/scsi/lpfc/lpfc_attr.c 		step = simple_strtoul(step_str, NULL, 0);
step_str         2946 drivers/scsi/lpfc/lpfc_debugfs.c 	char *pbuf, *step_str;
step_str         2957 drivers/scsi/lpfc/lpfc_debugfs.c 	step_str = strsep(&pbuf, "\t ");
step_str         2960 drivers/scsi/lpfc/lpfc_debugfs.c 	if (!step_str)
step_str         2963 drivers/scsi/lpfc/lpfc_debugfs.c 	idiag_cmd->opcode = simple_strtol(step_str, NULL, 0);
step_str         2968 drivers/scsi/lpfc/lpfc_debugfs.c 		step_str = strsep(&pbuf, "\t ");
step_str         2969 drivers/scsi/lpfc/lpfc_debugfs.c 		if (!step_str)
step_str         2971 drivers/scsi/lpfc/lpfc_debugfs.c 		idiag_cmd->data[i] = simple_strtol(step_str, NULL, 0);