firmware_handle
return (kmem_alloc(sizeof (struct firmware_handle), KM_SLEEP));
kmem_free(fh, sizeof (struct firmware_handle));
typedef struct firmware_handle *firmware_handle_t;