Home
last modified time | relevance | path

Searched refs:newunit (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/cam/
HDcam_periph.c66 u_int newunit, bool wired,
555 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, bool wired, in camperiphnextunit() argument
564 for (;;newunit++) { in camperiphnextunit()
566 periph != NULL && periph->unit_number != newunit; in camperiphnextunit()
570 if (periph != NULL && periph->unit_number == newunit) { in camperiphnextunit()
598 if (newunit != dunit) in camperiphnextunit()
609 return (newunit); in camperiphnextunit()