Lines Matching defs:d
171 SPDK_ERRLOG("Queue io failed in vbdev_gpt_queue_io, rc=%d.\n", rc);
202 SPDK_ERRLOG("gpt: error on bdev_io submission, rc=%d.\n", rc);
324 struct gpt_disk *d;
365 d = calloc(1, sizeof(*d));
366 if (!d) {
376 free(d);
382 rc = spdk_bdev_part_construct_ext(&d->part, gpt_base->part_base, name, lba_start,
388 free(d);
392 d->partition_index = i;