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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.c63 u_int newunit, int wired,
526 * peripheral type starting at "newunit". Also exclude unit numbers that
533 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, argument
542 for (;;newunit++) {
545 periph != NULL && periph->unit_number != newunit;
549 if (periph != NULL && periph->unit_number == newunit) {
580 if (newunit == dunit)
586 return (newunit);

Completed in 106 milliseconds