csio_sm_state_t    76 drivers/scsi/csiostor/csio_defs.h typedef void (*csio_sm_state_t)(void *, uint32_t);
csio_sm_state_t    80 drivers/scsi/csiostor/csio_defs.h 	csio_sm_state_t		sm_state;
csio_sm_state_t    86 drivers/scsi/csiostor/csio_defs.h 	((struct csio_sm *)smp)->sm_state = (csio_sm_state_t)state;
csio_sm_state_t   101 drivers/scsi/csiostor/csio_defs.h static inline csio_sm_state_t
csio_sm_state_t   110 drivers/scsi/csiostor/csio_defs.h 	return (csio_get_state(smp) == (csio_sm_state_t)state);
csio_sm_state_t  1098 drivers/scsi/csiostor/csio_lnode.c 	return (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready));
csio_sm_state_t  1370 drivers/scsi/csiostor/csio_lnode.c 	if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_uninit)) {
csio_sm_state_t  1374 drivers/scsi/csiostor/csio_lnode.c 	if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)) {
csio_sm_state_t  1378 drivers/scsi/csiostor/csio_lnode.c 	if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_offline)) {