Skip to main content

nvme_ctrl_next_ns

Function nvme_ctrl_next_ns 

Source
pub unsafe extern "C" fn nvme_ctrl_next_ns(
    c: nvme_ctrl_t,
    n: nvme_ns_t,
) -> nvme_ns_t
Expand description

nvme_ctrl_next_ns() - Next namespace iterator @c: Controller instance @n: Previous nvme_ns_t iterator

Return: Next nvme_ns_t object of an @c iterator