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

/freebsd-current/sys/dev/mpr/
H A Dmpr.c89 static int mpr_iocfacts_allocate(struct mpr_softc *sc, uint8_t attaching);
481 mpr_iocfacts_allocate(struct mpr_softc *sc, uint8_t attaching) argument
490 if (!attaching) {
496 * a re-initialization and only return the error if attaching so the OS
500 if (attaching) {
538 * but it doesn't hurt to do it again. Only do this if attaching, not
541 if (attaching && ((sc->facts->IOCCapabilities &
562 if (!attaching) {
573 if ((!attaching) &&
601 * Some things should be done if attaching o
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps.c86 static int mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching);
460 mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching) argument
469 if (!attaching) {
475 * a re-initialization and only return the error if attaching so the OS
479 if (attaching) {
516 * but it doesn't hurt to do it again. Only do this if attaching, not
519 if (attaching && ((sc->facts->IOCCapabilities &
540 if (!attaching) {
551 if ((!attaching) &&
577 * Some things should be done if attaching o
[all...]
/freebsd-current/share/mk/
H A Dbsd.subdir.mk142 # This is kept for compatibility only. The normal handling of attaching to

Completed in 130 milliseconds