Lines Matching refs:sysctl_data
257 struct drivebay_softc *sc = node.sysctl_data;
263 node.sysctl_data = &power;
266 power = *(int *)node.sysctl_data;
280 node.sysctl_data = &power;
292 struct drivebay_softc *sc = node.sysctl_data;
298 node.sysctl_data = &inuse;
301 inuse = *(int *)node.sysctl_data;
315 node.sysctl_data = &inuse;
327 struct drivebay_softc *sc = node.sysctl_data;
333 node.sysctl_data = &fail;
336 fail = *(int *)node.sysctl_data;
350 node.sysctl_data = &fail;
362 struct drivebay_softc *sc = node.sysctl_data;
371 node.sysctl_data = &present;
383 struct drivebay_softc *sc = node.sysctl_data;
392 node.sysctl_data = &sw;