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

/freebsd-10.1-release/sys/cam/
H A Dcam_periph.c62 u_int newunit, int wired,
476 * peripheral type starting at "newunit". Also exclude unit numbers that
483 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, argument
492 for (;;newunit++) {
495 periph != NULL && periph->unit_number != newunit;
499 if (periph != NULL && periph->unit_number == newunit) {
530 if (newunit == dunit)
536 return (newunit);

Completed in 70 milliseconds