Lines Matching defs:info

200 void bscv_idi_set(struct bscv_idi_info info);
202 static boolean_t bscv_nodename_set(struct bscv_idi_info info);
203 static boolean_t bscv_sig_set(struct bscv_idi_info info);
204 static boolean_t bscv_wdog_pat(struct bscv_idi_info info);
205 static boolean_t bscv_wdog_cfg(struct bscv_idi_info info);
2179 /* has +1 here - not 2 as in the info ioctl */
2218 /* read the relevant led info */
2249 /* set the label info */
2273 lom_info_t info;
2278 info.ser_char = bscv_get8_locked(ssp, chan_general, EBUS_IDX_ESCAPE,
2280 info.a3mode = WATCHDOG;
2281 info.fver = bscv_get8_locked(ssp, chan_general, EBUS_IDX_FW_REV, &res);
2285 info.fchksum = csum;
2286 info.prod_rev = bscv_get8_locked(ssp, chan_general, EBUS_IDX_MODEL_REV,
2288 for (i = 0; i < sizeof (info.prod_id); i++) {
2289 info.prod_id[i] = bscv_get8_locked(ssp,
2294 info.events = OFF;
2296 info.events = ON;
2300 (ddi_copyout((caddr_t)&info, (caddr_t)arg, sizeof (info),
5345 bscv_idi_set(struct bscv_idi_info info)
5374 if (tbl->type == info.type) {
5379 retval = ((tbl->fn) (info));
5395 cmn_err(CE_WARN, "!bscv_idi_set : cannot match info.type %d",
5396 info.type);
5408 bscv_nodename_set(struct bscv_idi_info info)
5436 bscv_sig_set(struct bscv_idi_info info)
5450 bcopy(info.data, &sig, sizeof (sig));
5499 bscv_wdog_pat(struct bscv_idi_info info)
5531 bscv_wdog_cfg(struct bscv_idi_info info)
5548 if (sizeof (bscv_wdog_t) != info.size) {
5550 " %d instead of %d", info.size,
5557 ((bscv_wdog_t *)info.data)->enable_wdog ? "enabled" : "disabled",
5558 ((bscv_wdog_t *)info.data)->wdog_timeout_s,
5559 ((bscv_wdog_t *)info.data)->reset_system_on_timeout ? "yes" : "no");
5561 ((bscv_wdog_t *)info.data)->wdog_timeout_s,
5562 ((bscv_wdog_t *)info.data)->enable_wdog,
5563 ((bscv_wdog_t *)info.data)->reset_system_on_timeout);
5849 * Finally read in some static info like device names,
5854 * To get the volts static info we need address space 2
5887 * Get the temperature static info and populate initial temperatures.
5971 * To get the CB static info we need address space 3
5996 * To get the fan static info we need address space 5