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

/freebsd-13-stable/sys/cam/
H A Dcam_periph.c67 u_int newunit, int wired,
532 * peripheral type starting at "newunit". Also exclude unit numbers that
539 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, argument
548 for (;;newunit++) {
550 periph != NULL && periph->unit_number != newunit;
554 if (periph != NULL && periph->unit_number == newunit) {
585 if (newunit == dunit)
591 return (newunit);

Completed in 49 milliseconds