Lines Matching defs:bsp
9864 struct devi_busy *bsp = arg;
9866 ASSERT(bsp->callback);
9872 return (bsp->callback(dip, bsp->arg, 0));
9875 if (mod_hash_find(bsp->dv_hash, dip, (mod_hash_val_t *)&dvbusy))
9881 if (mod_hash_find(bsp->s_hash, dip, (mod_hash_val_t *)&sbusy))
9893 return (bsp->callback(dip, bsp->arg, dvbusy));
9902 struct devi_busy *bsp = arg;
9919 if (mod_hash_remove(bsp->s_hash, dip, (mod_hash_val_t *)&sbusy))
9924 if (mod_hash_insert(bsp->s_hash, dip, (mod_hash_val_t)sbusy)) {
9930 bsp->s_total += count;
9941 struct devi_busy *bsp = arg;
9954 if (mod_hash_remove(bsp->dv_hash, dv->dv_devi,
9960 if (mod_hash_insert(bsp->dv_hash, dv->dv_devi,
9967 bsp->dv_total += count;