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

/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c86 static int mpr_iocfacts_allocate(struct mpr_softc *sc, uint8_t attaching);
355 mpr_iocfacts_allocate(struct mpr_softc *sc, uint8_t attaching) argument
364 if (!attaching) {
370 * a re-initialization and only return the error if attaching so the OS
374 if (attaching) {
405 * but it doesn't hurt to do it again. Only do this if attaching, not
408 if (attaching) {
430 if (!attaching) {
441 if ((!attaching) &&
469 * Some things should be done if attaching o
[all...]
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c84 static int mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching);
347 mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching) argument
356 if (!attaching) {
362 * a re-initialization and only return the error if attaching so the OS
366 if (attaching) {
396 * but it doesn't hurt to do it again. Only do this if attaching, not
399 if (attaching) {
421 if (!attaching) {
432 if ((!attaching) &&
458 * Some things should be done if attaching o
[all...]

Completed in 160 milliseconds