Searched refs:child_bios (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_ns.c54 struct bio **child_bios);
312 nvme_free_child_bios(int num_bios, struct bio **child_bios) argument
317 if (child_bios[i] != NULL)
318 g_destroy_bio(child_bios[i]);
321 free(child_bios, M_NVME);
327 struct bio **child_bios; local
330 child_bios = malloc(num_bios * sizeof(struct bio *), M_NVME, M_NOWAIT);
331 if (child_bios == NULL)
335 child_bios[i] = g_new_bio();
336 if (child_bios[
351 struct bio **child_bios; local
409 struct bio **child_bios; local
[all...]

Completed in 101 milliseconds