fw_drv1
struct fw_drv1 *d;
*cookie = malloc(sizeof(struct fw_drv1));
memset(*cookie, 0, sizeof(struct fw_drv1));
d = (struct fw_drv1 *)(*cookie);
struct fw_drv1 *d;
d = (struct fw_drv1 *)cookie;
fw_read_async(struct fw_drv1 *d, off_t position, void *buf, size_t *num_bytes)
struct fw_drv1 *d;
d = (struct fw_drv1 *)cookie;
fw_write_async(struct fw_drv1 *d, off_t position, const void *buf,
struct fw_drv1 *d;
d = (struct fw_drv1 *)cookie;
struct fw_drv1 *d;
d = (struct fw_drv1 *)fwb->sc;
struct fw_drv1 *d;
d = (struct fw_drv1 *)cookie;