Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_periph.c65 u_int newunit, bool wired,
554 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, bool wired, in camperiphnextunit() argument
563 for (;;newunit++) { in camperiphnextunit()
565 periph != NULL && periph->unit_number != newunit; in camperiphnextunit()
569 if (periph != NULL && periph->unit_number == newunit) { in camperiphnextunit()
597 if (newunit != dunit) in camperiphnextunit()
608 return (newunit); in camperiphnextunit()