Searched refs:fcdp (Results 1 – 1 of 1) sorted by relevance
109 struct fc_data *fcdp; in fc_create() local111 flcobjp = kmem_zalloc((sizeof (*flcobjp) + sizeof (*fcdp)), KM_NOSLEEP); in fc_create()115 fcdp = (struct fc_data *)(flcobjp+1); in fc_create()116 flcobjp->flc_data = (opaque_t)fcdp; in fc_create()127 struct fc_data *fcdp = (struct fc_data *)queuep; in fc_init() local129 mutex_init(&fcdp->ds_mutex, NULL, MUTEX_DRIVER, lkarg); in fc_init()131 fcdp->ds_queobjp = que_objp; in fc_init()132 fcdp->ds_tgcomobjp = tgcom_objp; in fc_init()133 fcdp->ds_waitcnt = dmult_maxcnt; in fc_init()143 struct fc_data *fcdp; in fc_free() local[all …]